Searched defs:indexHandle (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.cpp | 315 JSHandle<JSTaggedValue> indexHandle(GetThread(), numericIndex); in LoadTypedArrayValueMiss() local 440 JSHandle<JSTaggedValue> indexHandle(GetThread(), numericIndex); in StoreTypedArrayValueMiss() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 410 JSHandle<JSTaggedValue> indexHandle(thread, index); in IntegerIndexedElementGet() local 621 JSHandle<JSTaggedValue> indexHandle(thread, index); in IntegerIndexedElementSet() local
|
| D | js_stable_array.cpp | 907 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/ |
| D | builtins_regexp_test.cpp | 284 … 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/ |
| D | builtins_shared_array.cpp | 1230 JSHandle<JSTaggedValue> indexHandle(thread, JSTaggedValue(newLen)); in PopInner() local
|
| D | builtins_array.cpp | 1627 JSHandle<JSTaggedValue> indexHandle(thread, JSTaggedValue(newLen)); in Pop() local
|