Home
last modified time | relevance | path

Searched refs:call_frames_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.h97 std::vector<wasm_addr_t> call_frames_ = {},
129 std::vector<wasm_addr_t> call_frames_; member in v8::internal::wasm::gdb_server::Target::ErrorCode
H A Dtarget.cc682 call_frames_ = call_frames; in SetStatus()
688 return call_frames_; in GetCallStack()
695 if (call_frames_.size() > 0) { in GetCurrentPc()
696 pc = call_frames_[0]; in GetCurrentPc()

Completed in 2 milliseconds