Home
last modified time | relevance | path

Searched refs:ECMA_NUMBER_ONE (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date.c209 ecma_number_t date = ECMA_NUMBER_ONE; in ecma_date_construct_helper()
320 ecma_number_t month = ECMA_NUMBER_ONE; in ecma_builtin_date_parse_ISO_string_format()
321 ecma_number_t day = ECMA_NUMBER_ONE; in ecma_builtin_date_parse_ISO_string_format()
Decma-builtin-math.c472 … const ecma_number_t up_rounded = up_half - ecma_op_number_remainder (up_half, ECMA_NUMBER_ONE); in ecma_builtin_math_dispatch_routine()
473 …nst ecma_number_t down_rounded = down_half - ecma_op_number_remainder (down_half, ECMA_NUMBER_ONE); in ecma_builtin_math_dispatch_routine()
Decma-builtin-array-prototype.c1019 return ecma_make_number_value (rhs_is_undef ? ECMA_NUMBER_ZERO : ECMA_NUMBER_ONE); in ecma_builtin_array_prototype_object_sort_compare_helper()
1051 result = ECMA_NUMBER_ONE; in ecma_builtin_array_prototype_object_sort_compare_helper()
Decma-builtin-string-prototype.c263 result = ECMA_NUMBER_ONE; in ecma_builtin_string_prototype_object_locale_compare()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1232 #define ECMA_NUMBER_ONE ((ecma_number_t) 1) macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c1412 result = ECMA_NUMBER_ONE; in ecma_builtin_typedarray_prototype_sort_compare_helper()
1425 result = ECMA_NUMBER_ONE; in ecma_builtin_typedarray_prototype_sort_compare_helper()
/third_party/jerryscript/jerry-core/vm/
Dvm.c2467 ecma_number_t increase = ECMA_NUMBER_ONE; in vm_loop()