Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc3674 Statement* throw_call = factory()->NewExpressionStatement(error, pos); in CheckCallable() local
3677 condition, factory()->EmptyStatement(), throw_call, nopos); in CheckCallable()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc2550 Node* throw_call = gasm_->CallRuntimeStub(wasm::WasmCode::kWasmThrow, in Throw() local
2553 SetSourcePosition(throw_call, position); in Throw()
2554 return throw_call; in Throw()

Completed in 19 milliseconds