Searched refs:number_of_properties (Results 1 – 8 of 8) sorted by relevance
383 int number_of_properties = in CreateObjectLiteral() local393 number_of_properties); in CreateObjectLiteral()397 map, number_of_properties, allocation); in CreateObjectLiteral()
9 number_of_properties: Smi;
239 for (int c = 0; c < data->number_of_properties(); c++) { in ConfigureInstance()567 templ->set_number_of_properties(templ->number_of_properties() + 1); in AddPropertyToPropertyList()
1361 int number_of_properties) { in CreateLiteralObject() argument1363 number_of_properties, literal_flags); in CreateLiteralObject()
970 int number_of_properties); in NON_EXPORTED_BASE()
2314 int number_of_properties = constant_properties.size(); in VisitCreateObjectLiteral() local2317 constant_properties, pair, literal_flags, number_of_properties); in VisitCreateObjectLiteral()
3498 int number_of_properties) { in ObjectLiteralMapFromCache() argument3500 if (number_of_properties >= JSObject::kMapCacheSize) { in ObjectLiteralMapFromCache()3508 MaybeObject result = cache->Get(number_of_properties); in ObjectLiteralMapFromCache()3517 Handle<Map> map = Map::Create(isolate(), number_of_properties); in ObjectLiteralMapFromCache()3519 cache->Set(number_of_properties, HeapObjectReference::Weak(*map)); in ObjectLiteralMapFromCache()
801 int number_of_properties);