Searched refs:ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE (Results 1 – 19 of 19) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-array-prototype-unscopables.inc.h | 26 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE) 30 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE) 34 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE) 38 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE) 42 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE) 46 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE) 50 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE)
|
D | ecma-builtin-array.c | 239 const uint32_t flags = ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE | ECMA_IS_THROW; in ecma_builtin_array_object_from() 356 const uint32_t flags = ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE | ECMA_IS_THROW; in ecma_builtin_array_object_from() 430 const uint32_t prop_status_flags = ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE | ECMA_IS_THROW; in ecma_builtin_array_object_of()
|
D | ecma-builtin-string-prototype.c | 831 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_string_prototype_object_split() 844 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_string_prototype_object_split() 882 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_string_prototype_object_split() 904 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_string_prototype_object_split()
|
D | ecma-builtin-json.c | 445 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_json_define_value_property() 573 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_json_parse_value() 754 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in ecma_builtin_json_parse() 1328 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_json_str_helper()
|
D | ecma-builtin-helpers.c | 421 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_helper_array_concat_value() 436 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_helper_array_concat_value()
|
D | ecma-builtin-function-prototype.c | 306 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, NULL); in ecma_builtin_function_prototype_object_bind()
|
D | ecma-builtin-array-prototype.c | 966 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_array_prototype_object_slice() 1363 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_array_prototype_object_splice() 2018 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_array_prototype_object_map() 2115 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_array_prototype_object_filter()
|
D | ecma-builtin-promise.c | 409 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_builtin_promise_perform_all()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-iterator-object.c | 69 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_create_array_from_iter_element() 109 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in ecma_create_iter_result_object() 117 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in ecma_create_iter_result_object()
|
D | ecma-regexp-object.c | 1595 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_regexp_create_result_object() 1602 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_regexp_create_result_object() 1607 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_regexp_create_result_object() 2152 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_regexp_split_helper() 2232 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_regexp_split_helper() 2276 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_regexp_split_helper() 2299 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_regexp_split_helper() 2388 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_regexp_split_helper() 2421 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_regexp_split_helper() 2441 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in ecma_regexp_split_helper() [all …]
|
D | ecma-objects-arguments.c | 125 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in ecma_op_create_arguments_object()
|
D | ecma-objects.c | 167 …return (ecma_property_t) (ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE | ECMA_PROPERTY_TYPE_VIRT… in ecma_op_object_get_own_property() 1222 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in ecma_op_object_put_apply_receiver() 1276 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in ecma_op_object_put_with_receiver() 1565 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE | ECMA_IS_THROW); in ecma_op_object_put_with_receiver() 1595 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in ecma_op_object_put_with_receiver()
|
D | ecma-proxy-object.c | 188 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in ecma_proxy_create_revocable() 195 ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in ecma_proxy_create_revocable()
|
D | ecma-array-object.c | 211 … | ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE in ecma_fast_array_convert_to_normal()
|
/third_party/jerryscript/jerry-core/vm/ |
D | opcodes.c | 375 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in opfunc_append_to_spread_array() 400 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE); in opfunc_append_to_spread_array() 551 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in opfunc_append_array()
|
D | vm.c | 1525 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, NULL); in vm_loop() 1829 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in vm_loop() 1844 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, NULL); in vm_loop() 2531 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, NULL); in vm_loop() 2567 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, NULL); in vm_loop() 2591 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, NULL); in vm_loop() 4032 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, NULL); in vm_loop()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers.c | 340 …prop_attributes = (uint8_t) (prop_iter_p->types[i] & ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABL… in ecma_clone_decl_lexical_environment() 526 JERRY_ASSERT ((prop_attributes & ~ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE) == 0); in ecma_create_named_data_property()
|
D | ecma-globals.h | 387 #define ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE \ macro
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 2521 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in jerry_set_internal_property() 2549 … ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE_WRITABLE, in jerry_set_internal_property()
|