[v8-users] Re: What is difference between v8::Object::Has() and v8::Object::HasOwnProperty()?

2016-12-08 Thread Peter Kanev
Documentation is available in the header files, `Has` will return true whether the property is attached on the concrete object, or on the object prototype, while HasOwnProperty will return true only if the property is available on the object instance, but not on the prototype. On Thursday, Dece

Re: [v8-users] Re: Building mksnapshot for Android under Windows

2016-12-07 Thread Peter Kanev
(not GN) was possible for android. On 7 December 2016 at 14:18, wrote: > What values do you give to -Dtarget_arch= ? , and how do you specify what > option do you use to specify the target os to gyp_v8 > > > On Wednesday, December 7, 2016 at 1:50:53 PM UTC+2, Peter Kanev wrote: &g

[v8-users] Building mksnapshot for Android under Windows

2016-12-07 Thread Peter Kanev
I work on a project that embeds v8 in native Android applications, the v8 used for all 3 architectures (arm v7, arm 64, x86) we support is built on Linux machines. As a next step the project must support generation of snapshot blobs for those 3 archs, and as such I need to build the mksnapshot

Re: [v8-users] gypfiles/gyp_v8 options to this script

2016-12-07 Thread Peter Kanev
Hey, do let me know if you succeed in building for android OS under Windows. I just tried with GN and cross-compiling and building for android seems impossible at the moment. Errors are thrown in your face as early as the configuration phase (gn args) On Wednesday, December 7, 2016 at 12:09:53