Home
last modified time | relevance | path

Searched refs:globalPrototype (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWrapper.cpp267 …v8::Handle<v8::Object> globalPrototype = v8::Handle<v8::Object>::Cast(context->Global()->GetProtot… in instantiateV8Object() local
268 if (globalObjectPrototypeIsDOMWindow(globalPrototype)) in instantiateV8Object()
269 proxy = V8Proxy::retrieve(V8DOMWindow::toNative(globalPrototype)->frame()); in instantiateV8Object()
465 …v8::Handle<v8::Object> globalPrototype = v8::Handle<v8::Object>::Cast(context->Global()->GetProtot… in getEventListener() local
466 if (globalObjectPrototypeIsDOMWindow(globalPrototype)) in getEventListener()