Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.h94 ecma_collection_t *non_enum_collection_p);
100 ecma_collection_t *non_enum_collection_p);
106 ecma_collection_t *non_enum_collection_p);
Decma-string-object.c90 ecma_collection_t *non_enum_collection_p) /**< skipped in ecma_op_string_list_lazy_property_names() argument
98 …ecma_collection_t *for_non_enumerable_p = (opts & ECMA_LIST_ENUMERABLE) ? non_enum_collection_p : … in ecma_op_string_list_lazy_property_names()
Decma-string-object.h35 ecma_collection_t *non_enum_collection_p);
Decma-function-object.c1598 ecma_collection_t *non_enum_collection_p) /**< skipped in ecma_op_function_list_lazy_property_names() argument
1604 …ecma_collection_t *for_non_enumerable_p = (opts & ECMA_LIST_ENUMERABLE) ? non_enum_collection_p : … in ecma_op_function_list_lazy_property_names()
1659 … ecma_collection_t *non_enum_collection_p) /**< skipped in ecma_op_external_function_list_lazy_property_names() argument
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()
1689 … ecma_collection_t *non_enum_collection_p) /**< skipped in ecma_op_bound_function_list_lazy_property_names() argument
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()
Decma-array-object.h125 ecma_collection_t *non_enum_collection_p);
Decma-array-object.c1209 ecma_collection_t *non_enum_collection_p) /**< skipped in ecma_op_array_list_lazy_property_names() argument
1215 …ecma_collection_t *for_non_enumerable_p = (opts & ECMA_LIST_ENUMERABLE) ? non_enum_collection_p : … in ecma_op_array_list_lazy_property_names()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.h98 ecma_collection_t *non_enum_collection_p);
103 ecma_collection_t *non_enum_collection_p);
Decma-builtins.c966 … ecma_collection_t *non_enum_collection_p) /**< skipped 'non-enumerable' in ecma_builtin_routine_list_lazy_property_names() argument
979 …ecma_collection_t *for_non_enumerable_p = separate_enumerable ? non_enum_collection_p : main_colle… in ecma_builtin_routine_list_lazy_property_names()
1008 … ecma_collection_t *non_enum_collection_p) /**< skipped 'non-enumerable' in ecma_builtin_list_lazy_property_names() argument
1040 ecma_collection_t *for_non_enumerable_p = (separate_enumerable ? non_enum_collection_p in ecma_builtin_list_lazy_property_names()