Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc472 has_elements_ = elements > 0; in BuildConstantProperties()
Dast.h1512 bool has_elements() const { return has_elements_; } in has_elements()
1585 has_elements_(false), in ObjectLiteral()
1596 bool has_elements_; variable