Strict Mode Interpreter #815
Labels
E-Medium
Medium difficulty problem
enhancement
New feature or request
execution
Issues or PRs related to code execution
Milestone
ECMASCript feature
Strict mode support for the interpreter as per https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode.
Example code
This code should throw a type error but currently returns 'home'.
The parser/lexer side of this was previously implemented as #717.
The text was updated successfully, but these errors were encountered: