Changeset 15437 in webkit for trunk/JavaScriptCore/API/APICast.h
- Timestamp:
- Jul 14, 2006, 3:39:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/APICast.h
r15376 r15437 41 41 42 42 inline KJS::ExecState* toJS(JSContextRef c) 43 { 44 return reinterpret_cast<KJS::ExecState*>(const_cast<__JSContext*>(c)); 45 } 46 47 inline KJS::ExecState* toJS(JSGlobalContextRef c) 43 48 { 44 49 return reinterpret_cast<KJS::ExecState*>(c);
Note:
See TracChangeset
for help on using the changeset viewer.