Home
last modified time | relevance | path

Searched refs:ecma_op_object_is_fast_array (Results 1 – 15 of 15) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c103 ecma_op_object_is_fast_array (ecma_object_t *object_p) /**< ecma-object */ in ecma_op_object_is_fast_array() function
168 JERRY_ASSERT (ecma_op_object_is_fast_array (object_p)); in ecma_fast_array_convert_to_normal()
240 JERRY_ASSERT (ecma_op_object_is_fast_array (object_p)); in ecma_fast_array_set_property()
312 JERRY_ASSERT (ecma_op_object_is_fast_array (obj_p)); in ecma_fast_array_get_hole_count()
326 JERRY_ASSERT (ecma_op_object_is_fast_array (object_p)); in ecma_fast_array_extend()
377 if (!ecma_op_object_is_fast_array (object_p)) in ecma_array_object_delete_property()
412 JERRY_ASSERT (ecma_op_object_is_fast_array (object_p)); in ecma_delete_fast_array_properties()
477 JERRY_ASSERT (ecma_op_object_is_fast_array (object_p)); in ecma_fast_array_set_length()
517 JERRY_ASSERT (ecma_op_object_is_fast_array (object_p)); in ecma_fast_array_get_property_names()
627 JERRY_ASSERT (ecma_op_object_is_fast_array (object_p)); in ecma_op_create_array_object()
[all …]
Decma-array-object.h71 ecma_op_object_is_fast_array (ecma_object_t *object_p);
Decma-objects.c775 || !ecma_op_object_is_fast_array (object_p)); in ecma_op_object_get_own_data_prop()
1213 if (JERRY_UNLIKELY (ecma_op_object_is_fast_array (receiver_obj_p))) in ecma_op_object_put_apply_receiver()
1323 JERRY_ASSERT (!ecma_op_object_is_fast_array (object_p)); in ecma_op_object_put_with_receiver()
2098 if (ecma_op_object_is_fast_array (obj_p)) in ecma_op_object_get_property_names()
2277 if (ecma_op_object_is_fast_array (obj_p) && prop_iter_cp != JMEM_CP_NULL) in ecma_op_object_get_property_names()
Decma-objects-general.c375 JERRY_ASSERT (!ecma_op_object_is_fast_array (object_p)); in ecma_op_general_object_define_own_property()
Decma-container-object.c697 if (JERRY_UNLIKELY (ecma_op_object_is_fast_array (key_p))) in ecma_op_container_set_weak()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-external-pointers.c43 if (ecma_op_object_is_fast_array (obj_p)) in ecma_create_native_pointer_property()
118 if (ecma_op_object_is_fast_array (obj_p)) in ecma_get_native_pointer_value()
166 if (ecma_op_object_is_fast_array (obj_p)) in ecma_delete_native_pointer_property()
Decma-helpers.c524 || !ecma_op_object_is_fast_array (object_p)); in ecma_create_named_data_property()
552 || !ecma_op_object_is_fast_array (object_p)); in ecma_create_named_accessor_property()
586 || !ecma_op_object_is_fast_array (obj_p)); in ecma_find_named_property()
744 || !ecma_op_object_is_fast_array (obj_p)); in ecma_get_named_data_property()
Decma-gc.c822 JERRY_ASSERT (ecma_op_object_is_fast_array (object_p)); in ecma_free_fast_access_array()
1560 && ecma_op_object_is_fast_array (obj_iter_p)) in ecma_free_unused_memory()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c427 if (ecma_op_object_is_fast_array (obj_p)) in ecma_builtin_array_prototype_object_pop()
480 if (ecma_op_object_is_fast_array (obj_p)) in ecma_builtin_array_prototype_object_push()
550 if (ecma_op_object_is_fast_array (obj_p)) in ecma_builtin_array_prototype_object_reverse()
735 if (ecma_op_object_is_fast_array (obj_p)) in ecma_builtin_array_prototype_object_shift()
868 bool use_fast_path = ecma_op_object_is_fast_array (obj_p); in ecma_builtin_array_prototype_object_slice()
877 use_fast_path &= ecma_op_object_is_fast_array (ecma_get_object_from_value (new_array)); in ecma_builtin_array_prototype_object_slice()
1541 if (ecma_op_object_is_fast_array (obj_p)) in ecma_builtin_array_prototype_object_unshift()
1682 if (ecma_op_object_is_fast_array (obj_p)) in ecma_builtin_array_prototype_object_index_of()
1788 if (ecma_op_object_is_fast_array (obj_p)) in ecma_builtin_array_prototype_object_last_index_of()
2309 if (ecma_op_object_is_fast_array (obj_p)) in ecma_builtin_array_prototype_fill()
[all …]
/third_party/jerryscript/jerry-core/vm/
Dvm-utils.c113 JERRY_ASSERT (ecma_op_object_is_fast_array (array_p)); in vm_get_backtrace()
Dopcodes.c134 JERRY_ASSERT (!ecma_op_object_is_fast_array (object_p)); in opfunc_set_accessor()
Dvm.c1812 JERRY_ASSERT (!ecma_op_object_is_fast_array (object_p)); in vm_loop()
/third_party/jerryscript/jerry-core/ext/
Dheapdump.c313 if (ecma_op_object_is_fast_array(object)) { in DumpInfoObject()
/third_party/jerryscript/jerry-core/api/
Djerry.c2190 if (ecma_op_object_is_fast_array (obj_p)) in jerry_has_internal_property()
2297 if (ecma_op_object_is_fast_array (obj_p)) in jerry_delete_internal_property()
2399 if (ecma_op_object_is_fast_array (obj_p)) in jerry_get_internal_property()
2509 if (ecma_op_object_is_fast_array (obj_p)) in jerry_set_internal_property()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c470 if (JERRY_UNLIKELY (ecma_op_object_is_fast_array (binding_obj_p))) in jerry_debugger_send_scope_variables()