Re: [v8-users] How to build a fixed version of V8 and its dependencies.

2017-12-06 Thread Edd Barrett
On Monday, November 27, 2017 at 7:06:47 PM UTC, Jakob Kummerow wrote: > > The depot_tools system makes this easy, actually: > > git checkout > gclient sync > ninja -C out/ d8 > > (If you go back far enough before ninja was supported, replace the last > command with the equivalent make/GYP

Re: [v8-users] How to instrument function creation and invocation in v8

2017-12-06 Thread tobias . urban
Hi, I also want to trace javascript function calls inside of chromium (V8). I am using the --trace flag as suggested. However, it does not trace "native" function calls. Example: I have the following simple website: A simple test script function foo(var0){ return(bar(var0.concat("