Home
last modified time | relevance | path

Searched refs:except_obj (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h293 Node* Rethrow(Node* except_obj);
296 Node* GetExceptionTag(Node* except_obj);
297 Node* GetExceptionValues(Node* except_obj, const wasm::WasmTag* tag,
H A Dwasm-compiler.cc2594 Node* WasmGraphBuilder::Rethrow(Node* except_obj) { in Rethrow() argument
2599 Operator::kNoProperties, except_obj); in Rethrow()
2614 Node* WasmGraphBuilder::GetExceptionTag(Node* except_obj) { in GetExceptionTag() argument
2616 Builtin::kWasmGetOwnProperty, Operator::kEliminatable, except_obj, in GetExceptionTag()
2621 Node* WasmGraphBuilder::GetExceptionValues(Node* except_obj, in GetExceptionValues() argument
2625 Builtin::kWasmGetOwnProperty, Operator::kEliminatable, except_obj, in GetExceptionValues()

Completed in 17 milliseconds