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/
H A 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/
H A Dframes-inl.h325 frame_->is_wasm_to_js() || frame_->is_js_to_wasm()); in frame()
H A Dframes.h229 bool is_js_to_wasm() const { return type() == JS_TO_WASM; } in is_js_to_wasm() function in v8::internal::StackFrame
H A Dframes.cc539 frame_->is_js_to_wasm()) { in Advance()

Completed in 10 milliseconds