Home
last modified time | relevance | path

Searched refs:BuildThrow (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dast-graph-builder.h325 Node* BuildThrow(Node* exception_value);
Dast-graph-builder.cc186 builder()->BuildThrow(*value); in Execute()
2745 Node* AstGraphBuilder::BuildThrow(Node* exception_value) { in BuildThrow() function in v8::internal::compiler::AstGraphBuilder