Home
last modified time | relevance | path

Searched refs:is_computed_name (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/ast/
Dast.cc307 Kind kind, bool is_computed_name) in ObjectLiteralProperty() argument
308 : LiteralProperty(key, value, is_computed_name), in ObjectLiteralProperty()
314 bool is_computed_name) in ObjectLiteralProperty() argument
315 : LiteralProperty(key, value, is_computed_name), emit_store_(true) { in ObjectLiteralProperty()
316 if (!is_computed_name && key->AsLiteral()->IsString() && in ObjectLiteralProperty()
336 bool is_computed_name) in ClassLiteralProperty() argument
337 : LiteralProperty(key, value, is_computed_name), in ClassLiteralProperty()
364 if (property->is_computed_name()) continue; in CalculateEmitStore()
437 DCHECK(property->is_computed_name()); in InitDepthAndFlags()
442 DCHECK(!property->is_computed_name()); in InitDepthAndFlags()
[all …]
Dast.h1266 bool is_computed_name() const { return is_computed_name_; } in is_computed_name() function
1270 LiteralProperty(Expression* key, Expression* value, bool is_computed_name) in LiteralProperty() argument
1271 : key_(key), value_(value), is_computed_name_(is_computed_name) {} in LiteralProperty()
1309 bool is_computed_name);
1311 Expression* value, bool is_computed_name);
2450 bool is_static, bool is_computed_name);
3028 bool is_computed_name) { in NewObjectLiteralProperty() argument
3030 ObjectLiteral::Property(key, value, kind, is_computed_name); in NewObjectLiteralProperty()
3035 bool is_computed_name) { in NewObjectLiteralProperty() argument
3037 is_computed_name); in NewObjectLiteralProperty()
[all …]
/external/v8/src/parsing/
Dparser-base.h1133 bool* is_async, bool* is_computed_name,
1138 IdentifierT* property_name, bool has_extends, bool* is_computed_name,
1143 ObjectLiteralChecker* checker, bool* is_computed_name,
2179 bool* is_set, bool* is_async, bool* is_computed_name, bool* ok) { in ParsePropertyName() argument
2185 DCHECK(!*is_computed_name); in ParsePropertyName()
2255 *is_computed_name = true; in ParsePropertyName()
2301 if (*is_computed_name) { in ParsePropertyName()
2317 bool has_extends, bool* is_computed_name, in ParseClassPropertyDefinition() argument
2355 &is_set, &is_async, is_computed_name, in ParseClassPropertyDefinition()
2364 &is_set, &is_async, is_computed_name, in ParseClassPropertyDefinition()
[all …]
Dpreparser.h608 bool is_computed_name) { in NewClassLiteralProperty() argument
614 bool is_computed_name) { in NewObjectLiteralProperty() argument
619 bool is_computed_name) { in NewObjectLiteralProperty() argument
1214 bool is_computed_name,
1216 if (kind == ClassLiteralProperty::PUBLIC_FIELD && is_computed_name) {
Dpattern-rewriter.cc411 if (property->is_computed_name()) { in VisitObjectLiteral()
Dparser.h331 bool is_computed_name,
Dparser.cc3192 bool is_computed_name, ClassInfo* class_info, in DeclareClassProperty() argument
3220 if (is_computed_name) { in DeclareClassProperty()
/external/v8/src/objects/
Dliteral-objects.cc448 if (property->is_computed_name()) { in BuildClassBoilerplate()
529 if (property->is_computed_name()) { in BuildClassBoilerplate()
534 DCHECK(!property->is_computed_name()); in BuildClassBoilerplate()
540 if (property->is_computed_name()) { in BuildClassBoilerplate()
/external/v8/src/interpreter/
Dbytecode-generator.cc1858 if (property->is_computed_name()) { in BuildClassLiteral()
1979 if (property->is_computed_name()) { in VisitInitializeClassFieldsStatement()
2186 if (property->is_computed_name()) break; in VisitObjectLiteral()