Example #1
0
 public static extern IntPtr JSh_SetErrorReporter(IntPtr cx, JSErrorReporter er);
Example #2
0
 public static extern int InitJSEngine(JSErrorReporter er, CSEntry csEntry, JSNative req, OnObjCollected onObjCollected, JSNative print);
Example #3
0
 public static extern int InitJSEngine(JSErrorReporter er, CSEntry csEntry, JSNative req, OnObjCollected onObjCollected);