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

  /external/webkit/WebCore/bindings/js/
JSDOMWindowShell.cpp 147 JSObject* JSDOMWindowShell::unwrappedObject()
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObjectFunctions.cpp 277 JSObject* unwrappedObject = thisObject->unwrappedObject();
278 if (!unwrappedObject->isGlobalObject() || static_cast<JSGlobalObject*>(unwrappedObject)->evalFunction() != function)
292 JSObject* error = eval->compile(exec, static_cast<JSGlobalObject*>(unwrappedObject)->globalScopeChain().node());
296 return exec->interpreter()->execute(eval.get(), exec, thisObject, static_cast<JSGlobalObject*>(unwrappedObject)->globalScopeChain().node(), exec->exceptionSlot());
JSObject.cpp 109 JSObject* nextPrototype = asObject(nextPrototypeValue)->unwrappedObject();
486 JSObject* JSObject::unwrappedObject()

Completed in 72 milliseconds