Searched refs:globalPrototype (Results 1 – 1 of 1) sorted by relevance
267 …v8::Handle<v8::Object> globalPrototype = v8::Handle<v8::Object>::Cast(context->Global()->GetProtot… in instantiateV8Object() local268 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() local466 if (globalObjectPrototypeIsDOMWindow(globalPrototype)) in getEventListener()