Searched refs:is_js_to_wasm (Results 1 – 4 of 4) sorted by relevance
272 bool is_js_to_wasm = code.kind() == CodeKind::JS_TO_WASM_FUNCTION || in RUNTIME_FUNCTION() local274 return isolate->heap()->ToBoolean(is_js_to_wasm); in RUNTIME_FUNCTION()
325 frame_->is_wasm_to_js() || frame_->is_js_to_wasm()); in frame()
229 bool is_js_to_wasm() const { return type() == JS_TO_WASM; } in is_js_to_wasm() function
539 frame_->is_js_to_wasm()) { in Advance()