In assignments, property keys should be evaluated only after checking the object is not null #1600
Labels
bug
Issues considered a bug
Ecma Incompatibility
Issues about Rhino being incompatible with the EcmaScript spec
Milestone
This should throw a
TypeError
because we are accessingnull
, but instead it is throwing aMyError
:The text was updated successfully, but these errors were encountered: