예제 #1
0
파일: TCPWrap.java 프로젝트: huntc/trireme
 @JSConstructor
 public static Object newTCPImpl(
     Context cx, Object[] args, Function ctorObj, boolean inNewExpr) {
   TCPImpl tcp = new TCPImpl();
   tcp.ref();
   return tcp;
 }