Skip to content
  • Luite Stegeman's avatar
    2125c176
    JS: Fix missing variable declarations · 2125c176
    Luite Stegeman authored and Marge Bot's avatar Marge Bot committed
    The JStg IR update was missing some local variable declarations
    that were present earlier, causing global variables to be used
    implicitly (or an error in JavaScript strict mode).
    
    This adds the local variable declarations again.
    2125c176
    JS: Fix missing variable declarations
    Luite Stegeman authored and Marge Bot's avatar Marge Bot committed
    The JStg IR update was missing some local variable declarations
    that were present earlier, causing global variables to be used
    implicitly (or an error in JavaScript strict mode).
    
    This adds the local variable declarations again.
Loading