Searched refs:asGlobalObject (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObjectWithGlobalObject.h44 return asGlobalObject((getAnonymousValue(GlobalObjectSlot).asCell()));
H A DLookup.cpp80 JSGlobalObject* globalObject = asGlobalObject(thisObj->getAnonymousValue(0).asCell());
H A DJSGlobalObject.h287 JSGlobalObject* asGlobalObject(JSValue);
289 inline JSGlobalObject* asGlobalObject(JSValue value) function in namespace:JSC
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObjectFunctions.h563 JSObject* o = new (exec) JSCallbackFunction(exec, asGlobalObject(thisObj->getAnonymousValue(0)), callAsFunction, propertyName);

Completed in 67 milliseconds