Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc383 int number_of_properties = in CreateObjectLiteral() local
393 number_of_properties); in CreateObjectLiteral()
397 map, number_of_properties, allocation); in CreateObjectLiteral()
/third_party/node/deps/v8/src/objects/
Dtemplates.tq9 number_of_properties: Smi;
/third_party/node/deps/v8/src/api/
Dapi-natives.cc239 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()
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc1361 int number_of_properties) { in CreateLiteralObject() argument
1363 number_of_properties, literal_flags); in CreateLiteralObject()
Djs-operator.h970 int number_of_properties); in NON_EXPORTED_BASE()
Dbytecode-graph-builder.cc2314 int number_of_properties = constant_properties.size(); in VisitCreateObjectLiteral() local
2317 constant_properties, pair, literal_flags, number_of_properties); in VisitCreateObjectLiteral()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3498 int number_of_properties) { in ObjectLiteralMapFromCache() argument
3500 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()
Dfactory.h801 int number_of_properties);