Home
last modified time | relevance | path

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

/dports/games/0ad/0ad-0.0.23b-alpha/source/scriptinterface/
H A DScriptInterface.h366 …bool SetProperty_(JS::HandleValue obj, const char* name, JS::HandleValue value, bool readonly, boo…
367 …bool SetProperty_(JS::HandleValue obj, const wchar_t* name, JS::HandleValue value, bool readonly, …
505 return SetProperty_(obj, name, val, readonly, enumerate); in SetProperty()
514 return SetProperty_(obj, name, val, readonly, enumerate); in SetProperty()
H A DScriptInterface.cpp626 bool ScriptInterface::SetProperty_(JS::HandleValue obj, const char* name, JS::HandleValue value, bo… in SetProperty_() function in ScriptInterface
644 bool ScriptInterface::SetProperty_(JS::HandleValue obj, const wchar_t* name, JS::HandleValue value,… in SetProperty_() function in ScriptInterface