Searched defs:is_js_to_wasm (Results 1 – 2 of 2) sorted by relevance
272 bool is_js_to_wasm = code.kind() == CodeKind::JS_TO_WASM_FUNCTION || in RUNTIME_FUNCTION() local
229 bool is_js_to_wasm() const { return type() == JS_TO_WASM; } in is_js_to_wasm() function