forked from mirrors/0ad
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