Searched refs:is_wasm_to_js (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ | ||
D | frames.h | 420 bool is_wasm_to_js() const { return type() == WASM_TO_JS; } in is_wasm_to_js() function |
D | frames.cc | 770 if (!is_wasm() && !is_wasm_to_js()) { in IterateCompiledFrame() |