Home
last modified time | relevance | path

Searched refs:SetPropertyInt_ (Results 1 – 2 of 2) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/scriptinterface/
H A DScriptInterface.h368 …bool SetPropertyInt_(JS::HandleValue obj, int name, JS::HandleValue value, bool readonly, bool enu…
523 return SetPropertyInt_(obj, name, val, readonly, enumerate); in SetPropertyInt()
H A DScriptInterface.cpp663 bool ScriptInterface::SetPropertyInt_(JS::HandleValue obj, int name, JS::HandleValue value, bool co… in SetPropertyInt_() function in ScriptInterface