Home
last modified time | relevance | path

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

/expo/android/tools/src/main/java/host/exp/exponent/tools/
H A DReactAndroidCodeTransformer.java85 BlockStmt catchBlock = getHandleErrorBlock(title, details, exceptionId, isFatal); in getCatchClause() local
86 return getCatchClause(Arrays.asList(t), v, catchBlock); in getCatchClause()
98 BlockStmt catchBlock) { in getCatchClause() argument
101 return new CatchClause(exceptionParam, catchBlock); in getCatchClause()