Changeset 21310 in webkit for trunk/JavaScriptCore/API/APICast.h
- Timestamp:
- May 8, 2007, 11:31:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/APICast.h
r15480 r21310 28 28 #define APICast_h 29 29 30 #include "JSValueRef.h"31 30 #include "ustring.h" 32 31 … … 37 36 class PropertyNameArray; 38 37 } 38 39 typedef const struct OpaqueJSContext* JSContextRef; 40 typedef struct OpaqueJSContext* JSGlobalContextRef; 41 typedef struct OpaqueJSString* JSStringRef; 42 typedef struct OpaqueJSPropertyNameAccumulator* JSPropertyNameAccumulatorRef; 43 typedef const struct OpaqueJSValue* JSValueRef; 44 typedef struct OpaqueJSValue* JSObjectRef; 39 45 40 46 /* Opaque typing convenience methods */
Note:
See TracChangeset
for help on using the changeset viewer.