Home
last modified time | relevance | path

Searched defs:callbackfnHandle (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp63 JSHandle<JSTaggedValue> callbackfnHandle(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Dtyped_array_helper_test.cpp403 JSHandle<JSTaggedValue> callbackfnHandle(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp136 JSHandle<JSTaggedValue> callbackfnHandle(thread, reviver); in ParseWithTransformType() local
Dbuiltins_shared_typedarray.cpp932 JSHandle<JSTaggedValue> callbackfnHandle = GetCallArg(argv, 0); in Map() local
Dbuiltins_typedarray.cpp1013 JSHandle<JSTaggedValue> callbackfnHandle = GetCallArg(argv, 0); in Map() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp145 double ArrayHelper::SortCompare(JSThread *thread, const JSHandle<JSTaggedValue> &callbackfnHandle, in SortCompare()
Dtyped_array_helper.cpp1103 …32_t TypedArrayHelper::SortCompare(JSThread *thread, const JSHandle<JSTaggedValue> &callbackfnHand… in SortCompare()