Clone engine262 in /engine262

This commit is contained in:
2020-09-07 10:19:00 +05:30
parent 7688de2e5c
commit 66c1aeb9e0
313 changed files with 46014 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# https://github.com/tc39/test262/blob/master/features.txt
# Start with `-` to skip feature
# Map feature to engine262 feature using `feature = engine262featurename`
-Atomics
-Atomics.waitAsync
-caller
-SharedArrayBuffer
-tail-call-optimization
-class-fields-public
-class-fields-private
-class-methods-private
-class-static-fields-public
-class-static-fields-private
-class-static-methods-private
# https://github.com/tc39/proposal-top-level-await
top-level-await = top-level-await
# https://github.com/tc39/proposal-hashbang
hashbang = hashbang
# https://github.com/tc39/proposal-numeric-separator
numeric-separator-literal = numeric-separators
# https://github.com/tc39/proposal-regexp-match-indices
regexp-match-indices = regexp-match-indices
# https://github.com/tc39/proposal-cleanup-some
cleanupSome = cleanup-some