Searched refs:NoHang (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dregexp-capture-3.js164 function NoHang(re) { function
168 NoHang(/(((.*)*)*x)Ā/); // Continuation after loop is filtered, so is loop.
169 NoHang(/(((.*)*)*Ā)foo/); // Body of loop filtered.
170 NoHang(/Ā(((.*)*)*x)/); // Everything after a filtered character is filtered.
171 NoHang(/(((.*)*)*x)Ā/); // Everything before a filtered character is filtered.
172 NoHang(/[ćăĀ](((.*)*)*x)/); // Everything after a filtered class is filtered.
173 NoHang(/(((.*)*)*x)[ćăĀ]/); // Everything before a filtered class is filtered.
174 NoHang(/[^\x00-\xff](((.*)*)*x)/); // After negated class.
175 NoHang(/(((.*)*)*x)[^\x00-\xff]/); // Before negated class.
176 NoHang(/(
[all...]
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc440 void NoHang(bool pump_during_send) { function in namespace:IPC::__anon8488
449 TEST_F(IPCSyncChannelTest, NoHang) {
450 NoHang(false);
451 NoHang(true);

Completed in 1244 milliseconds