Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-agent-impl.h89 newCallFrames,
Dv8-debugger-agent-impl.cc851 Maybe<protocol::Array<protocol::Debugger::CallFrame>>* newCallFrames, in setScriptSource() argument
894 *newCallFrames = std::move(callFrames); in setScriptSource()
902 std::unique_ptr<Array<CallFrame>>* newCallFrames, in restartFrame() argument
917 response = currentCallFrames(newCallFrames); in restartFrame()