Searched refs:has_rest_property (Results 1 – 4 of 4) sorted by relevance
357 if (pattern->has_rest_property()) { in VisitObjectLiteral()393 if (pattern->has_rest_property()) { in VisitObjectLiteral()
2565 bool has_rest_property = false; in ParseObjectLiteral() local2583 has_rest_property = true; in ParseObjectLiteral()2608 if (has_rest_property && properties->length() > Code::kMaxArguments) { in ParseObjectLiteral()2614 properties, number_of_boilerplate_properties, pos, has_rest_property); in ParseObjectLiteral()
598 bool has_rest_property) { in NewObjectLiteral() argument
1394 bool has_rest_property() const { in has_rest_property() function1470 bool has_rest_property) in ObjectLiteral() argument1477 HasRestPropertyField::encode(has_rest_property); in ObjectLiteral()3341 uint32_t boilerplate_properties, int pos, bool has_rest_property) { in NewObjectLiteral() argument3343 has_rest_property); in NewObjectLiteral()