Searched refs:has_rest_property (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 1261 bool has_rest_property) in ObjectLiteralBoilerplateBuilder() 1265 HasRestPropertyField::encode(has_rest_property) | in ObjectLiteralBoilerplateBuilder() 1279 bool has_rest_property() const { in has_rest_property() function in v8::internal::final 1373 bool has_rest_property, Variable* home_object) in ObjectLiteral() 1377 builder_(&properties_, boilerplate_properties, has_rest_property) {} in ObjectLiteral() 3030 uint32_t boilerplate_properties, int pos, bool has_rest_property, in NewObjectLiteral() 3033 pos, has_rest_property, home_object); in NewObjectLiteral() 1259 ObjectLiteralBoilerplateBuilder(ZoneList<Property*>* properties, uint32_t boilerplate_properties, bool has_rest_property) ObjectLiteralBoilerplateBuilder() argument 1371 ObjectLiteral(Zone* zone, const ScopedPtrList<Property>& properties, uint32_t boilerplate_properties, int pos, bool has_rest_property, Variable* home_object) ObjectLiteral() argument 3028 NewObjectLiteral( const ScopedPtrList<ObjectLiteral::Property>& properties, uint32_t boilerplate_properties, int pos, bool has_rest_property, Variable* home_object = nullptr) NewObjectLiteral() argument
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 4331 if (pattern->builder()->has_rest_property()) { in BuildDestructuringObjectAssignment() 4395 if (pattern->builder()->has_rest_property() || !value_name) { in BuildDestructuringObjectAssignment() 4396 if (pattern->builder()->has_rest_property()) { in BuildDestructuringObjectAssignment() 4414 (pattern->builder()->has_rest_property() && in BuildDestructuringObjectAssignment()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 2761 bool has_rest_property = false; in ParseObjectLiteral() local 2786 has_rest_property = true; in ParseObjectLiteral() 2818 if (has_rest_property && properties.length() > Code::kMaxArguments) { in ParseObjectLiteral() 2825 pos, has_rest_property, home_object)); in ParseObjectLiteral()
|
H A D | preparser.h | 569 int pos, bool has_rest_property, Variable* home_object = nullptr) { in NewObjectLiteral() 567 NewObjectLiteral( const PreParserExpressionList& properties, int boilerplate_properties, int pos, bool has_rest_property, Variable* home_object = nullptr) NewObjectLiteral() argument
|
Completed in 35 milliseconds