Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c62 #define ECMA_FAST_ARRAY_FLAG (ECMA_DIRECT_STRING_MAGIC << ECMA_PROPERTY_NAME_TYPE_SHIFT) macro
120 return array_p->u.array.u.length_prop & ECMA_FAST_ARRAY_FLAG; in ecma_op_array_is_fast_array()
148 …obj_p->u.array.u.length_prop = (uint8_t) (ext_obj_p->u.array.u.length_prop | ECMA_FAST_ARRAY_FLAG); in ecma_op_new_fast_array_object()
174 …bj_p->u.array.u.length_prop = (uint8_t) (ext_obj_p->u.array.u.length_prop & ~ECMA_FAST_ARRAY_FLAG); in ecma_fast_array_convert_to_normal()
220 …bj_p->u.array.u.length_prop = (uint8_t) (ext_obj_p->u.array.u.length_prop & ~ECMA_FAST_ARRAY_FLAG); in ecma_fast_array_convert_to_normal()