Home | History | Annotate | Download | only in API

Lines Matching refs:deleteProperty

175 @discussion If you named your function DeleteProperty, you would declare it like this:
177 bool DeleteProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception);
324 @field deleteProperty The callback invoked when deleting a property.
358 JSObjectDeletePropertyCallback deleteProperty;