Home
last modified time | relevance | path

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

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DCompileMisc.java620 = ExitThroughFinallyChecker.check(param, lambda.body); in compileCallCC()
781 static class ExitThroughFinallyChecker extends ExpVisitor<Expression,TryExp> class in CompileMisc
788 ExitThroughFinallyChecker visitor = new ExitThroughFinallyChecker(); in check()