Beispiel #1
0
 public static extern unsafe int JS_GetOwnProperty(JSContext ctx, [In] JSPropertyDescriptor *desc, JSValueConst obj, JSAtom prop);
Beispiel #2
0
 private JSPropertyDescriptorHandle(IntPtr handle)
 {
     _handle = (JSPropertyDescriptor *)handle;
 }