Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h736 bool* is_identifier, bool* is_escaped_keyword,
1558 bool* is_computed_name, bool* is_identifier, bool* is_escaped_keyword, in ParsePropertyName() argument
1603 *is_escaped_keyword = true; in ParsePropertyName()
1641 bool is_escaped_keyword = false; in ParsePropertyDefinition() local
1644 &is_escaped_keyword, classifier, in ParsePropertyDefinition()
1652 is_escaped_keyword && in ParsePropertyDefinition()
1674 if ((is_identifier || is_escaped_keyword) && in ParsePropertyDefinition()