Home
last modified time | relevance | path

Searched refs:currentCallFrame (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptDebugServer.cpp374 RefPtrWillBeRawPtr<JavaScriptCallFrame> currentCallFrame = wrapCallFrames(0, scopeDetails); in currentCallFramesInner() local
375 if (!currentCallFrame) in currentCallFramesInner()
380 …return ScriptValue(scriptState, toV8(currentCallFrame.release(), scriptState->context()->Global(),… in currentCallFramesInner()
DDebuggerScript.js229 DebuggerScript.currentCallFrame = function(execState, data) function