Searched refs:for_non_enumerable_p (Results 1 - 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-function-object.c | 1604 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 1611 ecma_collection_push_back (for_non_enumerable_p, ecma_make_magic_string_value (LIT_MAGIC_STRING_LENGTH)); in ecma_op_function_list_lazy_property_names() 1615 ecma_collection_push_back (for_non_enumerable_p, ecma_make_magic_string_value (LIT_MAGIC_STRING_LENGTH)); in ecma_op_function_list_lazy_property_names() 1629 ecma_collection_push_back (for_non_enumerable_p, ecma_make_magic_string_value (LIT_MAGIC_STRING_PROTOTYPE)); in ecma_op_function_list_lazy_property_names() 1640 ecma_collection_push_back (for_non_enumerable_p, ecma_make_magic_string_value (LIT_MAGIC_STRING_CALLER)); in ecma_op_function_list_lazy_property_names() 1643 ecma_collection_push_back (for_non_enumerable_p, ecma_make_magic_string_value (LIT_MAGIC_STRING_ARGUMENTS)); in ecma_op_function_list_lazy_property_names() 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 1673 ecma_collection_push_back (for_non_enumerable_p, ecma_make_magic_string_value (LIT_MAGIC_STRING_PROTOTYPE)); in ecma_op_external_function_list_lazy_property_names() 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 1702 ecma_collection_push_back (for_non_enumerable_p, ecma_make_magic_string_valu in ecma_op_bound_function_list_lazy_property_names() [all...] |
H A D | ecma-string-object.c | 98 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 117 ecma_collection_push_back (for_non_enumerable_p, ecma_make_magic_string_value (LIT_MAGIC_STRING_LENGTH)); in ecma_op_string_list_lazy_property_names()
|
H A D | ecma-array-object.c | 1215 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 1219 ecma_collection_push_back (for_non_enumerable_p, ecma_make_magic_string_value (LIT_MAGIC_STRING_LENGTH)); in ecma_op_array_list_lazy_property_names()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtins.c | 979 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 988 ecma_collection_push_back (for_non_enumerable_p, ecma_make_magic_string_value (LIT_MAGIC_STRING_LENGTH)); in ecma_builtin_routine_list_lazy_property_names() 992 ecma_collection_push_back (for_non_enumerable_p, ecma_make_magic_string_value (LIT_MAGIC_STRING_LENGTH)); in ecma_builtin_routine_list_lazy_property_names() 1040 ecma_collection_t *for_non_enumerable_p = (separate_enumerable ? non_enum_collection_p in ecma_builtin_list_lazy_property_names() local 1082 ecma_collection_push_back (for_non_enumerable_p, name); in ecma_builtin_list_lazy_property_names()
|
Completed in 5 milliseconds