Fix Symbol properties descriptors. (#3581)
Symbol properites descriptors had invalid values Fixes #3578 JerryScript-DCO-1.0-Signed-off-by: Rafal Walczyna r.walczyna@samsung.com
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#endif /* !SYMBOL_VALUE */
|
||||
|
||||
#ifndef INTRINSIC_PROPERTY
|
||||
#define INTRINSIC_PROPERTY(name, magic_string_id)
|
||||
#define INTRINSIC_PROPERTY(name, magic_string_id, prop_attributes)
|
||||
#endif /* !INTRINSIC_PROPERTY */
|
||||
|
||||
#ifndef ACCESSOR_BUILTIN_FUNCTION_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user