Changeset 17017 in webkit for trunk/JavaScriptCore/API/JSClassRef.h
- Timestamp:
- Oct 12, 2006, 1:42:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSClassRef.h
r15497 r17017 58 58 struct OpaqueJSClass { 59 59 static OpaqueJSClass* create(const JSClassDefinition*); 60 static OpaqueJSClass* createNo Prototype(const JSClassDefinition*);60 static OpaqueJSClass* createNoAutomaticPrototype(const JSClassDefinition*); 61 61 ~OpaqueJSClass(); 62 62
Note:
See TracChangeset
for help on using the changeset viewer.