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

/external/v8/test/mjsunit/
H A Dtry.js121 function return_from_nested_finally(x) { function
134 assertEquals(0, return_from_nested_finally(0)[0]);
135 assertEquals(1, return_from_nested_finally(1)[0]);

Completed in 57 milliseconds