Home
last modified time | relevance | path

Searched defs:prop_attributes (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-macro-defines.inc.h17 #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
Decma-builtin-internal-routines-template.inc.h50 #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/
Decma-helpers.c345 …uint8_t prop_attributes = (uint8_t) (prop_iter_p->types[i] & ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE… in ecma_clone_decl_lexical_environment() local
523uint8_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/
Decma-objects-general.c421 uint8_t prop_attributes = (uint8_t) (property_desc_p->flags & ECMA_PROPERTY_FLAGS_MASK); in ecma_op_general_object_define_own_property() local
Decma-lex-env.c169 uint8_t prop_attributes = ECMA_PROPERTY_FLAG_WRITABLE; in ecma_op_create_mutable_binding() local
/third_party/jerryscript/jerry-core/vm/
Dvm.c1302 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