Lines Matching defs:timeout
1014 int64_t timeout = args[1]->IntegerValue(env->context()).FromJust();
1028 timeout,
1038 const int64_t timeout,
1078 if (break_on_sigint && timeout != -1) {
1079 Watchdog wd(env->isolate(), timeout, &timed_out);
1085 } else if (timeout != -1) {
1086 Watchdog wd(env->isolate(), timeout, &timed_out);
1097 // It is possible that execution was terminated by another timeout in
1098 // which this timeout is nested, so check whether one of the watchdogs
1101 node::THROW_ERR_SCRIPT_EXECUTION_TIMEOUT(env, timeout);