Searched refs:SETTER_ARITY (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.cc851 arity_restriction != FunctionLiteral::SETTER_ARITY);
869 if (arity_restriction == FunctionLiteral::SETTER_ARITY) break;
H A Dpreparser.h2026 is_get ? FunctionLiteral::GETTER_ARITY : FunctionLiteral::SETTER_ARITY,
H A Dparser.cc3548 arity_restriction != FunctionLiteral::SETTER_ARITY);
3580 if (arity_restriction == FunctionLiteral::SETTER_ARITY) break;
H A Dast.h2335 SETTER_ARITY enumerator in enum:v8::internal::FINAL::ArityRestriction

Completed in 170 milliseconds