Home
last modified time | relevance | path

Searched refs:UNCAUGHT_ASYNC_AWAIT (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dhandler-table.h46 UNCAUGHT_ASYNC_AWAIT, // The exception will be caught and cause a promise enumerator
/third_party/node/deps/v8/src/ast/
H A Dast.h819 // UNCAUGHT_ASYNC_AWAIT prediction. This catch block needs to preserve
823 if (catch_prediction_ == HandlerTable::UNCAUGHT_ASYNC_AWAIT) { in ShouldClearPendingException()
2950 try_block, scope, catch_block, HandlerTable::UNCAUGHT_ASYNC_AWAIT, pos); in NewTryCatchStatementForReplAsyncAwait()
H A Dprettyprinter.cc1043 case HandlerTable::UNCAUGHT_ASYNC_AWAIT: in VisitTryCatchStatement()
1044 prediction = "UNCAUGHT_ASYNC_AWAIT"; in VisitTryCatchStatement()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc2205 case HandlerTable::UNCAUGHT_ASYNC_AWAIT: in ThrowInternal()
2767 case HandlerTable::UNCAUGHT_ASYNC_AWAIT: in ThrowInternal()

Completed in 18 milliseconds