Re: [v8-users] v8 harmony flag?

2014-05-05 Thread Andy Wingo
On Sun 04 May 2014 20:15, Jane Chen jxche...@gmail.com writes: I found the following documentation for Promise in version 3.24's v8.h: /** * An instance of the built-in Promise constructor (ES6 draft). * This API is experimental. Only works with --harmony flag. */ How do I enable the

[v8-users] Experimental build configuration: gn

2014-05-05 Thread Jochen Eisinger
Hey, since Chromium is currently transitioning from gyp to gn[1], I added an experimental BUILD.gn file to V8. It's currently not yet possible to build all of v8 using gn, nor does the standalone build work at all (currently, it's only possible to compile mksnapshot from within chromium). If you