Changeset 88313 in webkit for trunk/Source/JavaScriptCore/API/JSObjectRef.h
- Timestamp:
- Jun 7, 2011, 7:00:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSObjectRef.h
r41176 r88313 289 289 */ 290 290 typedef struct { 291 const char* constname;291 const char* name; 292 292 JSObjectGetPropertyCallback getProperty; 293 293 JSObjectSetPropertyCallback setProperty; … … 303 303 */ 304 304 typedef struct { 305 const char* constname;305 const char* name; 306 306 JSObjectCallAsFunctionCallback callAsFunction; 307 307 JSPropertyAttributes attributes;
Note:
See TracChangeset
for help on using the changeset viewer.