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