Changeset 15473 in webkit for trunk/JavaScriptCore/API/JSObjectRef.h
- Timestamp:
- Jul 16, 2006, 6:48:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSObjectRef.h
r15469 r15473 263 263 @field name A null-terminated UTF8 string containing the property's name. 264 264 @field getProperty A JSObjectGetPropertyCallback to invoke when getting the property's value. 265 @field setProperty A JSObjectSetPropertyCallback to invoke when setting the property's value. 265 @field setProperty A JSObjectSetPropertyCallback to invoke when setting the property's value. May be NULL if the ReadOnly attribute is set. 266 266 @field attributes A logically ORed set of JSPropertyAttributes to give to the property. 267 267 */
Note:
See TracChangeset
for help on using the changeset viewer.