Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h2742 bool has_computed_names = false; in ParseObjectLiteral() local
2757 has_computed_names = true; in ParseObjectLiteral()
2764 if (impl()->IsBoilerplateProperty(property) && !has_computed_names) { in ParseObjectLiteral()