Home
last modified time | relevance | path

Searched refs:index_str_p (Results 1 – 6 of 6) 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() local
694 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() local
714 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() local
880 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 …]
Decma-array-object.c552 ecma_string_t *index_str_p = ecma_new_ecma_string_from_uint32 (i); in ecma_fast_array_get_property_names() local
554 ecma_collection_push_back (ret_p, ecma_make_string_value (index_str_p)); in ecma_fast_array_get_property_names()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-promise.c344 …ecma_string_t *index_str_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_STRING_PROMISE_PROPERTY_IND… in ecma_builtin_promise_perform_all() local
432 index_str_p, in ecma_builtin_promise_perform_all()
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() local
800 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()
Decma-builtin-json.c1057 ecma_string_t *index_str_p = ecma_new_ecma_string_from_uint32 (index); in ecma_builtin_json_serialize_array() local
1066 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()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c545 ecma_string_t *index_str_p = ecma_new_ecma_string_from_uint32 (old_length + i); in opfunc_append_array() local
550 index_str_p, in opfunc_append_array()
554 ecma_deref_ecma_string (index_str_p); in opfunc_append_array()