Home
last modified time | relevance | path

Searched refs:is_wasm_to_js (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dframes-inl.h325 frame_->is_wasm_to_js() || frame_->is_js_to_wasm()); in frame()
Dframes.h228 bool is_wasm_to_js() const { return type() == WASM_TO_JS; } in is_wasm_to_js() function
Dframes.cc538 if (frame_->is_wasm() || frame_->is_wasm_to_js() || in Advance()