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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.cpp 58 v8::Handle<v8::Value> callerFrame = m_callFrame.newLocal(m_isolate)->Get(v8AtomicString(m_isolate, "caller"));
59 if (!callerFrame->IsObject())
61 m_caller = JavaScriptCallFrame::create(debuggerContext, v8::Handle<v8::Object>::Cast(callerFrame));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DebuggerScript.js 328 DebuggerScript._frameMirrorToJSCallFrame = function(frameMirror, callerFrame, scopeDetailsLevel)
462 "caller": callerFrame,

Completed in 111 milliseconds