Home
last modified time | relevance | path

Searched defs:newCallFrames (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.cpp645 …tSourceError>& errorData, const String& scriptId, const String& newContent, const bool* const prev… in setScriptSource()
663 …Array<CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<StackTrace>& asyncStackTrace) in restartFrame()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptDebugServer.cpp254 …efPtr<TypeBuilder::Debugger::SetScriptSourceError>& errorData, ScriptValue* newCallFrames, RefPtr<… in setScriptSource()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDebuggerModel.js659 callStackModified: function(newCallFrames, details, asyncStackTrace) argument