Skip to content

Commit e161ed2

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

25 files changed

+1980
-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)