Searched refs:function_and_receiver_count (Results 1 – 1 of 1) sorted by relevance
305 Node* function_and_receiver_count = __ Int32Constant(2); in Call() local306 Node* target_args_count = __ Int32Sub(arg_count, function_and_receiver_count); in Call()