Searched refs:currentCallFrame (Results 1 – 2 of 2) sorted by relevance
374 RefPtrWillBeRawPtr<JavaScriptCallFrame> currentCallFrame = wrapCallFrames(0, scopeDetails); in currentCallFramesInner() local375 if (!currentCallFrame) in currentCallFramesInner()380 …return ScriptValue(scriptState, toV8(currentCallFrame.release(), scriptState->context()->Global(),… in currentCallFramesInner()
229 DebuggerScript.currentCallFrame = function(execState, data) function