Home
last modified time | relevance | path

Searched refs:digit_chars (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/tests/jerry/
H A Dnumber-prototype-to-string.js95 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 Decma-builtin-number-prototype.c252 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 2 milliseconds