mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 13:16:20 +00:00
Exact stack rooting for ScriptInterface::FreezeObject.
Refs #2415 This was SVN commit r15622.
This commit is contained in:
@@ -258,7 +258,7 @@ public:
|
||||
|
||||
bool SetPrototype(JS::HandleValue obj, JS::HandleValue proto);
|
||||
|
||||
bool FreezeObject(jsval obj, bool deep);
|
||||
bool FreezeObject(JS::HandleValue objVal, bool deep);
|
||||
|
||||
bool Eval(const char* code);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user