示例#1
0
 public static extern void JSObjectSetProperty(IntPtr ctx, IntPtr obj, IntPtr propertyName, IntPtr value, JSPropertyAttributes attributes, ref IntPtr exception);
示例#2
0
 public static extern void JSObjectSetProperty(JSContextRef ctx, JSObjectRef @object, JSStringRef propertyName, JSValueRef value, JSPropertyAttributes attributes, /* (JSValueRef *) */ IntPtr exception);
示例#3
0
 public static extern void JSObjectSetProperty(INTPTR ctx, INTPTR obj, INTPTR propertyName, INTPTR value, JSPropertyAttributes attributes, INTPTR exception);