Home
last modified time | relevance | path

Searched defs:is_computed_name (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ast/
Dast.cc307 Kind kind, bool is_computed_name) in ObjectLiteralProperty()
314 bool is_computed_name) in ObjectLiteralProperty()
336 bool is_computed_name) in ClassLiteralProperty()
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()
3028 bool is_computed_name) { in NewObjectLiteralProperty()
3035 bool is_computed_name) { in NewObjectLiteralProperty()
3247 bool is_static, bool is_computed_name) { in NewClassLiteralProperty()
/external/v8/src/parsing/
Dpreparser.h608 bool is_computed_name) { in NewClassLiteralProperty()
614 bool is_computed_name) { in NewObjectLiteralProperty()
619 bool is_computed_name) { in NewObjectLiteralProperty()
Dparser-base.h2179 bool* is_set, bool* is_async, bool* is_computed_name, bool* ok) { in ParsePropertyName()
2317 bool has_extends, bool* is_computed_name, in ParseClassPropertyDefinition()
2541 bool* is_computed_name, in ParseObjectPropertyDefinition()
2751 bool is_computed_name = false; in ParseObjectLiteral() local
4552 bool is_computed_name = false; // Classes do not care about computed in ParseClassLiteral() local
Dparser.cc3192 bool is_computed_name, ClassInfo* class_info, in DeclareClassProperty()