Files
ladybird/Libraries/LibJS
0xtechnobabble 83ea7bb9e7 LibJS: Don't allow the redeclaration of a var variable using let/const
Previously, we were allowing the redeclaration of a variable with `let`
or `const` if it was declared initially using `var`, we should not
tolerate any form of variable redeclaration using let/const.
2020-03-13 20:15:52 +01:00
..
2020-03-12 13:42:23 +01:00
2020-03-12 13:42:23 +01:00