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