Changeset 46528 in webkit for trunk/JavaScriptCore/API/JSClassRef.h
- Timestamp:
- Jul 29, 2009, 1:04:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSClassRef.h
r46120 r46528 59 59 typedef HashMap<RefPtr<JSC::UString::Rep>, StaticFunctionEntry*> OpaqueJSClassStaticFunctionsTable; 60 60 61 classOpaqueJSClass;61 struct OpaqueJSClass; 62 62 63 63 // An OpaqueJSClass (JSClass) is created without a context, so it can be used with any context, even across context groups.
Note:
See TracChangeset
for help on using the changeset viewer.