Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-flags.cc25 int properties_count, in Encode()
/external/v8/src/builtins/
Dbuiltins-constructor.cc666 Node* properties_count) { in EmitFastCloneShallowObject()
732 int properties_count) { in CreateFastCloneShallowObjectBuiltin()
/external/v8/src/ast/
Dast.h1384 int properties_count() const { return boilerplate_properties_; } in properties_count() function