Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h307 bool is_inspectable() const { return is_liftoff() && for_debugging(); } in is_inspectable() function
Dwasm-debug.cc544 bool is_inspectable() const { return debug_side_table_entry; } in is_inspectable() function
/third_party/node/deps/v8/src/execution/
Dframes.cc2115 bool WasmFrame::is_inspectable() const { in is_inspectable() function in v8::internal::WasmFrame