On Fri, Aug 8, 2014 at 11:40 AM, dan wu <[email protected]> wrote: > The "SetResourceConstraints" API can set these parameters in current > isolate,but when I created a new isolate,how can I set these parameters in > it? > > I would appreciate any help, thank you!
I may be misunderstanding you but SetResourceConstraints() takes an isolate as its first parameter. Just make sure you call it right after Isolate::New(). -- -- 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.
