Searched refs:digit_chars (Results 1 - 2 of 2) sorted by relevance
/third_party/jerryscript/tests/jerry/ |
H A D | number-prototype-to-string.js | 95 var digit_chars = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', variable 105 str = digit_chars[value % radix] + str;
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-number-prototype.c | 252 static const lit_utf8_byte_t digit_chars[36] = in ecma_builtin_number_prototype_object_to_string() local 505 buff[i] = digit_chars[buff[i]]; in ecma_builtin_number_prototype_object_to_string()
|
Completed in 3 milliseconds