Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc226 bool is_computed_name) in ObjectLiteralProperty()
238 bool is_computed_name) in ObjectLiteralProperty()
Dast.h1462 bool is_computed_name() const { return is_computed_name_; } in is_computed_name() function
3280 bool is_static, bool is_computed_name) { in NewObjectLiteralProperty()
3288 bool is_computed_name) { in NewObjectLiteralProperty()
/external/v8/src/parsing/
Dparser-base.h1558 bool* is_computed_name, bool* is_identifier, bool* is_escaped_keyword, in ParsePropertyName()
1628 bool is_static, bool* is_computed_name, bool* has_seen_constructor, in ParsePropertyDefinition()
1852 bool is_computed_name = false; in ParseObjectLiteral() local
Dpreparser.cc1235 bool is_computed_name = false; // Classes do not care about computed in ParseClassLiteral() local
Dpreparser.h451 bool is_computed_name) { in NewObjectLiteralProperty()
457 bool is_computed_name) { in NewObjectLiteralProperty()
Dparser.cc4785 bool is_computed_name = false; // Classes do not care about computed in ParseClassLiteral() local