Searched defs:indexHandle (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.cpp | 283 JSHandle<JSTaggedValue> indexHandle(GetThread(), numericIndex); in LoadTypedArrayValueMiss() local 382 JSHandle<JSTaggedValue> indexHandle(GetThread(), numericIndex); in StoreTypedArrayValueMiss() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 400 JSHandle<JSTaggedValue> indexHandle(thread, index); in IntegerIndexedElementGet() local 590 JSHandle<JSTaggedValue> indexHandle(thread, index); in IntegerIndexedElementSet() local
|
| D | js_stable_array.cpp | 520 JSMutableHandle<JSTaggedValue> indexHandle(ctx.thread, JSTaggedValue::Undefined()); in FindRawData() local 563 JSMutableHandle<JSTaggedValue> indexHandle(ctx.thread, JSTaggedValue::Undefined()); in FindLastRawData() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 305 … 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/ |
| D | builtins_array.cpp | 1564 JSHandle<JSTaggedValue> indexHandle(thread, JSTaggedValue(newLen)); in Pop() local
|