Home
last modified time | relevance | path

Searched refs:is_js_to_wasm (Results 1 – 4 of 4) 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
274 return isolate->heap()->ToBoolean(is_js_to_wasm); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
Dframes-inl.h325 frame_->is_wasm_to_js() || frame_->is_js_to_wasm()); in frame()
Dframes.h229 bool is_js_to_wasm() const { return type() == JS_TO_WASM; } in is_js_to_wasm() function
Dframes.cc539 frame_->is_js_to_wasm()) { in Advance()