Home
last modified time | relevance | path

Searched defs:is_js_to_wasm (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-test-wasm.cc272 bool is_js_to_wasm = code.kind() == CodeKind::JS_TO_WASM_FUNCTION || in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/execution/
Dframes.h229 bool is_js_to_wasm() const { return type() == JS_TO_WASM; } in is_js_to_wasm() function