Re: [v8-users] Built

2018-08-13 Thread 'Jakob Kummerow' via v8-users
Yes. On Mon, Aug 13, 2018 at 11:15 AM dan Med wrote: > Yes, with v8 i want to be able to launch at it a .js file and debug v8 > By bulding the v8 source code i will have all the compilers inside right ? > like turbofan... > > 2018-08-13 11:13 GMT+02:00 'Jakob Kummerow' via

Re: [v8-users] Built

2018-08-13 Thread 'Jakob Kummerow' via v8-users
ed : >> >>> Like launch v8 under a debugger and pass as an argument a page that >>> contains javascript >>> >>> >>> 2018-08-13 10:25 GMT+02:00 dan Med : >>> >>>> something like lldb or gdb to see the memory... >>>>

Re: [v8-users] Built

2018-08-13 Thread 'Jakob Kummerow' via v8-users
8-13 10:25 GMT+02:00 dan Med : > >> something like lldb or gdb to see the memory... >> >> 2018-08-13 10:19 GMT+02:00 'Jakob Kummerow' via v8-users < >> v8-users@googlegroups.com>: >> >>> For debugging JavaScript, I would recommend Chrome DevTools. Not sure

Re: [v8-users] Built

2018-08-13 Thread 'Jakob Kummerow' via v8-users
Kummerow' via v8-users < > v8-users@googlegroups.com> wrote: > >> The official build instructions are at >> https://github.com/v8/v8/wiki/Building-with-GN. They work. >> >> That said, V8 implements ECMAScript, and as such has no idea about HTML >> or the DO

Re: [v8-users] Built

2018-08-12 Thread 'Jakob Kummerow' via v8-users
The official build instructions are at https://github.com/v8/v8/wiki/Building-with-GN. They work. That said, V8 implements ECMAScript, and as such has no idea about HTML or the DOM-related parts of JavaScript. On Sun, Aug 12, 2018 at 7:10 AM wrote: > Hi i've been trying to build the javascript