Home
last modified time | relevance | path

Searched defs:properties_count (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcode-stubs.cc3976 compiler::Node* properties_count) { in GenerateFastPath()
4065 Node* properties_count = in GenerateAssembly() local
/external/v8/src/ast/
Dast.h1465 int properties_count() const { return constant_properties_->length() / 2; } in properties_count() function