Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string.c306 ecma_value_t to_int_value = ecma_op_to_integer (to_number_value, &to_int_num); in ecma_builtin_string_object_from_code_point() local
308 if (ECMA_IS_VALUE_ERROR (to_int_value)) in ecma_builtin_string_object_from_code_point()
311 return to_int_value; in ecma_builtin_string_object_from_code_point()