| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| D | ecma-builtin-helpers-macro-defines.inc.h | 17 #define SIMPLE_VALUE(name, simple_value, prop_attributes) argument 21 #define NUMBER_VALUE(name, number_value, prop_attributes) argument 25 #define STRING_VALUE(name, magic_string_id, prop_attributes) argument 34 #define INTRINSIC_PROPERTY(name, magic_string_id, prop_attributes) argument 38 …efine ACCESSOR_BUILTIN_FUNCTION_OBJECT(name, getter_builtin_id, setter_builtin_id, prop_attributes) argument 43 #define OBJECT_VALUE(name, obj_builtin_id, prop_attributes) argument 59 #define ACCESSOR_READ_WRITE(name, c_getter_func_name, c_setter_func_name, prop_attributes) argument 63 #define ACCESSOR_READ_ONLY(name, c_getter_func_name, prop_attributes) argument
|
| D | ecma-builtin-internal-routines-template.inc.h | 50 #define ACCESSOR_READ_WRITE(name, c_getter_func_name, c_setter_func_name, prop_attributes) \ argument 53 #define ACCESSOR_READ_ONLY(name, c_getter_func_name, prop_attributes) \ argument 75 #define ACCESSOR_READ_WRITE(name, c_getter_func_name, c_setter_func_name, prop_attributes) \ argument 78 #define ACCESSOR_READ_ONLY(name, c_getter_func_name, prop_attributes) \ argument 112 #define ACCESSOR_READ_ONLY(name, c_getter_func_name, prop_attributes) \ argument 119 #define ACCESSOR_READ_WRITE(name, c_getter_func_name, c_setter_func_name, prop_attributes) \ argument 164 #define OBJECT_VALUE(name, obj_builtin_id, prop_attributes) \ argument 171 #define SIMPLE_VALUE(name, simple_value, prop_attributes) \ argument 178 #define NUMBER_VALUE(name, number_value, prop_attributes) \ argument 185 #define STRING_VALUE(name, magic_string_id, prop_attributes) \ argument [all …]
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| D | ecma-helpers.c | 345 …uint8_t prop_attributes = (uint8_t) (prop_iter_p->types[i] & ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE… in ecma_clone_decl_lexical_environment() local 523 … uint8_t prop_attributes, /**< property attributes (See: ecma_property_flags_t) */ in ecma_create_named_data_property() 551 uint8_t prop_attributes, /**< property attributes */ in ecma_create_named_accessor_property()
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| D | ecma-objects-general.c | 421 uint8_t prop_attributes = (uint8_t) (property_desc_p->flags & ECMA_PROPERTY_FLAGS_MASK); in ecma_op_general_object_define_own_property() local
|
| D | ecma-lex-env.c | 169 uint8_t prop_attributes = ECMA_PROPERTY_FLAG_WRITABLE; in ecma_op_create_mutable_binding() local
|
| /third_party/jerryscript/jerry-core/vm/ |
| D | vm.c | 1302 uint8_t prop_attributes = ECMA_PROPERTY_FLAG_WRITABLE; in vm_loop() local 1640 uint8_t prop_attributes = ECMA_PROPERTY_FLAG_WRITABLE; in vm_loop() local
|