Searched refs:has_rest_property (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
D | ast.h | 1261 bool has_rest_property) in ObjectLiteralBoilerplateBuilder() argument 1265 HasRestPropertyField::encode(has_rest_property) | in ObjectLiteralBoilerplateBuilder() 1279 bool has_rest_property() const { in has_rest_property() function 1373 bool has_rest_property, Variable* home_object) in ObjectLiteral() argument 1377 builder_(&properties_, boilerplate_properties, has_rest_property) {} in ObjectLiteral() 3030 uint32_t boilerplate_properties, int pos, bool has_rest_property, 3033 pos, has_rest_property, home_object);
|
/third_party/node/deps/v8/src/parsing/ |
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()
|
D | preparser.h | 569 int pos, bool has_rest_property, Variable* home_object = nullptr) {
|
/third_party/node/deps/v8/src/interpreter/ |
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()
|