Home
last modified time | relevance | path

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

/external/v8/src/codegen/
Dhandler-table.h40 UNCAUGHT, // The handler will (likely) rethrow the exception. enumerator
/external/v8/src/interpreter/
Dhandler-table-builder.cc42 Entry entry = {0, 0, 0, Register::invalid_value(), HandlerTable::UNCAUGHT}; in NewHandlerEntry()
Dbytecode-generator.cc1086 catch_prediction_(HandlerTable::UNCAUGHT) { in BytecodeGenerator()
2089 HandlerTable::UNCAUGHT); in VisitForOfStatement()
3636 HandlerTable::UNCAUGHT); in BuildFinalizeIteration()
3850 HandlerTable::UNCAUGHT); in BuildDestructuringArrayAssignment()
4531 DCHECK(catch_prediction() != HandlerTable::UNCAUGHT || in BuildAwait()
/external/v8/src/ast/
Dast.h786 if (catch_prediction_ == HandlerTable::UNCAUGHT) { in GetCatchPrediction()
817 DCHECK_EQ(outer_catch_prediction, HandlerTable::UNCAUGHT); in ShouldClearPendingException()
821 return catch_prediction_ != HandlerTable::UNCAUGHT || in ShouldClearPendingException()
822 outer_catch_prediction != HandlerTable::UNCAUGHT; in ShouldClearPendingException()
2843 HandlerTable::UNCAUGHT, pos); in NewTryCatchStatementForReThrow()
Dprettyprinter.cc1027 switch (node->GetCatchPrediction(HandlerTable::UNCAUGHT)) { in VisitTryCatchStatement()
1028 case HandlerTable::UNCAUGHT: in VisitTryCatchStatement()
/external/v8/src/objects/
Dcode-inl.h422 return HandlerTable::UNCAUGHT; in GetBuiltinCatchPrediction()
/external/v8/src/execution/
Disolate.cc1949 if (prediction == HandlerTable::UNCAUGHT) continue; in ThrowInternal()
1959 if (prediction == HandlerTable::UNCAUGHT) continue; in ThrowInternal()
1966 return HandlerTable::UNCAUGHT; in ThrowInternal()
1971 case HandlerTable::UNCAUGHT: in ThrowInternal()
2539 case HandlerTable::UNCAUGHT: in ThrowInternal()