UNPKG

@atomist/clj-editors

Version:

We build a node module `@atomist/clj-editors` here. This allows us to construct clojure editors using `rewrite-cljs`. After adding this dependency, the node application will have access to javascript functions transpiled from clojurescript.

490 lines (417 loc) 26.7 kB
// Compiled by ClojureScript 1.9.946 {:target :nodejs} goog.provide('cljs.core.async.impl.ioc_helpers'); goog.require('cljs.core'); goog.require('cljs.core.async.impl.protocols'); cljs.core.async.impl.ioc_helpers.FN_IDX = (0); cljs.core.async.impl.ioc_helpers.STATE_IDX = (1); cljs.core.async.impl.ioc_helpers.VALUE_IDX = (2); cljs.core.async.impl.ioc_helpers.BINDINGS_IDX = (3); cljs.core.async.impl.ioc_helpers.EXCEPTION_FRAMES = (4); cljs.core.async.impl.ioc_helpers.CURRENT_EXCEPTION = (5); cljs.core.async.impl.ioc_helpers.USER_START_IDX = (6); cljs.core.async.impl.ioc_helpers.aset_object = (function cljs$core$async$impl$ioc_helpers$aset_object(arr,idx,o){ return (arr[idx][o]); }); cljs.core.async.impl.ioc_helpers.aget_object = (function cljs$core$async$impl$ioc_helpers$aget_object(arr,idx){ return (arr[idx]); }); /** * Returns true if the machine is in a finished state */ cljs.core.async.impl.ioc_helpers.finished_QMARK_ = (function cljs$core$async$impl$ioc_helpers$finished_QMARK_(state_array){ return cljs.core.keyword_identical_QMARK_.call(null,(state_array[(1)]),new cljs.core.Keyword(null,"finished","finished",-1018867731)); }); cljs.core.async.impl.ioc_helpers.fn_handler = (function cljs$core$async$impl$ioc_helpers$fn_handler(f){ if(typeof cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183 !== 'undefined'){ } else { /** * @constructor * @implements {cljs.core.async.impl.protocols.Handler} * @implements {cljs.core.IMeta} * @implements {cljs.core.IWithMeta} */ cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183 = (function (f,meta12184){ this.f = f; this.meta12184 = meta12184; this.cljs$lang$protocol_mask$partition0$ = 393216; this.cljs$lang$protocol_mask$partition1$ = 0; }); cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183.prototype.cljs$core$IWithMeta$_with_meta$arity$2 = (function (_12185,meta12184__$1){ var self__ = this; var _12185__$1 = this; return (new cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183(self__.f,meta12184__$1)); }); cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183.prototype.cljs$core$IMeta$_meta$arity$1 = (function (_12185){ var self__ = this; var _12185__$1 = this; return self__.meta12184; }); cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183.prototype.cljs$core$async$impl$protocols$Handler$ = cljs.core.PROTOCOL_SENTINEL; cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183.prototype.cljs$core$async$impl$protocols$Handler$active_QMARK_$arity$1 = (function (_){ var self__ = this; var ___$1 = this; return true; }); cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183.prototype.cljs$core$async$impl$protocols$Handler$blockable_QMARK_$arity$1 = (function (_){ var self__ = this; var ___$1 = this; return true; }); cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183.prototype.cljs$core$async$impl$protocols$Handler$commit$arity$1 = (function (_){ var self__ = this; var ___$1 = this; return self__.f; }); cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183.getBasis = (function (){ return new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Symbol(null,"f","f",43394975,null),new cljs.core.Symbol(null,"meta12184","meta12184",1165015145,null)], null); }); cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183.cljs$lang$type = true; cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183.cljs$lang$ctorStr = "cljs.core.async.impl.ioc-helpers/t_cljs$core$async$impl$ioc_helpers12183"; cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183.cljs$lang$ctorPrWriter = (function (this__8503__auto__,writer__8504__auto__,opt__8505__auto__){ return cljs.core._write.call(null,writer__8504__auto__,"cljs.core.async.impl.ioc-helpers/t_cljs$core$async$impl$ioc_helpers12183"); }); cljs.core.async.impl.ioc_helpers.__GT_t_cljs$core$async$impl$ioc_helpers12183 = (function cljs$core$async$impl$ioc_helpers$fn_handler_$___GT_t_cljs$core$async$impl$ioc_helpers12183(f__$1,meta12184){ return (new cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183(f__$1,meta12184)); }); } return (new cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers12183(f,cljs.core.PersistentArrayMap.EMPTY)); }); cljs.core.async.impl.ioc_helpers.run_state_machine = (function cljs$core$async$impl$ioc_helpers$run_state_machine(state){ return cljs.core.async.impl.ioc_helpers.aget_object.call(null,state,(0)).call(null,state); }); cljs.core.async.impl.ioc_helpers.run_state_machine_wrapped = (function cljs$core$async$impl$ioc_helpers$run_state_machine_wrapped(state){ try{return cljs.core.async.impl.ioc_helpers.run_state_machine.call(null,state); }catch (e12194){if((e12194 instanceof Object)){ var ex = e12194; cljs.core.async.impl.protocols.close_BANG_.call(null,cljs.core.async.impl.ioc_helpers.aget_object.call(null,state,(6))); throw ex; } else { throw e12194; } }}); cljs.core.async.impl.ioc_helpers.take_BANG_ = (function cljs$core$async$impl$ioc_helpers$take_BANG_(state,blk,c){ var temp__4655__auto__ = cljs.core.async.impl.protocols.take_BANG_.call(null,c,cljs.core.async.impl.ioc_helpers.fn_handler.call(null,(function (x){ var statearr_12203_12209 = state; (statearr_12203_12209[(2)] = x); (statearr_12203_12209[(1)] = blk); return cljs.core.async.impl.ioc_helpers.run_state_machine_wrapped.call(null,state); }))); if(cljs.core.truth_(temp__4655__auto__)){ var cb = temp__4655__auto__; var statearr_12204_12211 = state; (statearr_12204_12211[(2)] = cljs.core.deref.call(null,cb)); (statearr_12204_12211[(1)] = blk); return new cljs.core.Keyword(null,"recur","recur",-437573268); } else { return null; } }); cljs.core.async.impl.ioc_helpers.put_BANG_ = (function cljs$core$async$impl$ioc_helpers$put_BANG_(state,blk,c,val){ var temp__4655__auto__ = cljs.core.async.impl.protocols.put_BANG_.call(null,c,val,cljs.core.async.impl.ioc_helpers.fn_handler.call(null,(function (ret_val){ var statearr_12217_12225 = state; (statearr_12217_12225[(2)] = ret_val); (statearr_12217_12225[(1)] = blk); return cljs.core.async.impl.ioc_helpers.run_state_machine_wrapped.call(null,state); }))); if(cljs.core.truth_(temp__4655__auto__)){ var cb = temp__4655__auto__; var statearr_12220_12226 = state; (statearr_12220_12226[(2)] = cljs.core.deref.call(null,cb)); (statearr_12220_12226[(1)] = blk); return new cljs.core.Keyword(null,"recur","recur",-437573268); } else { return null; } }); cljs.core.async.impl.ioc_helpers.return_chan = (function cljs$core$async$impl$ioc_helpers$return_chan(state,value){ var c = (state[(6)]); if((value == null)){ } else { cljs.core.async.impl.protocols.put_BANG_.call(null,c,value,cljs.core.async.impl.ioc_helpers.fn_handler.call(null,((function (c){ return (function (){ return null; });})(c)) )); } cljs.core.async.impl.protocols.close_BANG_.call(null,c); return c; }); /** * @constructor * @implements {cljs.core.IRecord} * @implements {cljs.core.IEquiv} * @implements {cljs.core.IHash} * @implements {cljs.core.ICollection} * @implements {cljs.core.ICounted} * @implements {cljs.core.ISeqable} * @implements {cljs.core.IMeta} * @implements {cljs.core.ICloneable} * @implements {cljs.core.IPrintWithWriter} * @implements {cljs.core.IIterable} * @implements {cljs.core.IWithMeta} * @implements {cljs.core.IAssociative} * @implements {cljs.core.IMap} * @implements {cljs.core.ILookup} */ cljs.core.async.impl.ioc_helpers.ExceptionFrame = (function (catch_block,catch_exception,finally_block,continue_block,prev,__meta,__extmap,__hash){ this.catch_block = catch_block; this.catch_exception = catch_exception; this.finally_block = finally_block; this.continue_block = continue_block; this.prev = prev; this.__meta = __meta; this.__extmap = __extmap; this.__hash = __hash; this.cljs$lang$protocol_mask$partition0$ = 2229667594; this.cljs$lang$protocol_mask$partition1$ = 139264; }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$ILookup$_lookup$arity$2 = (function (this__8518__auto__,k__8519__auto__){ var self__ = this; var this__8518__auto____$1 = this; return this__8518__auto____$1.cljs$core$ILookup$_lookup$arity$3(null,k__8519__auto__,null); }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$ILookup$_lookup$arity$3 = (function (this__8520__auto__,k12229,else__8521__auto__){ var self__ = this; var this__8520__auto____$1 = this; var G__12233 = k12229; var G__12233__$1 = (((G__12233 instanceof cljs.core.Keyword))?G__12233.fqn:null); switch (G__12233__$1) { case "catch-block": return self__.catch_block; break; case "catch-exception": return self__.catch_exception; break; case "finally-block": return self__.finally_block; break; case "continue-block": return self__.continue_block; break; case "prev": return self__.prev; break; default: return cljs.core.get.call(null,self__.__extmap,k12229,else__8521__auto__); } }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$IPrintWithWriter$_pr_writer$arity$3 = (function (this__8532__auto__,writer__8533__auto__,opts__8534__auto__){ var self__ = this; var this__8532__auto____$1 = this; var pr_pair__8535__auto__ = ((function (this__8532__auto____$1){ return (function (keyval__8536__auto__){ return cljs.core.pr_sequential_writer.call(null,writer__8533__auto__,cljs.core.pr_writer,""," ","",opts__8534__auto__,keyval__8536__auto__); });})(this__8532__auto____$1)) ; return cljs.core.pr_sequential_writer.call(null,writer__8533__auto__,pr_pair__8535__auto__,"#cljs.core.async.impl.ioc-helpers.ExceptionFrame{",", ","}",opts__8534__auto__,cljs.core.concat.call(null,new cljs.core.PersistentVector(null, 5, 5, cljs.core.PersistentVector.EMPTY_NODE, [(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"catch-block","catch-block",1175212748),self__.catch_block],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"catch-exception","catch-exception",-1997306795),self__.catch_exception],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"finally-block","finally-block",832982472),self__.finally_block],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"continue-block","continue-block",-1852047850),self__.continue_block],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"prev","prev",-1597069226),self__.prev],null))], null),self__.__extmap)); }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$IIterable$_iterator$arity$1 = (function (G__12228){ var self__ = this; var G__12228__$1 = this; return (new cljs.core.RecordIter((0),G__12228__$1,5,new cljs.core.PersistentVector(null, 5, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"catch-block","catch-block",1175212748),new cljs.core.Keyword(null,"catch-exception","catch-exception",-1997306795),new cljs.core.Keyword(null,"finally-block","finally-block",832982472),new cljs.core.Keyword(null,"continue-block","continue-block",-1852047850),new cljs.core.Keyword(null,"prev","prev",-1597069226)], null),(cljs.core.truth_(self__.__extmap)?cljs.core._iterator.call(null,self__.__extmap):cljs.core.nil_iter.call(null)))); }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$IMeta$_meta$arity$1 = (function (this__8516__auto__){ var self__ = this; var this__8516__auto____$1 = this; return self__.__meta; }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$ICloneable$_clone$arity$1 = (function (this__8513__auto__){ var self__ = this; var this__8513__auto____$1 = this; return (new cljs.core.async.impl.ioc_helpers.ExceptionFrame(self__.catch_block,self__.catch_exception,self__.finally_block,self__.continue_block,self__.prev,self__.__meta,self__.__extmap,self__.__hash)); }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$ICounted$_count$arity$1 = (function (this__8522__auto__){ var self__ = this; var this__8522__auto____$1 = this; return (5 + cljs.core.count.call(null,self__.__extmap)); }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$IHash$_hash$arity$1 = (function (this__8514__auto__){ var self__ = this; var this__8514__auto____$1 = this; var h__8332__auto__ = self__.__hash; if(!((h__8332__auto__ == null))){ return h__8332__auto__; } else { var h__8332__auto____$1 = ((function (h__8332__auto__,this__8514__auto____$1){ return (function (coll__8515__auto__){ return (846900531 ^ cljs.core.hash_unordered_coll.call(null,coll__8515__auto__)); });})(h__8332__auto__,this__8514__auto____$1)) .call(null,this__8514__auto____$1); self__.__hash = h__8332__auto____$1; return h__8332__auto____$1; } }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$IEquiv$_equiv$arity$2 = (function (this12230,other12231){ var self__ = this; var this12230__$1 = this; return (!((other12231 == null))) && ((this12230__$1.constructor === other12231.constructor)) && (cljs.core._EQ_.call(null,this12230__$1.catch_block,other12231.catch_block)) && (cljs.core._EQ_.call(null,this12230__$1.catch_exception,other12231.catch_exception)) && (cljs.core._EQ_.call(null,this12230__$1.finally_block,other12231.finally_block)) && (cljs.core._EQ_.call(null,this12230__$1.continue_block,other12231.continue_block)) && (cljs.core._EQ_.call(null,this12230__$1.prev,other12231.prev)) && (cljs.core._EQ_.call(null,this12230__$1.__extmap,other12231.__extmap)); }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$IMap$_dissoc$arity$2 = (function (this__8527__auto__,k__8528__auto__){ var self__ = this; var this__8527__auto____$1 = this; if(cljs.core.contains_QMARK_.call(null,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 5, [new cljs.core.Keyword(null,"finally-block","finally-block",832982472),null,new cljs.core.Keyword(null,"catch-block","catch-block",1175212748),null,new cljs.core.Keyword(null,"catch-exception","catch-exception",-1997306795),null,new cljs.core.Keyword(null,"prev","prev",-1597069226),null,new cljs.core.Keyword(null,"continue-block","continue-block",-1852047850),null], null), null),k__8528__auto__)){ return cljs.core.dissoc.call(null,cljs.core._with_meta.call(null,cljs.core.into.call(null,cljs.core.PersistentArrayMap.EMPTY,this__8527__auto____$1),self__.__meta),k__8528__auto__); } else { return (new cljs.core.async.impl.ioc_helpers.ExceptionFrame(self__.catch_block,self__.catch_exception,self__.finally_block,self__.continue_block,self__.prev,self__.__meta,cljs.core.not_empty.call(null,cljs.core.dissoc.call(null,self__.__extmap,k__8528__auto__)),null)); } }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$IAssociative$_assoc$arity$3 = (function (this__8525__auto__,k__8526__auto__,G__12228){ var self__ = this; var this__8525__auto____$1 = this; var pred__12237 = cljs.core.keyword_identical_QMARK_; var expr__12238 = k__8526__auto__; if(cljs.core.truth_(pred__12237.call(null,new cljs.core.Keyword(null,"catch-block","catch-block",1175212748),expr__12238))){ return (new cljs.core.async.impl.ioc_helpers.ExceptionFrame(G__12228,self__.catch_exception,self__.finally_block,self__.continue_block,self__.prev,self__.__meta,self__.__extmap,null)); } else { if(cljs.core.truth_(pred__12237.call(null,new cljs.core.Keyword(null,"catch-exception","catch-exception",-1997306795),expr__12238))){ return (new cljs.core.async.impl.ioc_helpers.ExceptionFrame(self__.catch_block,G__12228,self__.finally_block,self__.continue_block,self__.prev,self__.__meta,self__.__extmap,null)); } else { if(cljs.core.truth_(pred__12237.call(null,new cljs.core.Keyword(null,"finally-block","finally-block",832982472),expr__12238))){ return (new cljs.core.async.impl.ioc_helpers.ExceptionFrame(self__.catch_block,self__.catch_exception,G__12228,self__.continue_block,self__.prev,self__.__meta,self__.__extmap,null)); } else { if(cljs.core.truth_(pred__12237.call(null,new cljs.core.Keyword(null,"continue-block","continue-block",-1852047850),expr__12238))){ return (new cljs.core.async.impl.ioc_helpers.ExceptionFrame(self__.catch_block,self__.catch_exception,self__.finally_block,G__12228,self__.prev,self__.__meta,self__.__extmap,null)); } else { if(cljs.core.truth_(pred__12237.call(null,new cljs.core.Keyword(null,"prev","prev",-1597069226),expr__12238))){ return (new cljs.core.async.impl.ioc_helpers.ExceptionFrame(self__.catch_block,self__.catch_exception,self__.finally_block,self__.continue_block,G__12228,self__.__meta,self__.__extmap,null)); } else { return (new cljs.core.async.impl.ioc_helpers.ExceptionFrame(self__.catch_block,self__.catch_exception,self__.finally_block,self__.continue_block,self__.prev,self__.__meta,cljs.core.assoc.call(null,self__.__extmap,k__8526__auto__,G__12228),null)); } } } } } }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$ISeqable$_seq$arity$1 = (function (this__8530__auto__){ var self__ = this; var this__8530__auto____$1 = this; return cljs.core.seq.call(null,cljs.core.concat.call(null,new cljs.core.PersistentVector(null, 5, 5, cljs.core.PersistentVector.EMPTY_NODE, [(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"catch-block","catch-block",1175212748),self__.catch_block],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"catch-exception","catch-exception",-1997306795),self__.catch_exception],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"finally-block","finally-block",832982472),self__.finally_block],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"continue-block","continue-block",-1852047850),self__.continue_block],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"prev","prev",-1597069226),self__.prev],null))], null),self__.__extmap)); }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$IWithMeta$_with_meta$arity$2 = (function (this__8517__auto__,G__12228){ var self__ = this; var this__8517__auto____$1 = this; return (new cljs.core.async.impl.ioc_helpers.ExceptionFrame(self__.catch_block,self__.catch_exception,self__.finally_block,self__.continue_block,self__.prev,G__12228,self__.__extmap,self__.__hash)); }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.prototype.cljs$core$ICollection$_conj$arity$2 = (function (this__8523__auto__,entry__8524__auto__){ var self__ = this; var this__8523__auto____$1 = this; if(cljs.core.vector_QMARK_.call(null,entry__8524__auto__)){ return this__8523__auto____$1.cljs$core$IAssociative$_assoc$arity$3(null,cljs.core._nth.call(null,entry__8524__auto__,(0)),cljs.core._nth.call(null,entry__8524__auto__,(1))); } else { return cljs.core.reduce.call(null,cljs.core._conj,this__8523__auto____$1,entry__8524__auto__); } }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.getBasis = (function (){ return new cljs.core.PersistentVector(null, 5, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Symbol(null,"catch-block","catch-block",-1479223021,null),cljs.core.with_meta(new cljs.core.Symbol(null,"catch-exception","catch-exception",-356775268,null),new cljs.core.PersistentArrayMap(null, 1, [new cljs.core.Keyword(null,"tag","tag",-1290361223),new cljs.core.Symbol(null,"Class","Class",2064526977,null)], null)),new cljs.core.Symbol(null,"finally-block","finally-block",-1821453297,null),new cljs.core.Symbol(null,"continue-block","continue-block",-211516323,null),new cljs.core.Symbol(null,"prev","prev",43462301,null)], null); }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.cljs$lang$type = true; cljs.core.async.impl.ioc_helpers.ExceptionFrame.cljs$lang$ctorPrSeq = (function (this__8554__auto__){ return cljs.core._conj.call(null,cljs.core.List.EMPTY,"cljs.core.async.impl.ioc-helpers/ExceptionFrame"); }); cljs.core.async.impl.ioc_helpers.ExceptionFrame.cljs$lang$ctorPrWriter = (function (this__8554__auto__,writer__8555__auto__){ return cljs.core._write.call(null,writer__8555__auto__,"cljs.core.async.impl.ioc-helpers/ExceptionFrame"); }); cljs.core.async.impl.ioc_helpers.__GT_ExceptionFrame = (function cljs$core$async$impl$ioc_helpers$__GT_ExceptionFrame(catch_block,catch_exception,finally_block,continue_block,prev){ return (new cljs.core.async.impl.ioc_helpers.ExceptionFrame(catch_block,catch_exception,finally_block,continue_block,prev,null,null,null)); }); cljs.core.async.impl.ioc_helpers.map__GT_ExceptionFrame = (function cljs$core$async$impl$ioc_helpers$map__GT_ExceptionFrame(G__12232){ return (new cljs.core.async.impl.ioc_helpers.ExceptionFrame(new cljs.core.Keyword(null,"catch-block","catch-block",1175212748).cljs$core$IFn$_invoke$arity$1(G__12232),new cljs.core.Keyword(null,"catch-exception","catch-exception",-1997306795).cljs$core$IFn$_invoke$arity$1(G__12232),new cljs.core.Keyword(null,"finally-block","finally-block",832982472).cljs$core$IFn$_invoke$arity$1(G__12232),new cljs.core.Keyword(null,"continue-block","continue-block",-1852047850).cljs$core$IFn$_invoke$arity$1(G__12232),new cljs.core.Keyword(null,"prev","prev",-1597069226).cljs$core$IFn$_invoke$arity$1(G__12232),null,cljs.core.not_empty.call(null,cljs.core.dissoc.call(null,G__12232,new cljs.core.Keyword(null,"catch-block","catch-block",1175212748),new cljs.core.Keyword(null,"catch-exception","catch-exception",-1997306795),new cljs.core.Keyword(null,"finally-block","finally-block",832982472),new cljs.core.Keyword(null,"continue-block","continue-block",-1852047850),new cljs.core.Keyword(null,"prev","prev",-1597069226))),null)); }); cljs.core.async.impl.ioc_helpers.add_exception_frame = (function cljs$core$async$impl$ioc_helpers$add_exception_frame(state,catch_block,catch_exception,finally_block,continue_block){ var statearr_12308 = state; (statearr_12308[(4)] = cljs.core.async.impl.ioc_helpers.__GT_ExceptionFrame.call(null,catch_block,catch_exception,finally_block,continue_block,cljs.core.async.impl.ioc_helpers.aget_object.call(null,state,(4)))); return statearr_12308; }); cljs.core.async.impl.ioc_helpers.process_exception = (function cljs$core$async$impl$ioc_helpers$process_exception(state){ while(true){ var exception_frame = cljs.core.async.impl.ioc_helpers.aget_object.call(null,state,(4)); var catch_block = new cljs.core.Keyword(null,"catch-block","catch-block",1175212748).cljs$core$IFn$_invoke$arity$1(exception_frame); var catch_exception = new cljs.core.Keyword(null,"catch-exception","catch-exception",-1997306795).cljs$core$IFn$_invoke$arity$1(exception_frame); var exception = cljs.core.async.impl.ioc_helpers.aget_object.call(null,state,(5)); if(cljs.core.truth_((function (){var and__7866__auto__ = exception; if(cljs.core.truth_(and__7866__auto__)){ return cljs.core.not.call(null,exception_frame); } else { return and__7866__auto__; } })())){ throw exception; } else { if(cljs.core.truth_((function (){var and__7866__auto__ = exception; if(cljs.core.truth_(and__7866__auto__)){ var and__7866__auto____$1 = catch_block; if(cljs.core.truth_(and__7866__auto____$1)){ return (cljs.core._EQ_.call(null,new cljs.core.Keyword(null,"default","default",-1987822328),catch_exception)) || ((exception instanceof catch_exception)); } else { return and__7866__auto____$1; } } else { return and__7866__auto__; } })())){ var statearr_12309 = state; (statearr_12309[(1)] = catch_block); (statearr_12309[(2)] = exception); (statearr_12309[(5)] = null); (statearr_12309[(4)] = cljs.core.assoc.call(null,exception_frame,new cljs.core.Keyword(null,"catch-block","catch-block",1175212748),null,new cljs.core.Keyword(null,"catch-exception","catch-exception",-1997306795),null)); return statearr_12309; } else { if(cljs.core.truth_((function (){var and__7866__auto__ = exception; if(cljs.core.truth_(and__7866__auto__)){ return (cljs.core.not.call(null,catch_block)) && (cljs.core.not.call(null,new cljs.core.Keyword(null,"finally-block","finally-block",832982472).cljs$core$IFn$_invoke$arity$1(exception_frame))); } else { return and__7866__auto__; } })())){ var statearr_12312_12320 = state; (statearr_12312_12320[(4)] = new cljs.core.Keyword(null,"prev","prev",-1597069226).cljs$core$IFn$_invoke$arity$1(exception_frame)); var G__12321 = state; state = G__12321; continue; } else { if(cljs.core.truth_((function (){var and__7866__auto__ = exception; if(cljs.core.truth_(and__7866__auto__)){ var and__7866__auto____$1 = cljs.core.not.call(null,catch_block); if(and__7866__auto____$1){ return new cljs.core.Keyword(null,"finally-block","finally-block",832982472).cljs$core$IFn$_invoke$arity$1(exception_frame); } else { return and__7866__auto____$1; } } else { return and__7866__auto__; } })())){ var statearr_12313 = state; (statearr_12313[(1)] = new cljs.core.Keyword(null,"finally-block","finally-block",832982472).cljs$core$IFn$_invoke$arity$1(exception_frame)); (statearr_12313[(4)] = cljs.core.assoc.call(null,exception_frame,new cljs.core.Keyword(null,"finally-block","finally-block",832982472),null)); return statearr_12313; } else { if(cljs.core.truth_((function (){var and__7866__auto__ = cljs.core.not.call(null,exception); if(and__7866__auto__){ return new cljs.core.Keyword(null,"finally-block","finally-block",832982472).cljs$core$IFn$_invoke$arity$1(exception_frame); } else { return and__7866__auto__; } })())){ var statearr_12316 = state; (statearr_12316[(1)] = new cljs.core.Keyword(null,"finally-block","finally-block",832982472).cljs$core$IFn$_invoke$arity$1(exception_frame)); (statearr_12316[(4)] = cljs.core.assoc.call(null,exception_frame,new cljs.core.Keyword(null,"finally-block","finally-block",832982472),null)); return statearr_12316; } else { if((cljs.core.not.call(null,exception)) && (cljs.core.not.call(null,new cljs.core.Keyword(null,"finally-block","finally-block",832982472).cljs$core$IFn$_invoke$arity$1(exception_frame)))){ var statearr_12318 = state; (statearr_12318[(1)] = new cljs.core.Keyword(null,"continue-block","continue-block",-1852047850).cljs$core$IFn$_invoke$arity$1(exception_frame)); (statearr_12318[(4)] = new cljs.core.Keyword(null,"prev","prev",-1597069226).cljs$core$IFn$_invoke$arity$1(exception_frame)); return statearr_12318; } else { throw (new Error("No matching clause")); } } } } } } break; } }); //# sourceMappingURL=ioc_helpers.js.map