Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes.h225 bool is_c_wasm_entry() const { return type() == C_WASM_ENTRY; } in is_c_wasm_entry() function
Dframes.cc75 if (frame->is_c_wasm_entry()) handler_ = handler_->next(); in StackHandlerIterator()