DescriptionMake native syntax an early error in the preparser.
Previously the preparser always accepted natives syntax and let the
real parser throw the syntax error. In ES5, it should be an early error,
so the preparser must catch the error.
The perparser library does not expose parsing for natives syntax, it's
only used internally.
Committed: http://code.google.com/p/v8/source/detail?r=9660
Patch Set 1 #
Total comments: 2
Patch Set 2 : Unified enums #
Messages
Total messages: 6 (0 generated)
|