Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c155 ecma_value_t to_num_result = ecma_op_to_integer (arg, &index_num); in ecma_builtin_string_prototype_char_at_helper() local
157 if (JERRY_UNLIKELY (!ecma_is_value_empty (to_num_result))) in ecma_builtin_string_prototype_char_at_helper()
159 return to_num_result; in ecma_builtin_string_prototype_char_at_helper()