Thanks for reaching out. I agree with Dmitry's assessment in
13816046<https://codereview.appspot.com/13816046/>.
Regardless of TC39 acceptance and remaining spec issues, I see no advantage
into baking this into V8 now rather than using it as a polyfill, especially
since it would be under a flag. I also don't classify this as one of the
features that requires early prototyping in the core V8 code base to test
feasibility and answer architectural questions. Given the limited upside,
possible feature flux, and no clear urgency for adding now, I advise
waiting to land this.

Danno


On Tue, Sep 24, 2013 at 5:16 PM, Mathias Bynens <[email protected]> wrote:

> On 24 Sep 2013, at 12:17, Mathias Bynens <[email protected]> wrote:
>
> > There’s also a discussion on whether JavaScript should allow lone
> surrogates in strings or not:
> http://esdiscuss.org/topic/code-points-vs-unicode-scalar-values But
> historically, this is what JavaScript has always done, and changing this
> behavior might break backwards compatibility or introduce new forms of
> hazardous silent data corruption.
>
> This was apparently resolved during last week’s TC39 meeting: <
> https://mail.mozilla.org/pipermail/es-discuss/2013-September/033559.html>
> Excerpt follows:
>
> > #### Consensus/Resolution
> >
> > - No Change. If you want to use lone surrogates you'll have to escape
> them after JSON.stringify().
>
> @Dmitry, given that this issue was your main concern regarding this patch,
> what do you think?
>
> --
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to