[Webkit-unassigned] [Bug 131707] Simple ES6 feature: Number constructor extras

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 28 19:06:01 PDT 2014


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





--- Comment #37 from Darin Adler <darin at apple.com>  2014-09-28 19:05:58 PST ---
(From update of attachment 238769)
View in context: https://bugs.webkit.org/attachment.cgi?id=238769&action=review

> Source/JavaScriptCore/runtime/CommonIdentifiers.h:125
> +    macro(isFinite) \
> +    macro(isInteger) \
> +    macro(isNaN) \
>      macro(isPrototypeOf) \
> +    macro(isSafeInteger) \

Wait, why are we adding these? I don’t think this change should have been included in the patch.

> Source/JavaScriptCore/runtime/CommonIdentifiers.h:148
> +    macro(parseFloat) \
> +    macro(parseInt) \

Ditto.

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