Searched defs:IsWasm (Results 1 – 3 of 3) sorted by relevance
213 bool IsWasm() const { return output_code_kind() == Code::WASM_FUNCTION; } in IsWasm() function
9228 bool debug::Script::IsWasm() const { in IsWasm() function in v8::debug::Script
978 bool IsWasm() const { return (flags_ & kIsWasm) != 0; } in IsWasm() function