Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.c376 size_t property_count = ecma_builtin_get_property_count (obj_builtin_id); in ecma_instantiate_builtin() local
378 if (property_count > 32) in ecma_instantiate_builtin()
382 JERRY_ASSERT (property_count <= (32 + 64)); in ecma_instantiate_builtin()
420 if (property_count > 32) in ecma_instantiate_builtin()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc1528 uint32_t property_count; in DeserializeMaps() local
1529 if (!deserializer_.ReadUint32(&property_count)) { in DeserializeMaps()
1535 if (property_count > kMaxNumberOfDescriptors) { in DeserializeMaps()
1540 if (property_count == 0) { in DeserializeMaps()
1549 factory()->NewDescriptorArray(property_count, 0); in DeserializeMaps()
1550 for (InternalIndex i : InternalIndex::Range(property_count)) { in DeserializeMaps()
1569 DCHECK_EQ(descriptors->number_of_descriptors(), property_count); in DeserializeMaps()
/third_party/node/src/
H A Djs_native_api.h229 size_t property_count,
284 size_t property_count,
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc845 int property_count = 0;
846 properties_to_check[property_count++] = DescriptorIndexNameValue{
850 properties_to_check[property_count++] = *additional_property_to_check;
856 property_count));
/third_party/ffmpeg/libavformat/
H A Drmdec.c351 int stream_count, rule_count, property_count, i; in ff_rm_read_mdpr_codecdata() local
361 property_count = avio_rb16(pb); in ff_rm_read_mdpr_codecdata()
362 for(i=0; i<property_count; i++){ in ff_rm_read_mdpr_codecdata()
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc3201 int property_count = real_size; in MigrateFastToSlow() local
3203 property_count += expected_additional_properties; in MigrateFastToSlow()
3209 property_count += initial_capacity; in MigrateFastToSlow()
3215 ord_dictionary = isolate->factory()->NewSwissNameDictionary(property_count); in MigrateFastToSlow()
3217 dictionary = isolate->factory()->NewNameDictionary(property_count); in MigrateFastToSlow()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc5189 TNode<IntPtrT> property_count,
5207 from_array, kind, start, property_count,
5229 FillPropertyArrayWithUndefined(CAST(from_array), start, property_count);

Completed in 31 milliseconds