Searched refs:ecma_new_ecma_string_from_uint32 (Results 1 – 13 of 13) sorted by relevance
109 ecma_string_t *name_p = ecma_new_ecma_string_from_uint32 (i); in ecma_op_string_list_lazy_property_names()
121 ecma_string_t *index_string_p = ecma_new_ecma_string_from_uint32 (index); in ecma_op_create_arguments_object()
63 ecma_string_t *index_string_p = ecma_new_ecma_string_from_uint32 (index); in ecma_create_array_from_iter_element()
443 return ecma_new_ecma_string_from_uint32 ((uint32_t) num); in ecma_op_to_string()
1282 ecma_string_t *name_p = ecma_new_ecma_string_from_uint32 (i); in ecma_op_typedarray_list_lazy_property_names()
552 ecma_string_t *index_str_p = ecma_new_ecma_string_from_uint32 (i); in ecma_fast_array_get_property_names()
2293 ecma_string_t *index_str_p = ecma_new_ecma_string_from_uint32 (i); in ecma_op_object_get_property_names()
316 return ecma_new_ecma_string_from_uint32 (array_index); in ecma_find_special_string()506 ecma_new_ecma_string_from_uint32 (uint32_t uint32_number) /**< uint32 value of the string */ in ecma_new_ecma_string_from_uint32() function543 return ecma_new_ecma_string_from_uint32 (uint32_num); in ecma_new_ecma_string_from_number()659 return ecma_new_ecma_string_from_uint32 (array_index); in ecma_append_chars_to_string()
301 ecma_string_t *ecma_new_ecma_string_from_uint32 (uint32_t uint32_number);
576 ecma_string_t *lower_str_p = ecma_new_ecma_string_from_uint32 (lower); in ecma_builtin_array_prototype_object_reverse()577 ecma_string_t *upper_str_p = ecma_new_ecma_string_from_uint32 (upper); in ecma_builtin_array_prototype_object_reverse()
1057 ecma_string_t *index_str_p = ecma_new_ecma_string_from_uint32 (index); in ecma_builtin_json_serialize_array()
545 ecma_string_t *index_str_p = ecma_new_ecma_string_from_uint32 (old_length + i); in opfunc_append_array()
2258 ecma_string_t *str_idx_p = ecma_new_ecma_string_from_uint32 (index); in jerry_delete_property_by_index()