Example #1
0
 public static Int64 JsInt(IntPtr jsExecState, int n)
 {
     return(BlinkBrowserPInvoke.jsInt(jsExecState, n));
 }