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
|