"test/language/function-code/10.4.3-1-101-s.js" did not exist on "23e84ad9a115d8ec84fd6fa857d51b2076b77f93"
-
Mike Pennisi authored
A number of tests for the parsing of function literals were expressed using `eval`. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of `eval` in the relevant tests and instead express the expectations with literal source text.
Mike Pennisi authoredA number of tests for the parsing of function literals were expressed using `eval`. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of `eval` in the relevant tests and instead express the expectations with literal source text.