throws CodeGenerator NPE where I expected a JS ReferenceError #110
Labels
bug
Issues considered a bug
Ecma Incompatibility
Issues about Rhino being incompatible with the EcmaScript spec
Java Exception Leaking
Issues related to Java Exceptions leaking into JavaScript
I'm running current git master. This is the simplest testcase I could find:
(I noticed that when I remove the last property access -
[foo.bar] = true
- I get a ReferenceError as expected)The text was updated successfully, but these errors were encountered: