Home | History | Annotate | Download | only in webkit

Lines Matching refs:finally

25 "This tests that throwing from a finally block has the expected effect."
32 } finally {
33 events.push("1:finally");
39 } finally {
40 events.push("2:finally");
50 } finally {
51 events.push("3:finally");
59 } finally {
60 events.push("4:finally");
71 } finally {
80 shouldBe("\"\" + events", "\"1:try,1:finally,2:finally,2:thingy,3:thingy,3:finally,4:thingy,4:finally,4:another thingy,5:hi,5:wat\"");