Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcode-reference.h43 bool is_wasm_code() const { return kind_ == Kind::WASM; } in is_wasm_code() function
/third_party/node/deps/v8/src/objects/
Dcode-inl.h794 bool Code::is_wasm_code() const { return kind() == CodeKind::WASM_FUNCTION; } in is_wasm_code() function