Home
last modified time | relevance | path

Searched refs:ExceptionTagEqual (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h294 Node* ExceptionTagEqual(Node* caught_tag, Node* expected_tag);
Dwasm-compiler.cc2602 Node* WasmGraphBuilder::ExceptionTagEqual(Node* caught_tag, in ExceptionTagEqual() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc889 TFNode* compare = builder_->ExceptionTagEqual(caught_tag, exception_tag); in CatchException()