[Webkit-unassigned] [Bug 131704] Simple ES6 feature:String prototype additions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 19 08:59:22 PDT 2014


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





--- Comment #43 from Darin Adler <darin at apple.com>  2014-09-19 08:59:21 PST ---
(In reply to comment #42)
> In startsWith, dereferencing 'this' returns a 'const StringImpl'.

Exactly. That’s a StringImpl member function. And I said that we should follow this patch up by removing all the const on StringImpl member functions since it’s an immutable class. So we would remove the const from the startsWith function declaration. And then after that was done we could get rid of all const StringImpl since it would mean the same thing as StringImpl.

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