Searched refs:innerGlobalObject (Results 1 – 1 of 1) sorted by relevance
326 v8::Handle<v8::Object> innerGlobalObject = toInnerGlobalObject(m_contextHolder->context()); in installDOMWindow() local327 V8DOMWrapper::setNativeInfo(innerGlobalObject, &V8Window::wrapperTypeInfo, window); in installDOMWindow()328 innerGlobalObject->SetPrototype(windowWrapper); in installDOMWindow()