Home
last modified time | relevance | path

Searched refs:ECMA_NUMBER_ZERO (Results 1 – 14 of 14) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date.c210 ecma_number_t hours = ECMA_NUMBER_ZERO; in ecma_date_construct_helper()
211 ecma_number_t minutes = ECMA_NUMBER_ZERO; in ecma_date_construct_helper()
212 ecma_number_t seconds = ECMA_NUMBER_ZERO; in ecma_date_construct_helper()
213 ecma_number_t milliseconds = ECMA_NUMBER_ZERO; in ecma_date_construct_helper()
322 ecma_number_t time = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()
339 ecma_number_t hours = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()
340 ecma_number_t minutes = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()
341 ecma_number_t seconds = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()
342 ecma_number_t milliseconds = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()
402 hours = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()
[all …]
Decma-builtin-helpers-sort.c52 if (ecma_get_number_from_value (child_compare_value) < ECMA_NUMBER_ZERO) in ecma_builtin_helper_array_to_heap()
68 if (ecma_get_number_from_value (swap_compare_value) <= ECMA_NUMBER_ZERO) in ecma_builtin_helper_array_to_heap()
Decma-builtin-array-prototype.c412 …alue_t set_length_value = ecma_builtin_array_prototype_helper_set_length (obj_p, ECMA_NUMBER_ZERO); in ecma_builtin_array_prototype_object_pop()
730 …alue_t set_length_value = ecma_builtin_array_prototype_helper_set_length (obj_p, ECMA_NUMBER_ZERO); in ecma_builtin_array_prototype_object_shift()
1019 return ecma_make_number_value (rhs_is_undef ? ECMA_NUMBER_ZERO : ECMA_NUMBER_ONE); in ecma_builtin_array_prototype_object_sort_compare_helper()
1027 ecma_number_t result = ECMA_NUMBER_ZERO; in ecma_builtin_array_prototype_object_sort_compare_helper()
1055 result = ECMA_NUMBER_ZERO; in ecma_builtin_array_prototype_object_sort_compare_helper()
Decma-builtin-math.c466 x = -ECMA_NUMBER_ZERO; in ecma_builtin_math_dispatch_routine()
Decma-builtin-date-prototype.c424 date_num = ECMA_NUMBER_ZERO; in ecma_builtin_date_prototype_dispatch_set()
Decma-builtin-string-prototype.c255 ecma_number_t result = ECMA_NUMBER_ZERO; in ecma_builtin_string_prototype_object_locale_compare()
267 result = ECMA_NUMBER_ZERO; in ecma_builtin_string_prototype_object_locale_compare()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-conversion.c299 ecma_number_t num = ECMA_NUMBER_ZERO; in ecma_utf8_string_to_number_by_radix()
373 return ECMA_NUMBER_ZERO; in ecma_utf8_string_to_number()
381 return ECMA_NUMBER_ZERO; in ecma_utf8_string_to_number()
567 return sign ? -ECMA_NUMBER_ZERO : ECMA_NUMBER_ZERO; in ecma_utf8_string_to_number()
605 return sign ? -ECMA_NUMBER_ZERO : ECMA_NUMBER_ZERO; in ecma_utf8_string_to_number()
Decma-helpers-number.c303 bool is_zero = (num == ECMA_NUMBER_ZERO); in ecma_number_is_zero()
606 return ECMA_NUMBER_ZERO; in ecma_number_trunc()
852 ecma_number_t value = ECMA_NUMBER_ZERO; in ecma_number_parse_int()
Decma-globals.h1227 #define ECMA_NUMBER_ZERO ((ecma_number_t) 0) macro
Decma-helpers-string.c897 return ECMA_NUMBER_ZERO; in ecma_string_to_number()
/third_party/jerryscript/jerry-core/vm/
Dopcodes-ecma-bitwise.c53 ecma_number_t result = ECMA_NUMBER_ZERO; in do_number_bitwise_logic()
Dopcodes-ecma-arithmetics.c53 ecma_number_t result = ECMA_NUMBER_ZERO; in do_number_arithmetic()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c1401 ecma_number_t result = ECMA_NUMBER_ZERO; in ecma_builtin_typedarray_prototype_sort_compare_helper()
1429 result = ECMA_NUMBER_ZERO; in ecma_builtin_typedarray_prototype_sort_compare_helper()
1460 result = ECMA_NUMBER_ZERO; in ecma_builtin_typedarray_prototype_sort_compare_helper()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-conversion.c892 *number_p = ECMA_NUMBER_ZERO; in ecma_op_to_integer()