• Home
  • Raw
  • Download

Lines Matching refs:check_fail

1082   Node* check_fail = nullptr;  in ReduceArrayForEach()  local
1085 &control, &check_fail, &check_throw); in ReduceArrayForEach()
1162 &check_fail, &control); in ReduceArrayForEach()
1186 graph()->NewNode(common()->Throw(), check_throw, check_fail); in ReduceArrayForEach()
1277 Node* check_fail = nullptr; in ReduceArrayReduce() local
1283 &control, &check_fail, &check_throw); in ReduceArrayReduce()
1430 &check_fail, &control); in ReduceArrayReduce()
1463 graph()->NewNode(common()->Throw(), check_throw, check_fail); in ReduceArrayReduce()
1557 Node* check_fail = nullptr; in ReduceArrayMap() local
1560 &control, &check_fail, &check_throw); in ReduceArrayMap()
1638 &check_fail, &control); in ReduceArrayMap()
1676 graph()->NewNode(common()->Throw(), check_throw, check_fail); in ReduceArrayMap()
1773 Node* check_fail = nullptr; in ReduceArrayFilter() local
1791 effect, &control, &check_fail, &check_throw); in ReduceArrayFilter()
1885 &check_fail, &control); in ReduceArrayFilter()
1940 graph()->NewNode(common()->Throw(), check_throw, check_fail); in ReduceArrayFilter()
2028 Node* check_fail = nullptr; in ReduceArrayFind() local
2036 &control, &check_fail, &check_throw); in ReduceArrayFind()
2118 &check_fail, &control); in ReduceArrayFind()
2150 graph()->NewNode(common()->Throw(), check_throw, check_fail); in ReduceArrayFind()
2224 Node** control, Node** check_fail, Node** check_throw) { in WireInCallbackIsCallableCheck() argument
2228 *check_fail = graph()->NewNode(common()->IfFalse(), check_branch); in WireInCallbackIsCallableCheck()
2229 *check_throw = *check_fail = graph()->NewNode( in WireInCallbackIsCallableCheck()
2232 context, check_frame_state, effect, *check_fail); in WireInCallbackIsCallableCheck()
2239 Node** check_fail, in RewirePostCallbackExceptionEdges() argument
2243 graph()->NewNode(common()->IfException(), check_throw, *check_fail); in RewirePostCallbackExceptionEdges()
2244 *check_fail = graph()->NewNode(common()->IfSuccess(), *check_fail); in RewirePostCallbackExceptionEdges()
2353 Node* check_fail = nullptr; in ReduceArrayEvery() local
2368 effect, &control, &check_fail, &check_throw); in ReduceArrayEvery()
2459 &check_fail, &control); in ReduceArrayEvery()
2505 graph()->NewNode(common()->Throw(), check_throw, check_fail); in ReduceArrayEvery()
2704 Node* check_fail = nullptr; in ReduceArraySome() local
2719 effect, &control, &check_fail, &check_throw); in ReduceArraySome()
2815 &check_fail, &control); in ReduceArraySome()
2863 graph()->NewNode(common()->Throw(), check_throw, check_fail); in ReduceArraySome()
3155 Node* check_fail = graph()->NewNode(common()->IfFalse(), check_branch); in ReduceCallOrConstructWithArrayLikeOrSpread() local
3156 Node* check_throw = check_fail = in ReduceCallOrConstructWithArrayLikeOrSpread()
3159 new_target, context, frame_state, effect, check_fail); in ReduceCallOrConstructWithArrayLikeOrSpread()
3168 graph()->NewNode(common()->IfException(), check_throw, check_fail); in ReduceCallOrConstructWithArrayLikeOrSpread()
3169 check_fail = graph()->NewNode(common()->IfSuccess(), check_fail); in ReduceCallOrConstructWithArrayLikeOrSpread()
3189 graph()->NewNode(common()->Throw(), check_throw, check_fail); in ReduceCallOrConstructWithArrayLikeOrSpread()
5602 Node* check_fail = nullptr; in ReducePromiseConstructor() local
5605 &control, &check_fail, &check_throw); in ReducePromiseConstructor()
5691 exception_effect, &check_fail, in ReducePromiseConstructor()
5712 graph()->NewNode(common()->Throw(), check_throw, check_fail); in ReducePromiseConstructor()