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

  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugger.h 66 WebScriptCallFrame *globalCallFrame() const { return m_globalCallFrame.get(); }
  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.cpp 126 CallFrame* globalCallFrame = globalObject->globalExec();
129 EvalExecutable* eval = EvalExecutable::create(globalCallFrame, makeSource(script), false);
136 JSValue result = globalData.interpreter->execute(eval, globalCallFrame, globalObject, globalCallFrame->scopeChain());

Completed in 49 milliseconds