Home
last modified time | relevance | path

Searched refs:newCallFrames (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger.h55 JavaScriptCallFrames* newCallFrames, protocol::Maybe<bool>* stackChanged,
Dv8-debugger-agent-impl.h82 newCallFrames,
Dv8-debugger-agent-impl.cc518 Maybe<protocol::Array<protocol::Debugger::CallFrame>>* newCallFrames, in setScriptSource() argument
544 *newCallFrames = std::move(callFrames); in setScriptSource()
551 std::unique_ptr<Array<CallFrame>>* newCallFrames, in restartFrame() argument
573 response = currentCallFrames(newCallFrames); in restartFrame()
Dv8-debugger.cc389 JavaScriptCallFrames* newCallFrames, Maybe<bool>* stackChanged, in setScriptSource() argument
452 newCallFrames->swap(frames); in setScriptSource()