Searched refs:caught_exception (Results 1 – 2 of 2) sorted by relevance
46 var caught_exception = null; variable51 caught_exception = e;54 assertNotNull(caught_exception);56 caught_exception.details.syntaxErrorMessage);58 assertEquals(2, caught_exception.details.position.start.line);
830 bool caught_exception = in Load() local835 caught_exception = caught_exception || in Load()839 if (caught_exception) return false; in Load()