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

  /external/webkit/JavaScriptCore/debugger/
Debugger.cpp 102 CallFrame* globalCallFrame = globalObject->globalExec();
104 RefPtr<EvalExecutable> eval = EvalExecutable::create(globalCallFrame, makeSource(script));
105 JSObject* error = eval->compile(globalCallFrame, globalCallFrame->scopeChain());
109 return globalObject->globalData()->interpreter->execute(eval.get(), globalCallFrame, globalObject, globalCallFrame->scopeChain(), &exception);
  /external/webkit/WebKit/mac/WebView/
WebScriptDebugger.h 66 WebScriptCallFrame *globalCallFrame() const { return m_globalCallFrame.get(); }
WebScriptDebugDelegate.mm 239 if (self == _private->debugger->globalCallFrame() && !globalObject->globalData()->dynamicGlobalObject) {
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.h 106 Register globalCallFrame[RegisterFile::CallFrameHeaderSize];
JSGlobalObject.cpp 428 return CallFrame::create(d()->globalCallFrame + RegisterFile::CallFrameHeaderSize);

Completed in 153 milliseconds