Home
last modified time | relevance | path

Searched refs:number_of_properties (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-literals.cc383 int number_of_properties = in CreateObjectLiteral() local
386 // Ignoring number_of_properties for force dictionary map with in CreateObjectLiteral()
393 number_of_properties); in CreateObjectLiteral()
397 map, number_of_properties, allocation); in CreateObjectLiteral()
/third_party/node/deps/v8/src/api/
H A 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/heap/
H A Dfactory.cc3498 int number_of_properties) { in ObjectLiteralMapFromCache()
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()
3497 ObjectLiteralMapFromCache(Handle<NativeContext> context, int number_of_properties) ObjectLiteralMapFromCache() argument
H A Dfactory.h801 int number_of_properties);
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.cc1361 int number_of_properties) { in CreateLiteralObject()
1363 number_of_properties, literal_flags); in CreateLiteralObject()
1358 CreateLiteralObject( const ObjectBoilerplateDescriptionRef& constant_properties, FeedbackSource const& feedback, int literal_flags, int number_of_properties) CreateLiteralObject() argument
H A Djs-operator.h970 int number_of_properties);
H A 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()

Completed in 29 milliseconds