Home
last modified time | relevance | path

Searched refs:UNCAUGHT (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dhandler-table.h40 UNCAUGHT, // The handler will (likely) rethrow the exception. enumerator
/third_party/node/deps/v8/src/interpreter/
H A Dhandler-table-builder.cc42 Entry entry = {0, 0, 0, Register::invalid_value(), HandlerTable::UNCAUGHT}; in NewHandlerEntry()
H A Dbytecode-generator.cc1169 catch_prediction_(HandlerTable::UNCAUGHT) { in BytecodeGenerator()
2458 HandlerTable::UNCAUGHT); in VisitForOfStatement()
4080 HandlerTable::UNCAUGHT); in BuildFinalizeIteration()
4297 HandlerTable::UNCAUGHT); in BuildDestructuringArrayAssignment()
4998 // Rather than HandlerTable::UNCAUGHT, async functions use in BuildAwait()
5003 // HandlerTable::UNCAUGHT. in BuildAwait()
5004 DCHECK(catch_prediction() != HandlerTable::UNCAUGHT || in BuildAwait()
/third_party/node/deps/v8/src/ast/
H A Dast.h784 // If this try/catch statement is meant to rethrow (HandlerTable::UNCAUGHT),
793 if (catch_prediction_ == HandlerTable::UNCAUGHT) { in GetCatchPrediction()
802 // HandlerTable::UNCAUGHT. If both the current and surrounding catch handler's
824 DCHECK_EQ(outer_catch_prediction, HandlerTable::UNCAUGHT); in ShouldClearPendingException()
828 return catch_prediction_ != HandlerTable::UNCAUGHT || in ShouldClearPendingException()
829 outer_catch_prediction != HandlerTable::UNCAUGHT; in ShouldClearPendingException()
2934 HandlerTable::UNCAUGHT, pos); in NewTryCatchStatementForReThrow()
H A Dprettyprinter.cc1033 switch (node->GetCatchPrediction(HandlerTable::UNCAUGHT)) { in VisitTryCatchStatement()
1034 case HandlerTable::UNCAUGHT: in VisitTryCatchStatement()
1035 prediction = "UNCAUGHT"; in VisitTryCatchStatement()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc2177 if (prediction == HandlerTable::UNCAUGHT) continue; in ThrowInternal()
2187 if (prediction == HandlerTable::UNCAUGHT) continue; in ThrowInternal()
2194 return HandlerTable::UNCAUGHT; in ThrowInternal()
2199 case HandlerTable::UNCAUGHT: in ThrowInternal()
2743 case HandlerTable::UNCAUGHT: in ThrowInternal()
/third_party/node/deps/v8/src/objects/
H A Dcode-inl.h703 return HandlerTable::UNCAUGHT; in GetBuiltinCatchPrediction()

Completed in 31 milliseconds