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