Searched refs:globalPrototype (Results 1 – 1 of 1) sorted by relevance
263 …v8::Handle<v8::Object> globalPrototype = v8::Handle<v8::Object>::Cast(context->Global()->GetProtot… in instantiateV8Object() local264 if (globalObjectPrototypeIsDOMWindow(globalPrototype)) in instantiateV8Object()265 proxy = V8Proxy::retrieve(V8DOMWindow::toNative(globalPrototype)->frame()); in instantiateV8Object()461 …v8::Handle<v8::Object> globalPrototype = v8::Handle<v8::Object>::Cast(context->Global()->GetProtot… in getEventListener() local462 if (globalObjectPrototypeIsDOMWindow(globalPrototype)) in getEventListener()