Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-test.cc822 bool is_js_to_wasm = function->code()->kind() == Code::JS_TO_WASM_FUNCTION; in RUNTIME_FUNCTION() local
823 return isolate->heap()->ToBoolean(is_js_to_wasm); in RUNTIME_FUNCTION()
/external/v8/src/
Dframes.h206 bool is_js_to_wasm() const { return type() == JS_TO_WASM; } in is_js_to_wasm() function