Lines Matching defs:parameters
114 // Defines the flags for a JavaScript call forwarding parameters. This
149 // Defines the arity (parameters plus the target and new target) and the
194 // Defines the flags for a JavaScript call forwarding parameters. This
228 // Defines the arity (parameters plus the target and receiver) and the call
388 friend size_t hash_value(CreateFunctionContextParameters const& parameters);
391 std::ostream& os, CreateFunctionContextParameters const& parameters);
397 // Defines parameters for JSDefineNamedOwnProperty operator.
901 // AST. Most operators have no parameters, thus can be globally shared for all
1383 static constexpr int ArityForArgc(int parameters) {
1384 return parameters + kExtraInputCount;