Example #1
0
 @JSConstructor
 public static Object newTCPImpl(
     Context cx, Object[] args, Function ctorObj, boolean inNewExpr) {
   TCPImpl tcp = new TCPImpl();
   tcp.ref();
   return tcp;
 }