Searched refs:FormalParameterCountOf (Results 1 – 3 of 3) sorted by relevance
590 int FormalParameterCountOf(const Operator* op) V8_WARN_UNUSED_RESULT;
1618 int FormalParameterCountOf(const Operator* op) { in FormalParameterCountOf() function
3561 int formal_parameter_count = FormalParameterCountOf(node->op()); in LowerRestLength()