Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.cc280 Kind kind, bool is_computed_name) in ObjectLiteralProperty()
287 bool is_computed_name) in ObjectLiteralProperty()
309 bool is_computed_name, in ClassLiteralProperty()
Dast.h1201 bool is_computed_name() const { in is_computed_name() function
1207 LiteralProperty(Expression* key, Expression* value, bool is_computed_name) in LiteralProperty()
3038 bool is_computed_name) { in NewObjectLiteralProperty()
3045 bool is_computed_name) { in NewObjectLiteralProperty()
3256 bool is_static, bool is_computed_name, bool is_private) { in NewClassLiteralProperty()
/third_party/node/deps/v8/src/parsing/
Dpreparser.h552 bool is_computed_name, in NewClassLiteralProperty()
559 bool is_computed_name) { in NewObjectLiteralProperty()
564 bool is_computed_name) { in NewObjectLiteralProperty()
Dparser.cc3157 bool is_static, bool is_computed_name, in DeclarePublicClassField()
Dparser-base.h685 bool is_computed_name; member