Carpet

Carpet

2M Downloads

Assigning an undefined variable to another variable should throw an exception in strict mode

altrisi opened this issue ยท 1 comments

commented

For example a = b (where b is undefined) should throw an exception instead of being legal.