for example:
function foo(){
for(;;){}
}
foo();
My main app will be idle, if run the code above. How to stop/quit the script? -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
for example:
function foo(){
for(;;){}
}
foo();
My main app will be idle, if run the code above. How to stop/quit the script? -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users