Home
last modified time | relevance | path

Searched defs:elementIndex (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_deque_iterator.cpp60 uint32_t elementIndex = (index + capacity - first) % capacity; in Next() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dobject_operator_third_test.cpp158 int32_t elementIndex = 2; in HWTEST_F_L0() local
188 int32_t elementIndex = 4; in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_proxy.cpp901 uint32_t elementIndex = 0; in GetAllPropertyKeys() local
H A Djs_object.cpp617 uint32_t elementIndex = 0; in GetAllElementKeys() local
647 uint32_t elementIndex = 0; in GetAllElementKeysByFilter() local
710 uint32_t elementIndex = static_cast<uint32_t>(offset); in CollectEnumElementsAlongProtoChain() local
750 uint32_t elementIndex = 0; GetEnumElementKeys() local
1639 uint32_t elementIndex = 0; GetAllPropertyKeys() local
[all...]
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h501 uint32_t elementIndex = static_cast<uint32_t>(index); in LoadElement() local
517 uint32_t elementIndex = static_cast<uint32_t>(index); in LoadStringElement() local
556 uint32_t elementIndex = static_cast<uint32_t>(index); in StoreElement() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp155 uint32_t elementIndex = 0; in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1135 *elementIndex, str); in GetEnumElementKeys() local
1166 *elementIndex, str); in GetEnumElementKeys() local
1714 GateRef elementIndex = Int32Add(GetLengthFromString(value), offset); GetAllElementKeys() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3806 int elementIndex = argKeys.GetInt(); in DEF_RUNTIME_STUBS() local

Completed in 22 milliseconds