Changeset 27275 in webkit for trunk/JavaScriptCore/API/APICast.h
- Timestamp:
- Oct 30, 2007, 6:01:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/APICast.h
r21310 r27275 29 29 30 30 #include "ustring.h" 31 #include "ExecState.h" 31 32 32 33 namespace KJS { … … 106 107 } 107 108 109 inline JSGlobalContextRef toGlobalRef(KJS::ExecState* e) 110 { 111 ASSERT(!e->callingExecState()); 112 return reinterpret_cast<JSGlobalContextRef>(e); 113 } 114 108 115 inline JSPropertyNameAccumulatorRef toRef(KJS::PropertyNameArray* l) 109 116 {
Note:
See TracChangeset
for help on using the changeset viewer.