Home
last modified time | relevance | path

Searched refs:ArityRestriction (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/parsing/
Dpreparser.h905 FunctionLiteral::ArityRestriction arity_restriction,
1074 FunctionLiteral::ArityRestriction arity_restriction,
Dpreparser.cc97 FunctionLiteral::ArityRestriction arity_restriction, in ParseFunctionLiteral()
1102 FunctionLiteral::ArityRestriction arity_restriction, in ParseFunctionLiteral()
Dparser.h570 FunctionLiteral::ArityRestriction arity_restriction,
923 FunctionLiteral::ArityRestriction arity_restriction,
Dparser-base.h798 int param_count, FunctionLiteral::ArityRestriction arity_restriction,
2978 int param_count, FunctionLiteral::ArityRestriction arity_restriction, in CheckArityRestrictions()
Dparser.cc724 FunctionLiteral::ArityRestriction arity_restriction, in ParseFunctionLiteral()
4072 FunctionLiteral::ArityRestriction arity_restriction, in ParseFunctionLiteral()
/external/v8/src/ast/
Dast.h2625 enum ArityRestriction { kNormalArity, kGetterArity, kSetterArity }; enum