Status: New
Owner: ----

New issue 1097 by [email protected]: native and const should be usable as regular identifiers
http://code.google.com/p/v8/issues/detail?id=1097

This should be a valid program in both strict and non-strict contexts:

var native = 1;

This should be a valid program in a non-strict context.

var const = 1;



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

Reply via email to