[v8-users] Why UTF surrogate pairs are modified by V8?

2016-06-02 Thread Roman Budnyjj
Hi guys, I'm trying to pass some string data to the JS functions, managed by V8. These strings are UTF8-encoded and contain surrogate pairs (Emoji). I've found, that for some reason new versions (5.1.281.56) of library modify these strings, so the contents of strings after conversion to std

[v8-users] Function line and column numbers with accessor callbacks in CpuProfileNode.

2016-06-02 Thread Jane Chen
Testing profiling against v8 4.6.88. I have functions that are exposed through accessor callbacks. In the CpuProfileNode, the line and column numbers are 0 for these functions. Is that expected? Is there anything I can do to get the real line and column numbers? Is this something fixed in

[v8-users] Join v8-users@google

2016-06-02 Thread joko suwito
Thank you. -- -- v8-users mailing list v8-users@googlegroups.com 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

Re: [v8-users] V8 build getting errors

2016-06-02 Thread Jochen Eisinger
I suspect that your installation doesn't have C++11 compatible headers installed. On Tue, May 31, 2016 at 8:31 PM Igor V wrote: > I have same issue, can you assist please? > > $make V=1 native >