Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc9022 int max_extra_properties = in Create() local
9025 if (inobject_properties > max_extra_properties) { in Create()
9026 inobject_properties = max_extra_properties; in Create()