Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.cc538 properties_count() <= in IsFastCloningSupported()
Dast.h1276 int properties_count() const { return boilerplate_properties_; } in properties_count() function
1303 return !has_elements() && properties_count() == 0 && in is_empty()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc1318 if (object_literal_builder->properties_count() > 0) { in AllocateDeferredConstants()
3082 if (expr->builder()->properties_count() == 0) { in VisitObjectLiteral()