Home
last modified time | relevance | path

Searched refs:ASYNC_AWAIT (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dhandler-table.h43 ASYNC_AWAIT, // The exception will be caught and cause a promise rejection enumerator
/third_party/node/deps/v8/src/runtime/
H A Druntime-generator.cc147 HandlerTable::CatchPrediction catch_prediction = HandlerTable::ASYNC_AWAIT; in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/ast/
H A Dast.h833 return catch_prediction_ == HandlerTable::ASYNC_AWAIT; in is_try_catch_for_async()
2942 HandlerTable::ASYNC_AWAIT, pos); in NewTryCatchStatementForAsyncAwait()
H A Dprettyprinter.cc1040 case HandlerTable::ASYNC_AWAIT: in VisitTryCatchStatement()
1041 prediction = "ASYNC_AWAIT"; in VisitTryCatchStatement()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc4690 .LoadBoolean(catch_prediction() != HandlerTable::ASYNC_AWAIT) in VisitYield()
4957 .LoadBoolean(catch_prediction() != HandlerTable::ASYNC_AWAIT) in VisitYieldStar()
4999 // HandlerTable::ASYNC_AWAIT to communicate that top-level exceptions are in BuildAwait()
5013 await_intrinsic_id = catch_prediction() == HandlerTable::ASYNC_AWAIT in BuildAwait()
5017 await_intrinsic_id = catch_prediction() == HandlerTable::ASYNC_AWAIT in BuildAwait()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc2206 case HandlerTable::ASYNC_AWAIT: in ThrowInternal()
2768 case HandlerTable::ASYNC_AWAIT: { in ThrowInternal()

Completed in 31 milliseconds