Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object.c356 uint32_t opts = ECMA_LIST_CONVERT_FAST_ARRAYS; in ecma_builtin_object_set_integrity_level()
772 …lection_t *prop_names_p = ecma_op_object_get_property_names (props_p, ECMA_LIST_CONVERT_FAST_ARRAYS in ecma_builtin_object_object_define_properties()
981 …ollection_t *props_p = ecma_op_object_get_property_names (from_obj_p, ECMA_LIST_CONVERT_FAST_ARRAYS in ecma_builtin_object_object_assign()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h353 ECMA_LIST_CONVERT_FAST_ARRAYS = (1 << 5), /**< after listing the properties convert enumerator
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c562 if (opts & ECMA_LIST_CONVERT_FAST_ARRAYS) in ecma_fast_array_get_property_names()