HomeSort by relevance Sort by last modified time
    Searched refs:getAnonymousValue (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSObjectWithGlobalObject.h 44 return asGlobalObject((getAnonymousValue(GlobalObjectSlot).asCell()));
Lookup.cpp 74 ASSERT(thisObj->getAnonymousValue(0).isCell() && asObject(thisObj->getAnonymousValue(0).asCell())->isGlobalObject());
80 JSGlobalObject* globalObject = asGlobalObject(thisObj->getAnonymousValue(0).asCell());
JSValue.cpp 194 return asObject(asObject(asCell())->getAnonymousValue(0))->isGlobalObject();
JSObject.h 241 JSValue getAnonymousValue(unsigned index) const
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObjectFunctions.h 563 JSObject* o = new (exec) JSCallbackFunction(exec, asGlobalObject(thisObj->getAnonymousValue(0)), callAsFunction, propertyName);

Completed in 387 milliseconds