Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp315 JSHandle<JSTaggedValue> indexHandle(GetThread(), numericIndex); in LoadTypedArrayValueMiss() local
440 JSHandle<JSTaggedValue> indexHandle(GetThread(), numericIndex); in StoreTypedArrayValueMiss() local
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp410 JSHandle<JSTaggedValue> indexHandle(thread, index); in IntegerIndexedElementGet() local
621 JSHandle<JSTaggedValue> indexHandle(thread, index); in IntegerIndexedElementSet() local
Djs_stable_array.cpp907 JSMutableHandle<JSTaggedValue> indexHandle(ctx.thread, JSTaggedValue::Undefined()); in FindRawData() local
950 JSMutableHandle<JSTaggedValue> indexHandle(ctx.thread, JSTaggedValue::Undefined()); in FindLastRawData() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp284 … JSHandle<JSTaggedValue> indexHandle(JSObject::GetProperty(thread, execResult, index).GetValue()); in HWTEST_F_L0() local
324 … JSHandle<JSTaggedValue> indexHandle(JSObject::GetProperty(thread, execResult, index).GetValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp1230 JSHandle<JSTaggedValue> indexHandle(thread, JSTaggedValue(newLen)); in PopInner() local
Dbuiltins_array.cpp1627 JSHandle<JSTaggedValue> indexHandle(thread, JSTaggedValue(newLen)); in Pop() local