Home
last modified time | relevance | path

Searched refs:check_throw (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-call-reducer.cc1083 Node* check_throw = nullptr; in ReduceArrayForEach() local
1085 &control, &check_fail, &check_throw); in ReduceArrayForEach()
1161 RewirePostCallbackExceptionEdges(check_throw, on_exception, effect, in ReduceArrayForEach()
1186 graph()->NewNode(common()->Throw(), check_throw, check_fail); in ReduceArrayForEach()
1278 Node* check_throw = nullptr; in ReduceArrayReduce() local
1283 &control, &check_fail, &check_throw); in ReduceArrayReduce()
1429 RewirePostCallbackExceptionEdges(check_throw, on_exception, effect, in ReduceArrayReduce()
1463 graph()->NewNode(common()->Throw(), check_throw, check_fail); in ReduceArrayReduce()
1558 Node* check_throw = nullptr; in ReduceArrayMap() local
1560 &control, &check_fail, &check_throw); in ReduceArrayMap()
[all …]
Djs-call-reducer.h210 Node** check_throw);
211 void RewirePostCallbackExceptionEdges(Node* check_throw, Node* on_exception,