Lines Matching full:loop
54 v8::Handle<v8::Value> Loop(const v8::Arguments& args) {
107 global->Set(v8::String::New("loop"), v8::FunctionTemplate::New(Loop));
121 // Run a loop that will be infinite if thread termination does not work.
123 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
132 // itself in a loop that performs no calls.
139 // Run a loop that will be infinite if thread termination does not work.
141 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
168 // Run a loop that will be infinite if thread termination does not work.
170 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
190 // Run a loop that will be infinite if thread termination does not work.
192 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
276 global->Set(v8::String::New("loop"),
281 // Run a loop that will be infinite if thread termination does not work.
283 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");