mirror of
https://github.com/tc39/test262.git
synced 2025-11-15 03:09:41 +01:00
* Add tests for escape function when parameter is not a string. Fixes #2687 Fixes #2637 * Add test for indirect eval calls when script is a for statement. When for statement doesn't have a body, it should throw a SyntaxError. Fixes #2661 * Add tests for Function Constructor when body contains usestrict. Fixes #2688 Fixes #2638