We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c6905 commit 3f38608Copy full SHA for 3f38608
core/engine/src/bytecompiler/declarations.rs
@@ -1099,7 +1099,6 @@ impl ByteCompiler<'_> {
1099
for n in var_names {
1100
// i. If instantiatedVarNames does not contain n, then
1101
if instantiated_var_names.insert(n) {
1102
-
1103
let n_string = n.to_js_string(self.interner());
1104
1105
// 2. Perform ! varEnv.CreateMutableBinding(n, false).
@@ -1146,7 +1145,6 @@ impl ByteCompiler<'_> {
1146
1145
1147
1148
1149
1150
let n = n.to_js_string(self.interner());
1151
1152
// 2. Perform ! env.CreateMutableBinding(n, false).
0 commit comments