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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObjectFunctions.cpp 438 JSObject* unwrappedObject = thisObject->unwrappedObject();
439 if (!unwrappedObject->isGlobalObject() || static_cast<JSGlobalObject*>(unwrappedObject)->evalFunction() != exec->callee())
453 JSObject* error = eval->compile(exec, static_cast<JSGlobalObject*>(unwrappedObject)->globalScopeChain());
457 return JSValue::encode(exec->interpreter()->execute(eval, exec, thisObject, static_cast<JSGlobalObject*>(unwrappedObject)->globalScopeChain()));
JSObject.h 144 virtual JSObject* unwrappedObject();
432 JSObject* nextPrototype = asObject(nextPrototypeValue)->unwrappedObject();
    [all...]
JSObject.cpp 504 JSObject* JSObject::unwrappedObject()
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowShell.h 85 virtual JSC::JSObject* unwrappedObject();
JSDOMWindowShell.cpp 148 JSObject* JSDOMWindowShell::unwrappedObject()

Completed in 304 milliseconds