Skip to content

Commit ee0afe5

Browse files
committed
Implement the core of the map object.
JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg [email protected]
1 parent a3112ab commit ee0afe5

25 files changed

+2007
-79
lines changed

jerry-core/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
# define CONFIG_DISABLE_ES2015_ARROW_FUNCTION
4040
# define CONFIG_DISABLE_ES2015_CLASS
4141
# define CONFIG_DISABLE_ES2015_BUILTIN
42+
# define CONFIG_DISABLE_ES2015_MAP_BUILTIN
4243
# define CONFIG_DISABLE_ES2015_PROMISE_BUILTIN
4344
# define CONFIG_DISABLE_ES2015_TEMPLATE_STRINGS
4445
# define CONFIG_DISABLE_ES2015_TYPEDARRAY_BUILTIN

0 commit comments

Comments
 (0)