[v8-users] Limiting Object.Prototype Possible?

2016-06-08 Thread Brandon Jonson
I've added custom code that extends Object to include a few other functions. Of course anybody could now go in and overwrite those or add their own functions simply by doing Object.Prototype.xxx = xxx. Is there an official way of locking that ability in V8 so at least the functions added could

Re: [v8-users] V8_WARN_UNUSED_RESULT on DefineOwnProperty?

2016-06-08 Thread Jochen Eisinger
The reason we added V8_WARN_UNUSED_RESULT was that ignoring an exception will lead to lots of unexpected and hard to debug behavior. This annotation helps embedders to not miss any place where you have to check for an exception. On Fri, Jun 3, 2016 at 7:27 PM Ben Noordhuis

Re: [v8-users] what are the official steps to bulid v8 on windows 8 using visual studio?

2016-06-08 Thread Jochen Eisinger
do the steps for MSVS outlined here work for you: https://github.com/v8/v8/wiki/Building%20with%20Gyp On Sat, Jun 4, 2016 at 6:11 PM blackthirt33n wrote: > what are the official steps to bulid v8 on windows 8 using visual studio? > > -- > -- > v8-users mailing list >