Home
last modified time | relevance | path

Searched defs:sort_cb (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-sort.c28 ecma_builtin_helper_array_to_heap(ecma_value_t *array_p, uint32_t index, uint32_t right, ecma_value_t compare_func, const ecma_builtin_helper_sort_compare_fn_t sort_cb) ecma_builtin_helper_array_to_heap() argument
111 ecma_builtin_helper_array_heap_sort_helper(ecma_value_t *array_p, uint32_t right, ecma_value_t compare_func, const ecma_builtin_helper_sort_compare_fn_t sort_cb) ecma_builtin_helper_array_heap_sort_helper() argument
H A Decma-builtin-array-prototype.c1186 const ecma_builtin_helper_sort_compare_fn_t sort_cb = &ecma_builtin_array_prototype_object_sort_compare_helper; in ecma_builtin_array_prototype_object_sort() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c1534 const ecma_builtin_helper_sort_compare_fn_t sort_cb = &ecma_builtin_typedarray_prototype_sort_compare_helper; in ecma_builtin_typedarray_prototype_sort() local

Completed in 6 milliseconds