Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp62 JSHandle<JSTaggedValue> callbackfnHandle(thread, reviver); in Parse() local
Dbuiltins_typedarray.cpp895 JSHandle<JSTaggedValue> callbackfnHandle = GetCallArg(argv, 0); in Map() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp53 double ArrayHelper::SortCompare(JSThread *thread, const JSHandle<JSTaggedValue> &callbackfnHandle, in SortCompare()
Dtyped_array_helper.cpp541 …32_t TypedArrayHelper::SortCompare(JSThread *thread, const JSHandle<JSTaggedValue> &callbackfnHand… in SortCompare()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp86 JSHandle<JSTaggedValue> callbackfnHandle(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Dtyped_array_helper_test.cpp425 JSHandle<JSTaggedValue> callbackfnHandle(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local