Status: New Owner: ---- New issue 1255 by [email protected]: reserved words not reserved http://code.google.com/p/v8/issues/detail?id=1255
The following reserved words can (and shouldn't be allowed to) be used as identifiers:
* class * enum * export * extends * import * superI noticed that this is the entire FutureReservedWord list with the exception of `const`, which happens to be treated as reserved.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
