Lines Matching refs:timeout
30 vm.runInThisContext('while(true) {}', { timeout: 100 }); property
38 vm.runInThisContext('', { timeout: 1000 }); property
45 runInVM: function(timeout) { argument
46 vm.runInNewContext('while(true) {}', context, { timeout }); field
49 vm.runInNewContext('runInVM(10)', context, { timeout: 10000 }); property
61 runInVM: function(timeout) { argument
62 vm.runInNewContext('while(true) {}', context, { timeout }); field
65 vm.runInNewContext('runInVM(10000)', context, { timeout: 100 }); property
76 runInVM: function(timeout) { argument
77 vm.runInNewContext('throw new Error(\'foobar\')', context, { timeout }); field
80 vm.runInNewContext('runInVM(10000)', context, { timeout: 100000 }); property