I have used v8_3.20,the SetResourceConstraints API takes only one parameter as follow:
SetResourceConstraints(ResourceConstraints* constraints) 在 2014年8月8日星期五UTC+8下午7时16分31秒,Ben Noordhuis写道: > > On Fri, Aug 8, 2014 at 11:40 AM, dan wu <[email protected] <javascript:>> > 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.
