Searched defs:globalExec (Results 1 - 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/profiler/
H A DProfiler.cpp67 ExecState* globalExec = exec ? exec->lexicalGlobalObject()->globalExec() : 0; local
71 if (profileGenerator->originatingGlobalExec() == globalExec && profileGenerator->title() == title)
82 ExecState* globalExec = exec ? exec->lexicalGlobalObject()->globalExec() : 0; local
85 if (profileGenerator->originatingGlobalExec() == globalExec && (title.isNull() || profileGenerator->title() == title)) {
/external/webkit/WebCore/bindings/js/
H A DJSDOMWindowBase.cpp57 GlobalPropertyInfo(Identifier(globalExec(), "document"), jsNull(), DontDelete | ReadOnly),
58 GlobalPropertyInfo(Identifier(globalExec(), "window"), d()->shell, DontDelete | ReadOnly)
67 ExecState* exec = globalExec();
93 ExecState* JSDOMWindowBase::globalExec() function in class:WebCore::JSDOMWindowBase
99 return Base::globalExec();
/external/webkit/JavaScriptCore/runtime/
H A DJSGlobalObject.cpp104 (*profiler)->stopProfiling(globalExec(), UString());
136 JSGlobalObject::globalExec()->init(0, 0, d()->globalScopeChain.node(), CallFrame::noCaller(), 0, 0, 0);
204 ExecState* exec = JSGlobalObject::globalExec();
426 ExecState* JSGlobalObject::globalExec() function in class:JSC::JSGlobalObject

Completed in 222 milliseconds