Home
last modified time | relevance | path

Searched refs:FormalParameterCountOf (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h590 int FormalParameterCountOf(const Operator* op) V8_WARN_UNUSED_RESULT;
Dsimplified-operator.cc1618 int FormalParameterCountOf(const Operator* op) { in FormalParameterCountOf() function
Deffect-control-linearizer.cc3561 int formal_parameter_count = FormalParameterCountOf(node->op()); in LowerRestLength()