Searched refs:index_str_p (Results 1 – 6 of 6) sorted by relevance
693 ecma_string_t *index_str_p = ecma_new_non_direct_string_from_uint32 (index); in ecma_op_object_find_by_uint32_index() local694 ecma_value_t ret_value = ecma_op_object_find (object_p, index_str_p); in ecma_op_object_find_by_uint32_index()695 ecma_deref_ecma_string (index_str_p); in ecma_op_object_find_by_uint32_index()713 ecma_string_t *index_str_p = ecma_new_ecma_string_from_number (index); in ecma_op_object_find_by_number_index() local714 ecma_value_t ret_value = ecma_op_object_find (object_p, index_str_p); in ecma_op_object_find_by_number_index()715 ecma_deref_ecma_string (index_str_p); in ecma_op_object_find_by_number_index()879 ecma_string_t *index_str_p = ecma_new_non_direct_string_from_uint32 (index); in ecma_op_object_get_by_uint32_index() local880 ecma_value_t ret_value = ecma_op_object_get (object_p, index_str_p); in ecma_op_object_get_by_uint32_index()881 ecma_deref_ecma_string (index_str_p); 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() local[all …]
552 ecma_string_t *index_str_p = ecma_new_ecma_string_from_uint32 (i); in ecma_fast_array_get_property_names() local554 ecma_collection_push_back (ret_p, ecma_make_string_value (index_str_p)); in ecma_fast_array_get_property_names()
798 ecma_string_t *index_str_p = ecma_new_non_direct_string_from_uint32 (index); in ecma_builtin_helper_def_prop_by_index() local800 index_str_p, in ecma_builtin_helper_def_prop_by_index()803 ecma_deref_ecma_string (index_str_p); in ecma_builtin_helper_def_prop_by_index()
344 …ecma_string_t *index_str_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_STRING_PROMISE_PROPERTY_IND… in ecma_builtin_promise_perform_all() local432 index_str_p, in ecma_builtin_promise_perform_all()
1057 ecma_string_t *index_str_p = ecma_new_ecma_string_from_uint32 (index); in ecma_builtin_json_serialize_array() local1066 ecma_value_t result = ecma_builtin_json_serialize_property (context_p, obj_p, index_str_p); in ecma_builtin_json_serialize_array()1067 ecma_deref_ecma_string (index_str_p); 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() local550 index_str_p, in opfunc_append_array()554 ecma_deref_ecma_string (index_str_p); in opfunc_append_array()