(map->PushTry m__7585__auto__)
Factory function for class clojure.core.async.impl.ioc_macros.PushTry, taking a map of keywords to field values.
Source
(defrecord PushTry [catch-block]
IInstruction
(reads-from [this] [])
(writes-to [this] [])
(block-references [this] [catch-block])
IEmittableInstruction
(emit-instruction [this state-sym]
`[~'_ (aset-all! ~state-sym ~EXCEPTION-FRAMES (cons ~catch-block (aget-object ~state-sym ~EXCEPTION-FRAMES)))]))