hello all, sorry to disturb u. i have a problem that how i can invoke v8::Script::Run in async method or can i set a time-out value for it? because sometimes a js will take too long time.
just like:
// compile
while (some condition) {
result = v8::Script::Run();
// check the result
}
if u have answer, please mail me.
thanks very much!
lei
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
