Home
last modified time | relevance | path

Searched refs:property_index (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dfield-index-inl.h23 FieldIndex FieldIndex::ForPropertyIndex(Map map, int property_index, in ForPropertyIndex() argument
27 bool is_inobject = property_index < inobject_properties; in ForPropertyIndex()
32 offset = map.GetInObjectPropertyOffset(property_index); in ForPropertyIndex()
35 property_index -= inobject_properties; in ForPropertyIndex()
36 offset = PropertyArray::OffsetOfElementAt(property_index); in ForPropertyIndex()
H A Dfield-index.h60 int property_index() const { in property_index() function in v8::internal::final
H A Djs-objects.cc3416 storage->set(index.property_index(), *box); in AllocateStorageForMap()
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc87 for (size_t property_index = 0; property_index < num_properties; in GetPropertiesAsVector()
88 ++property_index) { in GetPropertiesAsVector()
89 const auto& source_prop = *(properties)[property_index]; in GetPropertiesAsVector()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-property-hashmap.c224 int property_index) /**< property index in the pair (0 or 1) */ in ecma_property_hashmap_insert()
241 JERRY_ASSERT (property_index < ECMA_PROPERTY_PAIR_ITEM_COUNT); in ecma_property_hashmap_insert()
281 if (property_index == 0) in ecma_property_hashmap_insert()
221 ecma_property_hashmap_insert(ecma_object_t *object_p, ecma_string_t *name_p, ecma_property_pair_t *property_pair_p, int property_index) ecma_property_hashmap_insert() argument
H A Decma-property-hashmap.h71 ecma_property_pair_t *property_pair_p, int property_index);
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc3063 int property_index = 0; in VisitObjectLiteral() local
3077 property_index++; in VisitObjectLiteral()
3093 for (; property_index < expr->properties()->length(); property_index++) { in VisitObjectLiteral()
3094 ObjectLiteral::Property* property = expr->properties()->at(property_index); in VisitObjectLiteral()
3190 for (; property_index < expr->properties()->length(); property_index++) { in VisitObjectLiteral()
3191 ObjectLiteral::Property* property = expr->properties()->at(property_index); in VisitObjectLiteral()
/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc461 << index_.property_index());
467 << index_.property_index());

Completed in 23 milliseconds