Lines Matching refs:fncallback
1019 Node* fncallback = node->op()->ValueInputCount() > 2 in ReduceArrayForEach() local
1073 {receiver, fncallback, this_arg, k, original_length}); in ReduceArrayForEach()
1084 WireInCallbackIsCallableCheck(fncallback, context, check_frame_state, effect, in ReduceArrayForEach()
1155 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayForEach()
1211 Node* fncallback = node->op()->ValueInputCount() > 2 in ReduceArrayReduce() local
1269 {receiver, fncallback, k, original_length, in ReduceArrayReduce()
1282 WireInCallbackIsCallableCheck(fncallback, context, check_frame_state, effect, in ReduceArrayReduce()
1297 {receiver, fncallback, original_length}); in ReduceArrayReduce()
1367 {receiver, fncallback, k, original_length, curloop}); in ReduceArrayReduce()
1413 {receiver, fncallback, next_k, original_length, curloop}); in ReduceArrayReduce()
1421 graph()->NewNode(javascript()->Call(6, p.frequency()), fncallback, in ReduceArrayReduce()
1486 Node* fncallback = node->op()->ValueInputCount() > 2 in ReduceArrayMap() local
1548 {receiver, fncallback, this_arg, a, k, original_length}); in ReduceArrayMap()
1559 WireInCallbackIsCallableCheck(fncallback, context, check_frame_state, effect, in ReduceArrayMap()
1631 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayMap()
1698 Node* fncallback = node->op()->ValueInputCount() > 2 in ReduceArrayFilter() local
1783 {receiver, fncallback, this_arg, a, k, original_length, to, to}); in ReduceArrayFilter()
1790 WireInCallbackIsCallableCheck(fncallback, context, check_frame_state, in ReduceArrayFilter()
1811 {receiver, fncallback, this_arg, a, k, original_length, to}); in ReduceArrayFilter()
1868 {receiver, fncallback, this_arg, a, k, original_length, element, to}); in ReduceArrayFilter()
1877 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayFilter()
1896 std::vector<Node*> checkpoint_params({receiver, fncallback, this_arg, a, k, in ReduceArrayFilter()
1981 Node* fncallback = node->op()->ValueInputCount() > 2 in ReduceArrayFind() local
2023 {receiver, fncallback, this_arg, k, original_length}); in ReduceArrayFind()
2035 WireInCallbackIsCallableCheck(fncallback, context, frame_state, effect, in ReduceArrayFind()
2097 std::vector<Node*> call_checkpoint_params({receiver, fncallback, this_arg, in ReduceArrayFind()
2110 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayFind()
2223 Node* fncallback, Node* context, Node* check_frame_state, Node* effect, in WireInCallbackIsCallableCheck() argument
2225 Node* check = graph()->NewNode(simplified()->ObjectIsCallable(), fncallback); in WireInCallbackIsCallableCheck()
2231 jsgraph()->Constant(MessageTemplate::kCalledNonCallable), fncallback, in WireInCallbackIsCallableCheck()
2299 Node* fncallback = node->op()->ValueInputCount() > 2 in ReduceArrayEvery() local
2360 {receiver, fncallback, this_arg, k, original_length}); in ReduceArrayEvery()
2367 WireInCallbackIsCallableCheck(fncallback, context, check_frame_state, in ReduceArrayEvery()
2386 {receiver, fncallback, this_arg, k, original_length}); in ReduceArrayEvery()
2442 {receiver, fncallback, this_arg, k, original_length}); in ReduceArrayEvery()
2451 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayEvery()
2648 Node* fncallback = node->op()->ValueInputCount() > 2 in ReduceArraySome() local
2711 {receiver, fncallback, this_arg, k, original_length}); in ReduceArraySome()
2718 WireInCallbackIsCallableCheck(fncallback, context, check_frame_state, in ReduceArraySome()
2742 {receiver, fncallback, this_arg, k, original_length}); in ReduceArraySome()
2798 {receiver, fncallback, this_arg, k, original_length}); in ReduceArraySome()
2807 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArraySome()