Re: [v8-users] Re: Crash setting accessor property

2018-02-20 Thread Ben Noordhuis
On Tue, Feb 20, 2018 at 12:49 PM, J Decker wrote: > (Oops hit enter too soon) > > node: '9.2.0', > v8: '6.2.414.44-node.11', > > Local c = Object::New( isolate ); > c->SetAccessorProperty( String::NewFromUtf8( isolate, "password" ) > , Local() > , Function::New( isolate,

[v8-users] Re: Crash setting accessor property

2018-02-20 Thread J Decker
(Oops hit enter too soon) node: '9.2.0', v8: '6.2.414.44-node.11', Local c = Object::New( isolate ); c->SetAccessorProperty( String::NewFromUtf8( isolate, "password" ) , Local() , Function::New( isolate, ControlObject::setEditFieldPassword ) , DontDelete ); This is an attempt to make a

[v8-users] Crash setting accessor property

2018-02-20 Thread J Decker
-- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [v8-users] Lazy deserialization

2018-02-20 Thread 'Jakob Gruber' via v8-users
On Fri, Feb 16, 2018 at 5:09 PM, Chris Dumoulin wrote: > Thanks for the reply Jakob. I'll give your code changes a try. > I'm currently trying this on Mac OS X x64. > > I'm pretty sure I'm using a snapshot build. Is there an easy way to tell > for sure? > Snapshot builds are