Constellation / iv

ECMAScript Lexer / Parser / Interpreter / VM / method JIT written in C++
BSD 2-Clause "Simplified" License
415 stars 32 forks source link

fix arguments name resolution #78

Closed Constellation closed 11 years ago

Constellation commented 11 years ago
(function() {
  var i = function arguments() {
    print(arguments);
  };
  i();
}());
Constellation commented 11 years ago

Fixed 52e92186e67a71fe93f27a9feb4e62936a52dd76