Searched defs:is_computed_name (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ast/ |
D | ast.cc | 307 Kind kind, bool is_computed_name) in ObjectLiteralProperty() 314 bool is_computed_name) in ObjectLiteralProperty() 336 bool is_computed_name) in ClassLiteralProperty()
|
D | ast.h | 1266 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/ |
D | preparser.h | 608 bool is_computed_name) { in NewClassLiteralProperty() 614 bool is_computed_name) { in NewObjectLiteralProperty() 619 bool is_computed_name) { in NewObjectLiteralProperty()
|
D | parser-base.h | 2179 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
|
D | parser.cc | 3192 bool is_computed_name, ClassInfo* class_info, in DeclareClassProperty()
|