Community:SummerOfCode11:Brainstorming: Difference between revisions

Jump to navigation Jump to search
m
(→‎Rhino: add strict mode proposal)
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 would entail detecting the strict mode directive in the parser and then adding checks for various features. Some strict mode restraints are already detected internally, which should make it easy to get started.
| 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
55

edits

Navigation menu