Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c693 ecma_string_t *index_str_p = ecma_new_non_direct_string_from_uint32 (index); in ecma_op_object_find_by_uint32_index()
879 ecma_string_t *index_str_p = ecma_new_non_direct_string_from_uint32 (index); in ecma_op_object_get_by_uint32_index()
1082 ecma_string_t *index_str_p = ecma_new_non_direct_string_from_uint32 (index); in ecma_op_object_put_by_uint32_index()
1642 ecma_string_t *index_str_p = ecma_new_non_direct_string_from_uint32 (index); in ecma_op_object_delete_by_uint32_index()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c798 ecma_string_t *index_str_p = ecma_new_non_direct_string_from_uint32 (index); in ecma_builtin_helper_def_prop_by_index()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h302 ecma_string_t *ecma_new_non_direct_string_from_uint32 (uint32_t uint32_number);
Decma-helpers-string.c488 ecma_new_non_direct_string_from_uint32 (uint32_t uint32_number) /**< uint32 value of the string */ in ecma_new_non_direct_string_from_uint32() function
513 return ecma_new_non_direct_string_from_uint32 (uint32_number); in ecma_new_ecma_string_from_uint32()