Home | History | Annotate | Download | only in src

Lines Matching defs:parameters

1339   // parameters) if the proxy is needed or not. The proxy will be
1437 int parameters = fun->shared()->formal_parameter_count();
1438 shared->set_formal_parameter_count(parameters);
3315 // Allow any number of parameters for compatiabilty with JSC.
3316 // Specification only allows zero parameters for get and one for set.