Home
last modified time | relevance | path

Searched defs:elementIndex (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque_iterator.cpp66 uint32_t elementIndex = (index + capacity - first) % capacity; in Next() local
/arkcompiler/ets_runtime/ecmascript/
Djs_for_in_iterator.cpp62 uint32_t elementIndex = 0; in FastGetAllEnumKeys() local
Djs_object.cpp383 uint32_t elementIndex = 0; in GetAllElementKeys() local
429 uint32_t elementIndex = 0; in GetEnumElementKeys() local
1113 [[maybe_unused]] uint32_t elementIndex = 0; in GetOwnPropertyKeys() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h427 uint32_t elementIndex = static_cast<uint32_t>(index); in LoadElement() local
446 uint32_t elementIndex = static_cast<uint32_t>(index); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp133 uint32_t elementIndex = 0; in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_test.cpp833 int32_t elementIndex = 2; in HWTEST_F_L0() local
863 int32_t elementIndex = 4; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp280 int elementIndex = taggedElementIndex.GetInt(); in DEF_RUNTIME_STUBS() local