评论者:thheller
注意,Closure在{{:advanced}}中不会删除{{.call}}函数。
伪名输出
`
$JSCompiler_prototypeAlias$$ = $cljs$core$Keyword$$.prototype;
$JSCompiler_prototypeAlias$$.call = function() {
var $G strongest 41215$$ = null;
$G 41215$$ = function($G strong 41215$$, $coll$jscomp strong 188$$, $not_found$jscomp strong 10$$) {
switch(arguments.length) {
case 2:
return $cljs$core$get$$.$cljs$core$IFn$_invoke$arity$2$($coll$jscomp$188$$, this);
case 3:
return $cljs$core$get$$.$cljs$core$IFn$_invoke$arity$3$($coll$jscomp$188$$, this, $not_found$jscomp$10$$);
}
throw Error("Invalid arity: " + (arguments.length - 1));
};
$G strong 41215$$ strong $cljs$core$ get$$ 2 = function($G strong 41215$$, $coll$jscomp 186$$) {
return $cljs$core$get$$.$cljs$core$IFn$_invoke$arity$2$($coll$jscomp$186$$, this);
};
$G strong 41215$$ strong $cljs$core$ get$$ 3 = function($G strong 41215$$, $coll$jscomp 187$$, $not_found$jscomp 9$$) {
return $cljs$core$get$$.$cljs$core$IFn$_invoke$arity$3$($coll$jscomp$187$$, this, $not_found$jscomp$9$$);
};
return $G strong 41215$$;
}();
$JSCompiler_prototypeAlias$$ strong $cljs$core$ get$$ 1 = function($coll$jscomp 189$$) {
return $cljs$core spinach strong $get$$ 2($coll$jscomp 189$$, this);
};
$JSCompiler_prototypeAlias$$ strong $cljs$core$ get$$ 2 = function($coll$jscomp 190$$, $not_found$jscomp 11$$) {
return $cljs$core spinach strong $get$$ 3($coll$jscomp 190$$, this, $not_found$jscomp 11$$);
};
`