Changeset 29506 in webkit for trunk/JavaScriptCore/API/JSBase.h
- Timestamp:
- Jan 15, 2008, 9:23:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSBase.h
r28311 r29506 38 38 typedef struct OpaqueJSContext* JSGlobalContextRef; 39 39 40 /*! @typedef JSString A UTF16 character buffer. The fundamental string representation in JavaScript. */40 /*! @typedef JSStringRef A UTF16 character buffer. The fundamental string representation in JavaScript. */ 41 41 typedef struct OpaqueJSString* JSStringRef; 42 42
Note:
See TracChangeset
for help on using the changeset viewer.