Home
last modified time | relevance | path

Searched refs:continue_from_nested_finally (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
Dtry.js310 function continue_from_nested_finally(x) { function
331 assertEquals(0, continue_from_nested_finally(0));
332 assertEquals(1, continue_from_nested_finally(1));