Implement arrow function parsing. (#2022)
Note: the special this behaviour of arrow functions is not implemented. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
committed by
Dániel Bátyai
parent
81952f3cd0
commit
c6a33dd407
@@ -97,6 +97,7 @@ def build_jerry_data(jerry_path):
|
||||
'-DCONFIG_DISABLE_DATE_BUILTIN',
|
||||
'-DCONFIG_DISABLE_REGEXP_BUILTIN',
|
||||
'-DCONFIG_DISABLE_ANNEXB_BUILTIN',
|
||||
'-DCONFIG_DISABLE_ES2015_ARROW_FUNCTION'
|
||||
'-DCONFIG_DISABLE_ES2015_ARRAYBUFFER_BUILTIN',
|
||||
'-DCONFIG_DISABLE_ES2015_TYPEDARRAY_BUILTIN',
|
||||
'-DCONFIG_ECMA_LCACHE_DISABLE',
|
||||
|
||||
Reference in New Issue
Block a user