@@ -145,7 +145,7 @@ let rec gen_call ctx e el =
spr ctx "(";
concat ctx "," (gen_value ctx) el;
spr ctx ")"
- | TCall _ , el ->
+ | TCall (x,_) , el when x.eexpr <> TLocal "__js__" ->
gen_value ctx e;
spr ctx ")";