Re: [v8-users] Breaking On Native Function Calls

2016-10-19 Thread PhistucK
File ​crbug.com/657697​ (and crbug.com/657700 for a related bug I found as a result :(). But it is really a duplicate of crbug.com/49 (so I closed mine). I guess it will not be in progress soon. :( ☆*PhistucK* On Thu, Oct 20, 2016 at 8:19 AM, Jochen Eisinger wrote: >

Re: [v8-users] Breaking On Native Function Calls

2016-10-19 Thread Jochen Eisinger
As far as I know that's not possible. Could you file a feature request for this (probably on crbug.com if you also want to cover DOM functions) On Wed, Oct 19, 2016 at 7:38 PM PhistucK wrote: > I wanted to know whether there is a V8 (or Chrome) flag of some sort that > will

Re: [v8-users] ICU options in GN

2016-10-19 Thread Jochen Eisinger
You have to follow the steps outlined in build/linux/unbundle/README to use the system icu implementation On Wed, Oct 19, 2016 at 7:50 PM Andre Cunha wrote: > Hello, > > The Building with GYP > Wiki page describes >

Re: [v8-users] Re: get error try to get v8 code ,clone depot_tools

2016-10-19 Thread Jochen Eisinger
This implies that either you don't have an up to date list of trusted root certificates installed, or there's a proxy somewhere between you and the internet that intercepts ssl traffic. In both cases, you need to fix your local network configuration. On Thu, Oct 20, 2016 at 3:35 AM Zuheng Song

[v8-users] Re: get error try to get v8 code ,clone depot_tools

2016-10-19 Thread Zuheng Song
> > i fellow this wiki to builld v8 , but failed > https://github.com/v8/v8/wiki/Building%20with%20GN https://github.com/v8/v8/wiki/Checking%20out%20source -- -- v8-users mailing list v8-users@googlegroups.com

[v8-users] get error try to get v8 code ,clone depot_tools

2016-10-19 Thread Zuheng Song
system : ubuntu 16 i fellow this wiki https://www.chromium.org/developers/how-tos/install-depot-tools git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git 正克隆到 'depot_tools'... fatal: unable to access 'https://chromium.googlesource.com/chromium/tools/depot_tools.git/':

[v8-users] Debugging Javascript in V8

2016-10-19 Thread Dan ny
Hello, I am currently integrating V8 with my project, and would like to hook a conventional Javascript debugger (eg. Netbeans) to it. The documentation says that the message protocol is no longer supported and that I should email this group for info on how to accomplish my debugging. Searching

[v8-users] Re: Building v8

2016-10-19 Thread Dan ny
After finishing the ninja build step, I just ran: make native library=shared and the .so libs *eventually* appear in out/native/lib.target PS. I had no idea about the "is_component_build=true" method :) On Thursday, September 15, 2016 at 11:07:57 AM UTC-4, Travis Sharp wrote: > > I've

[v8-users] ICU options in GN

2016-10-19 Thread Andre Cunha
Hello, The Building with GYP Wiki page describes three ways in which I can use ICU while building v8 with GYP: I can disable i18n support altogether (i18nsupport=off), use a custom version of ICU (icu_gyp_path=...), or use the system's ICU

[v8-users] Breaking On Native Function Calls

2016-10-19 Thread PhistucK
I wanted to know whether there is a V8 (or Chrome) flag of some sort that will let me add breakpoints on native function calls. I do not mean C++ functions, I mean built in web platform (or ECMAScript) functions. My issue is that I click on a link and suddenly some code is apparently calling

Re: [v8-users] Re: building v8 fails on bytecode-peephole-table.cc because libv8_libbase.dylib not found

2016-10-19 Thread Jochen Eisinger
If you build for x87, mips (big endian), ppc, or s390, use gyp, the rest is on gn. On Tue, Oct 18, 2016 at 11:04 PM Zac Hansen wrote: > How do I find out what the current supported build process is for a > platform? I've been told "if gn doesn't work, use gyp, because it's >