fix corner cases in inline (#4640)

fixes #4639
This commit is contained in:
Alex Lam S.L
2021-02-10 12:40:57 +00:00
committed by GitHub
parent a98ec7e4df
commit c6e287331d
4 changed files with 77 additions and 11 deletions

View File

@@ -333,6 +333,7 @@ var VAR_NAMES = [
"arguments",
"async",
"await",
"yield",
];
var INITIAL_NAMES_LEN = VAR_NAMES.length;