Home
last modified time | relevance | path

Searched defs:for_non_enumerable_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-string-object.c98 …ecma_collection_t *for_non_enumerable_p = (opts & ECMA_LIST_ENUMERABLE) ? non_enum_collection_p : … in ecma_op_string_list_lazy_property_names() local
Decma-function-object.c1604 …ecma_collection_t *for_non_enumerable_p = (opts & ECMA_LIST_ENUMERABLE) ? non_enum_collection_p : … in ecma_op_function_list_lazy_property_names() local
1664 …ecma_collection_t *for_non_enumerable_p = (opts & ECMA_LIST_ENUMERABLE) ? non_enum_collection_p : … in ecma_op_external_function_list_lazy_property_names() local
1695 …ecma_collection_t *for_non_enumerable_p = (opts & ECMA_LIST_ENUMERABLE) ? non_enum_collection_p : … in ecma_op_bound_function_list_lazy_property_names() local
Decma-array-object.c1215 …ecma_collection_t *for_non_enumerable_p = (opts & ECMA_LIST_ENUMERABLE) ? non_enum_collection_p : … in ecma_op_array_list_lazy_property_names() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.c979 …ecma_collection_t *for_non_enumerable_p = separate_enumerable ? non_enum_collection_p : main_colle… in ecma_builtin_routine_list_lazy_property_names() local
1040 ecma_collection_t *for_non_enumerable_p = (separate_enumerable ? non_enum_collection_p in ecma_builtin_list_lazy_property_names() local