Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/arraysortcase/
Darraysortcase.js75 const compareFn = (a, b) => (a > b ? 1 : 0); function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_set.cpp80 JSHandle<JSTaggedValue> compareFn = JSHandle<JSTaggedValue>(thread, fn); in Clear() local
Djs_api_tree_map.cpp101 JSHandle<JSTaggedValue> compareFn = JSHandle<JSTaggedValue>(thread, fn); in Clear() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp359 JSHandle<JSTaggedValue> compareFn(thread, fn); in EntryCompare() local
540 JSHandle<JSTaggedValue> compareFn = JSHandle<JSTaggedValue>(thread, fn); in Shrink() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treeset.cpp54 JSHandle<JSTaggedValue> compareFn(GetCallArg(argv, 0)); in TreeSetConstructor() local
Dcontainers_treemap.cpp55 JSHandle<JSTaggedValue> compareFn(GetCallArg(argv, 0)); in TreeMapConstructor() local