Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c963 ecma_number_t end_num; in ecma_builtin_string_prototype_object_substring() local
965 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()