Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h420 bool is_wasm_to_js() const { return type() == WASM_TO_JS; } in is_wasm_to_js() function
Dframes.cc770 if (!is_wasm() && !is_wasm_to_js()) { in IterateCompiledFrame()