Thanks everyone. That makes sense, since these variables are "block scoped", so having them available outside the scope wouldn't work.
Cheers, Ian On Tuesday, 4 April 2017 00:08:27 UTC-7, Ben Noordhuis wrote: > > On Tue, Apr 4, 2017 at 5:02 AM, Ian Bull <[email protected] <javascript:>> > wrote: > > Can we access these blocked scoped (ES6) variables using the V8 > > API? I would like to expose this to users of the J2V8 bindings. > > You can through the inspector API but it's a debugger, it kills > performance. > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
