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/
H A Decma-string-object.c98 ecma_collection_t *for_non_enumerable_p = (opts & ECMA_LIST_ENUMERABLE) ? non_enum_collection_p : main_collection_p; in ecma_op_string_list_lazy_property_names() local
H A Decma-array-object.c1215 ecma_collection_t *for_non_enumerable_p = (opts & ECMA_LIST_ENUMERABLE) ? non_enum_collection_p : main_collection_p; in ecma_op_array_list_lazy_property_names() local
H A Decma-function-object.c1604 ecma_collection_t *for_non_enumerable_p = (opts & ECMA_LIST_ENUMERABLE) ? non_enum_collection_p : main_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 : main_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 : main_collection_p; in ecma_op_bound_function_list_lazy_property_names() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.c979 ecma_collection_t *for_non_enumerable_p = separate_enumerable ? non_enum_collection_p : main_collection_p; 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

Completed in 6 milliseconds