HomeSort by relevance Sort by last modified time
    Searched refs:is_js_to_wasm (Results 1 - 3 of 3) sorted by null

  /external/v8/src/runtime/
runtime-test.cc 782 bool is_js_to_wasm = function->code()->kind() == Code::JS_TO_WASM_FUNCTION; local
783 return isolate->heap()->ToBoolean(is_js_to_wasm);
  /external/v8/src/
frames.h 509 bool is_js_to_wasm() const { return type() == JS_TO_WASM; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
frames.cc 877 if (!is_js_to_wasm() && !is_wasm()) {
    [all...]

Completed in 312 milliseconds