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.h1841 bool has_computed_names = false; in ParseObjectLiteral() local
1859 has_computed_names = true; in ParseObjectLiteral()
1869 if (!has_computed_names && this->IsBoilerplateProperty(property)) { in ParseObjectLiteral()