55
edits
(→Rhino: add strict mode proposal) |
m (→Rhino) |
||
Line 178: | Line 178: | ||
|- | |- | ||
| Implement ECMAScript 5 strict mode | | Implement ECMAScript 5 strict mode | ||
| Rhino has pretty solid ECMAScript 5 support, with [https://developer.mozilla.org/en/JavaScript/Strict_mode strict mode] being the major exception. Implementation | | Rhino has pretty solid ECMAScript 5 support, with [https://developer.mozilla.org/en/JavaScript/Strict_mode strict mode] being the major exception. Implementation involves adding detection of the strict mode directive to the parser and then adding checks for the various strict mode rules. Some of the restraints are already detected by Rhino which should make it easy to get started. | ||
| Hannes Wallnoefer | | Hannes Wallnoefer | ||
| Hannes Wallnoefer | | Hannes Wallnoefer |
edits