HomeSort by relevance Sort by last modified time
    Searched refs:m_global (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WindowShell.h 73 bool isGlobalInitialized() { return !m_global.isEmpty(); }
113 ScopedPersistent<v8::Object> m_global; member in class:WebCore::V8WindowShell
V8WindowShell.cpp 117 m_global.clear();
142 v8::Handle<v8::Object> windowWrapper = m_global.newLocal(m_isolate)->FindInstanceInPrototypeChain(V8Window::domTemplate(m_isolate, worldTypeInMainThread(m_isolate)));
206 if (m_global.isEmpty()) {
207 m_global.set(m_isolate, context->Global());
208 if (m_global.isEmpty()) {
288 v8::Handle<v8::Context> context = v8::Context::New(m_isolate, &extensionConfiguration, globalTemplate, m_global.newLocal(m_isolate));
420 if (m_global.isEmpty())

Completed in 27 milliseconds