Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc9728 int max_extra_properties = in Create() local
9731 if (inobject_properties > max_extra_properties) { in Create()
9732 inobject_properties = max_extra_properties; in Create()