Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc550 properties_count() <= in IsFastCloningSupported()
Dast.h1328 int properties_count() const { return boilerplate_properties_; } in properties_count() function
1341 return !has_elements() && properties_count() == 0 && in is_empty()
/external/v8/src/interpreter/
Dbytecode-generator.cc990 if (object_literal->properties_count() > 0) { in AllocateDeferredConstants()
2173 if (expr->properties_count() == 0) { in VisitObjectLiteral()