mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 17:32:53 +00:00
Exact stack rooting for GetClass and GetPrivate.
Refs #2415 This was SVN commit r15606.
This commit is contained in:
@@ -414,8 +414,8 @@ private:
|
||||
bool GetProperty_(JS::HandleValue obj, const char* name, JS::MutableHandleValue out);
|
||||
bool GetPropertyInt_(JS::HandleValue obj, int name, JS::MutableHandleValue value);
|
||||
static bool IsExceptionPending(JSContext* cx);
|
||||
static JSClass* GetClass(JSObject* obj);
|
||||
static void* GetPrivate(JSObject* obj);
|
||||
static JSClass* GetClass(JS::HandleObject obj);
|
||||
static void* GetPrivate(JS::HandleObject obj);
|
||||
|
||||
class CustomType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user