Changeset 15437 for trunk/JavaScriptCore/API/APICast.h
- Timestamp:
- 07/14/06 15:39:58 (2 years ago)
- Files:
-
- 1 modified
-
trunk/JavaScriptCore/API/APICast.h (modified) (1 diff)
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);