Skip to content

Commit

Permalink
Apply review
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat authored Apr 27, 2024
1 parent b25a270 commit a97d18d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/engine/src/bytecompiler/declarations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,6 @@ impl ByteCompiler<'_> {
// a. If varEnv is a Global Environment Record, then
if var_env.is_global() {
let index = self.get_or_insert_name(name);
// let name = name.to_js_string(self.interner());

// i. Let vnDefinable be ? varEnv.CanDeclareGlobalVar(vn).
self.emit_with_varying_operand(Opcode::CanDeclareGlobalVar, index);
Expand Down

0 comments on commit a97d18d

Please sign in to comment.