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