Status: Accepted
Owner: [email protected]
Labels: Type-FeatureRequest Priority-Low

New issue 1955 by [email protected]: Move all V8-internal JS to strict mode
http://code.google.com/p/v8/issues/detail?id=1955

Most of the JS library code in V8 is running in sloppy mode. I recently made it strict-mode conforming, but there are remaining issues with actually switching on strict mode:

1. Some of our tests check that the .caller chain can be climbed through higher-order array and string functions. (We should probably just remove those tests.)

2. The debugger executes stuff in strict mode when debug-debugger.js and/or mirror-debugger.js is implemented in strict mode. (Why?)

3. Moving v8natives.js or runtime.js to strict mode leads to C++ side assertion failures.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to