예제 #1
0
 public static extern IntPtr JSh_SetErrorReporter(IntPtr cx, JSErrorReporter er);
예제 #2
0
파일: JSApi.cs 프로젝트: rzlovewyd/PureJSB
 public static extern int InitJSEngine(JSErrorReporter er, CSEntry csEntry, JSNative req, OnObjCollected onObjCollected, JSNative print);
예제 #3
0
 public static extern int InitJSEngine(JSErrorReporter er, CSEntry csEntry, JSNative req, OnObjCollected onObjCollected);