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

/external/v8/test/mjsunit/
H A Dtry.js237 function break_from_nested_catch(x) { function
257 assertEquals(0, break_from_nested_catch(0));
258 assertEquals(1, break_from_nested_catch(1));

Completed in 122 milliseconds