[Webkit-unassigned] [Bug 106553] [V8] Add IDL 'enum' support to CodeGeneratorV8.pm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 19:41:12 PST 2013


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





--- Comment #30 from Nils Barth <nbarth at google.com>  2013-01-29 19:43:11 PST ---
(In reply to comment #29)
> (In reply to comment #28)
> > Ok -- do we in general not use const (in V8/WebCore/Chrome), or does it vary with type or context? (Is it just "not worth bother with String"?)
> 
> No strict rule (although there had been a couple of discussions in webkit-dev@). It looks like we normally use const for a newly added code but don't use const for Strings.

Ok, so I should use const for new code, except for String.
(And also not go around adding it to old code.)

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