goog.provide('cljs.core.async.impl.ioc_helpers'); 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_((state_array[(1)]),new cljs.core.Keyword(null,"finished","finished",-1018867731)); }); /** * @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_helpers34887 = (function (f,meta34888){ this.f = f; this.meta34888 = meta34888; 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_helpers34887.prototype.cljs$core$IWithMeta$_with_meta$arity$2 = (function (_34889,meta34888__$1){ var self__ = this; var _34889__$1 = this; return (new cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers34887(self__.f,meta34888__$1)); })); (cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers34887.prototype.cljs$core$IMeta$_meta$arity$1 = (function (_34889){ var self__ = this; var _34889__$1 = this; return self__.meta34888; })); (cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers34887.prototype.cljs$core$async$impl$protocols$Handler$ = cljs.core.PROTOCOL_SENTINEL); (cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers34887.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_helpers34887.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_helpers34887.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_helpers34887.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,"meta34888","meta34888",1196217389,null)], null); })); (cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers34887.cljs$lang$type = true); (cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers34887.cljs$lang$ctorStr = "cljs.core.async.impl.ioc-helpers/t_cljs$core$async$impl$ioc_helpers34887"); (cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers34887.cljs$lang$ctorPrWriter = (function (this__5310__auto__,writer__5311__auto__,opt__5312__auto__){ return cljs.core._write(writer__5311__auto__,"cljs.core.async.impl.ioc-helpers/t_cljs$core$async$impl$ioc_helpers34887"); })); /** * Positional factory function for cljs.core.async.impl.ioc-helpers/t_cljs$core$async$impl$ioc_helpers34887. */ cljs.core.async.impl.ioc_helpers.__GT_t_cljs$core$async$impl$ioc_helpers34887 = (function cljs$core$async$impl$ioc_helpers$__GT_t_cljs$core$async$impl$ioc_helpers34887(f,meta34888){ return (new cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers34887(f,meta34888)); }); cljs.core.async.impl.ioc_helpers.fn_handler = (function cljs$core$async$impl$ioc_helpers$fn_handler(f){ return (new cljs.core.async.impl.ioc_helpers.t_cljs$core$async$impl$ioc_helpers34887(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){ var fexpr__34903 = cljs.core.async.impl.ioc_helpers.aget_object(state,(0)); return (fexpr__34903.cljs$core$IFn$_invoke$arity$1 ? fexpr__34903.cljs$core$IFn$_invoke$arity$1(state) : fexpr__34903.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(state); }catch (e34912){if((e34912 instanceof Object)){ var ex = e34912; cljs.core.async.impl.ioc_helpers.aget_object(state,(6)).cljs$core$async$impl$protocols$Channel$close_BANG_$arity$1(null); throw ex; } else { throw e34912; } }}); cljs.core.async.impl.ioc_helpers.take_BANG_ = (function cljs$core$async$impl$ioc_helpers$take_BANG_(state,blk,c){ var temp__5821__auto__ = c.cljs$core$async$impl$protocols$ReadPort$take_BANG_$arity$2(null,cljs.core.async.impl.ioc_helpers.fn_handler((function (x){ var statearr_34918_34948 = state; (statearr_34918_34948[(2)] = x); (statearr_34918_34948[(1)] = blk); return cljs.core.async.impl.ioc_helpers.run_state_machine_wrapped(state); }))); if(cljs.core.truth_(temp__5821__auto__)){ var cb = temp__5821__auto__; var statearr_34923_34949 = state; (statearr_34923_34949[(2)] = cljs.core.deref(cb)); (statearr_34923_34949[(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__5821__auto__ = c.cljs$core$async$impl$protocols$WritePort$put_BANG_$arity$3(null,val,cljs.core.async.impl.ioc_helpers.fn_handler((function (ret_val){ var statearr_34927_34951 = state; (statearr_34927_34951[(2)] = ret_val); (statearr_34927_34951[(1)] = blk); return cljs.core.async.impl.ioc_helpers.run_state_machine_wrapped(state); }))); if(cljs.core.truth_(temp__5821__auto__)){ var cb = temp__5821__auto__; var statearr_34930_34952 = state; (statearr_34930_34952[(2)] = cljs.core.deref(cb)); (statearr_34930_34952[(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 { c.cljs$core$async$impl$protocols$WritePort$put_BANG_$arity$3(null,value,cljs.core.async.impl.ioc_helpers.fn_handler((function (_){ return null; }))); } c.cljs$core$async$impl$protocols$Channel$close_BANG_$arity$1(null); return c; }); //# sourceMappingURL=cljs.core.async.impl.ioc_helpers.js.map