[v8-users] is there any way to build the v8 without gn

2018-02-22 Thread JISU YANG
Hello Please help I downloaded v8.zip (https://github.com/v8/v8) and trying to build it But is there any way to build it without the depot_tools and git? I just want to build manually. I know I should execute [gclient sync] But I didn't. And execute the command below v8-master]#

Re: [v8-users] Double Proxy resolve/reject causes segfault

2018-02-22 Thread Sathya Gunasekaran
Thanks for the report. Fix out for review: https://chromium- review.googlesource.com/c/v8/v8/+/932968 On Thu, Feb 22, 2018 at 12:17 PM, Bogdan Padalko wrote: > Hi! > > While working on upgrading php-v8 extension from 6.5.144 to 6.6.275 I > find a strange issue: when

[v8-users] Double Proxy resolve/reject causes segfault

2018-02-22 Thread Bogdan Padalko
Hi! While working on upgrading php-v8 extension from 6.5.144 to 6.6.275 I find a strange issue: when promise in non-pending stage get resolved/rejected, application fails with segfault. While it's an edge case, it still possible in userland and luckily it was covered by php-v8 unit tests. As

[v8-users] Re: including a js file in my v8 js file

2018-02-22 Thread David Colmenares
in the folder $V8_PATH/src there is a file d8.cpp, inside there is a function called ReadFile, that has the model of how to load files and compile them to js -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because