Home
last modified time | relevance | path

Searched refs:has_rest_property (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/parsing/
Dpattern-rewriter.cc372 if (pattern->has_rest_property()) { in VisitObjectLiteral()
408 if (pattern->has_rest_property()) { in VisitObjectLiteral()
Dparser-base.h2743 bool has_rest_property = false; in ParseObjectLiteral() local
2761 has_rest_property = true; in ParseObjectLiteral()
2786 if (has_rest_property && properties->length() > Code::kMaxArguments) { in ParseObjectLiteral()
2792 properties, number_of_boilerplate_properties, pos, has_rest_property)); in ParseObjectLiteral()
Dpreparser.h624 int pos, bool has_rest_property) { in NewObjectLiteral() argument
/external/v8/src/ast/
Dast.h1331 bool has_rest_property() const { in has_rest_property() function
1406 bool has_rest_property) in ObjectLiteral() argument
1411 HasRestPropertyField::encode(has_rest_property) | in ObjectLiteral()
3021 uint32_t boilerplate_properties, int pos, bool has_rest_property) { in NewObjectLiteral() argument
3023 has_rest_property); in NewObjectLiteral()