HomeSort by relevance Sort by last modified time
    Searched defs:globalExec (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.cpp 56 GlobalPropertyInfo(Identifier(globalExec(), "document"), jsNull(), DontDelete | ReadOnly),
57 GlobalPropertyInfo(Identifier(globalExec(), "window"), m_shell, DontDelete | ReadOnly)
66 ExecState* exec = globalExec();
85 ExecState* JSDOMWindowBase::globalExec()
91 return Base::globalExec();
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPRuntimeObjectMap.cpp 190 ExecState* exec = globalObject->globalExec();
246 ExecState* NPRuntimeObjectMap::globalExec() const
252 return globalObject->globalExec();
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.cpp 109 JSGlobalObject::globalExec()->init(0, 0, m_globalScopeChain.get(), CallFrame::noCaller(), 0, 0);
168 ExecState* exec = JSGlobalObject::globalExec();
367 ExecState* JSGlobalObject::globalExec()

Completed in 576 milliseconds