Searched refs:innerGlobalObject (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWindowProxy.cpp291 // Install the windowWrapper as the prototype of the innerGlobalObject.
295 // -- has prototype --> innerGlobalObject (Holds global variables, changes during navigation)
311 v8::Handle<v8::Object> innerGlobalObject = toInnerGlobalObject(m_scriptState->context()); local
312 V8DOMWrapper::setNativeInfoForHiddenWrapper(innerGlobalObject, wrapperTypeInfo, window->toScriptWrappableBase());
313 innerGlobalObject->SetPrototype(windowWrapper);

Completed in 120 milliseconds