Home
last modified time | relevance | path

Searched defs:actualIndex (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_array.cpp3071 int64_t actualIndex = 0; in With() local
[all...]
H A Dbuiltins_typedarray.cpp1986 int64_t actualIndex = relativeIndex >= 0 ? relativeIndex : static_cast<int64_t>(len) + relativeIndex; in With() local

Completed in 10 milliseconds