[Webkit-unassigned] [Bug 31813] Add support for block scope const

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 08:19:17 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=31813





--- Comment #9 from Andy Wingo <wingo at igalia.com>  2011-11-17 08:19:17 PST ---
To continue a little more here, in V8 there is no support for enabling harmony mode within a script or a function.  It's an outside flag that is on or off.  This is easier than the strict mode case, in which the strict mode flag has to be plumbed around everywhere.

It also appears to be orthogonal to strict mode, though that is probably a bug: http://code.google.com/p/v8/issues/detail?id=1829

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list