Changeset 19059 in webkit for trunk/JavaScriptCore/API/JSObjectRef.h
- Timestamp:
- Jan 23, 2007, 2:23:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSObjectRef.h
r18888 r19059 286 286 */ 287 287 typedef struct { 288 const char* const name; // FIXME: convert UTF8288 const char* const name; 289 289 JSObjectGetPropertyCallback getProperty; 290 290 JSObjectSetPropertyCallback setProperty; … … 300 300 */ 301 301 typedef struct { 302 const char* const name; // FIXME: convert UTF8302 const char* const name; 303 303 JSObjectCallAsFunctionCallback callAsFunction; 304 304 JSPropertyAttributes attributes;
Note:
See TracChangeset
for help on using the changeset viewer.