Changeset 15307 in webkit for trunk/JavaScriptCore/API/JSBase.h
- Timestamp:
- Jul 10, 2006, 10:41:32 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSBase.h
r15211 r15307 32 32 /*! @typedef JSContextRef A JavaScript execution context. Holds the global object and other execution state. */ 33 33 typedef struct __JSContext* JSContextRef; 34 /*! @typedef JS StringBufferA UTF16 character buffer. The fundamental string representation in JavaScript. */35 typedef struct __JS StringBuffer* JSStringBufferRef;34 /*! @typedef JSInternalString A UTF16 character buffer. The fundamental string representation in JavaScript. */ 35 typedef struct __JSInternalString* JSInternalStringRef; 36 36 /*! @typedef JSClassRef A JavaScript class. Used with JSObjectMake to construct objects with custom behavior. */ 37 37 typedef struct __JSClass* JSClassRef;
Note:
See TracChangeset
for help on using the changeset viewer.