@Override
 public Generator Prim(Op op, List<Generator> argGens) {
   return rawJSFactory.Prim(op, argGens);
 }