diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2021-02-10 12:40:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 20:40:57 +0800 |
commit | c6e287331d8bf547e1d8dc578847224b137e866b (patch) | |
tree | da25c66d90200dd456163afbbac5479b46a56ec5 /test/ufuzz/index.js | |
parent | a98ec7e4df148fd8fb745e25ac3e1da4bf87159b (diff) | |
download | tracifyjs-c6e287331d8bf547e1d8dc578847224b137e866b.tar.gz tracifyjs-c6e287331d8bf547e1d8dc578847224b137e866b.zip |
fix corner cases in `inline` (#4640)
fixes #4639
Diffstat (limited to 'test/ufuzz/index.js')
-rw-r--r-- | test/ufuzz/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ufuzz/index.js b/test/ufuzz/index.js index b4a26272..7f7da390 100644 --- a/test/ufuzz/index.js +++ b/test/ufuzz/index.js @@ -333,6 +333,7 @@ var VAR_NAMES = [ "arguments", "async", "await", + "yield", ]; var INITIAL_NAMES_LEN = VAR_NAMES.length; |