Home
last modified time | relevance | path

Searched refs:ecma_delete_fast_array_properties (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.h90 ecma_delete_fast_array_properties (ecma_object_t *object_p, uint32_t new_length);
Decma-array-object.c409 ecma_delete_fast_array_properties (ecma_object_t *object_p, /**< fast access mode array */ in ecma_delete_fast_array_properties() function
799 return ecma_delete_fast_array_properties (object_p, new_length); in ecma_delete_array_properties()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c435 ecma_delete_fast_array_properties (obj_p, len); in ecma_builtin_array_prototype_object_pop()
754 ecma_delete_fast_array_properties (obj_p, len - 1); in ecma_builtin_array_prototype_object_shift()
925 ecma_delete_fast_array_properties (new_array_p, copied_length); in ecma_builtin_array_prototype_object_slice()