Example #1
0
 public static extern void JSGlobalContextRelease(JSGlobalContextRef ctx);
Example #2
0
 public static extern void JSGlobalContextSetName(JSGlobalContextRef ctx, JSStringRef name);
Example #3
0
 public static extern JSGlobalContextRef JSGlobalContextRetain(JSGlobalContextRef ctx);
Example #4
0
 public static extern JSStringRef JSGlobalContextCopyName(JSGlobalContextRef ctx);