Searched refs:number_of_properties (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-literals.cc | 383 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 D | api-natives.cc | 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()
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 3498 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 D | factory.h | 801 int number_of_properties);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.cc | 1361 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 D | js-operator.h | 970 int number_of_properties);
|
H A D | bytecode-graph-builder.cc | 2314 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