Searched refs:caughtException (Results 1 – 7 of 7) sorted by relevance
27 let caughtException = false; variable35 caughtException = true;37 assert.strictEqual(caughtException, true);
90 boolean caughtException = false; in TestParse()102 caughtException = true; in TestParse()105 if (except && !caughtException) { in TestParse()
87 boolean caughtException = false; in TestParse()99 caughtException = true; in TestParse()102 if (except && !caughtException) { in TestParse()
508 dynamic caughtException;514 caughtException = exception;517 if (caughtException == null) {523 exception: caughtException,530 'exception': caughtException.toString(),
1036 boolean caughtException = false; in Test4216006()1041 caughtException = true; in Test4216006()1043 if (!caughtException) { in Test4216006()
1039 boolean caughtException = false; in Test4216006()1044 caughtException = true; in Test4216006()1046 if (!caughtException) { in Test4216006()
356 dynamic caughtException;357 void handleError(dynamic error, StackTrace stackTrace) => caughtException ??= error;364 if (caughtException != null) {365 throw caughtException;