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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 24 23:06:56 PST 2011


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





--- Comment #14 from Gavin Barraclough <barraclough at apple.com>  2011-11-24 23:06:55 PST ---
(In reply to comment #13)
> FYI, V8 now has three modes: classic, strict, and "extended":
> 
>   http://code.google.com/p/v8/source/detail?r=10062

Given the spec defined mechanism by which strict mode is enabled (an inline directive in the source file), it's a little redundant to make this a command-line option, and would take a little extra plumbing into the parser to make this work (though not a lot to be fair, we'll probably need to tag SourceCode/SourceProvider objects with a language mode anyway if we want to support ES6).

-- 
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