Searched refs:exceptionRef (Results 1 – 2 of 2) sorted by relevance
83 AtomicReference<RuntimeException> exceptionRef = new AtomicReference<>(); in runWithScissorsForDump() local88 exceptionRef.set(e); in runWithScissorsForDump()98 exceptionRef.compareAndSet(null, new IllegalStateException("Thread interrupted", e)); in runWithScissorsForDump()101 final RuntimeException e = exceptionRef.get(); in runWithScissorsForDump()
80 val exceptionRef = AtomicReference<Throwable>() in evaluate() constant85 exceptionRef.set(throwable) in evaluate()88 exceptionRef.get()?.let { throw it } in evaluate()