Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c111 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_object_get_own_property()
149 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_object_get_own_property()
189 uint32_t array_index = ecma_string_get_array_index (property_name_p); in ecma_op_object_get_own_property()
311 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_object_get_own_property()
474 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_object_find_own()
503 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_object_find_own()
526 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_object_find_own()
558 uint32_t array_index = ecma_string_get_array_index (property_name_p); in ecma_op_object_find_own()
1311 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_object_put_with_receiver()
1333 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_object_put_with_receiver()
[all …]
Decma-objects-arguments.c248 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_arguments_object_define_own_property()
330 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_arguments_object_delete()
Decma-get-put-value.c152 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_get_value_object_base()
Decma-array-object.c385 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_array_object_delete_property()
1129 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_array_object_define_own_property()
1149 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_array_object_define_own_property()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c1143 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_builtin_array_prototype_object_sort()
1163 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_builtin_array_prototype_object_sort()
1237 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_builtin_array_prototype_object_sort()
Decma-builtins.c1062 … if (is_array_indices_only && ecma_string_get_array_index (name_p) == ECMA_STRING_NOT_ARRAY_INDEX) in ecma_builtin_list_lazy_property_names()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h315 uint32_t ecma_string_get_array_index (const ecma_string_t *str_p);
Decma-helpers-string.c910 ecma_string_get_array_index (const ecma_string_t *str_p) /**< ecma-string */ in ecma_string_get_array_index() function
1613 return ecma_string_get_array_index (prop_name_p); in ecma_string_get_property_index()