Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.h59 JavaScriptCallFrames* newCallFrames, protocol::Maybe<bool>* stackChanged,
Dv8-debugger-agent-impl.cc546 Maybe<protocol::Array<protocol::Debugger::CallFrame>>* newCallFrames, in setScriptSource() argument
565 *newCallFrames = std::move(callFrames); in setScriptSource()
572 std::unique_ptr<Array<CallFrame>>* newCallFrames, in restartFrame() argument
594 response = currentCallFrames(newCallFrames); in restartFrame()
Dv8-debugger-agent-impl.h89 newCallFrames,
Dv8-debugger.cc335 JavaScriptCallFrames* newCallFrames, Maybe<bool>* stackChanged, in setScriptSource() argument
398 newCallFrames->swap(frames); in setScriptSource()