Searched refs:IsRestLengthOf (Results 1 – 4 of 4) sorted by relevance
246 ArgumentsStateType type = IsRestLengthOf(arguments_length->op()) in Finalize()
474 bool IsRestLengthOf(const Operator* op) V8_WARN_UNUSED_RESULT;
1425 bool IsRestLengthOf(const Operator* op) { in IsRestLengthOf() function
2544 bool is_rest_length = IsRestLengthOf(node->op()); in LowerArgumentsLength()