Searched refs:end_num (Results 1 – 1 of 1) sorted by relevance
963 ecma_number_t end_num; in ecma_builtin_string_prototype_object_substring() local965 if (ECMA_IS_VALUE_ERROR (ecma_op_to_integer (arg2, &end_num))) in ecma_builtin_string_prototype_object_substring()970 end = (uint32_t) JERRY_MIN (JERRY_MAX (end_num, 0), len); in ecma_builtin_string_prototype_object_substring()