Home
last modified time | relevance | path

Searched defs:indexHandle (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_map_iterator.cpp142 JSMutableHandle<JSTaggedValue> indexHandle(thread, JSTaggedValue::Undefined()); in MapIteratorToList() local
Djs_typed_array.cpp392 JSHandle<JSTaggedValue> indexHandle(thread, index); in IntegerIndexedElementGet() local
580 JSHandle<JSTaggedValue> indexHandle(thread, index); in IntegerIndexedElementSet() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp305 … JSHandle<JSTaggedValue> indexHandle(JSObject::GetProperty(thread, execResult, index).GetValue()); in HWTEST_F_L0() local
364 … JSHandle<JSTaggedValue> indexHandle(JSObject::GetProperty(thread, execResult, index).GetValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp1518 JSHandle<JSTaggedValue> indexHandle(thread, JSTaggedValue(newLen)); in Pop() local