Changeset 61553 in webkit for trunk/JavaScriptCore/interpreter/CallFrame.h
- Timestamp:
- Jun 21, 2010, 10:43:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/CallFrame.h
r60762 r61553 118 118 { 119 119 ASSERT(callerFrame); // Use noCaller() rather than 0 for the outer host call frame caller. 120 ASSERT(callerFrame == noCaller() || callerFrame->removeHostCallFrameFlag()->registerFile()->end() >= this); 120 121 121 122 setCodeBlock(codeBlock); … … 156 157 private: 157 158 static const intptr_t HostCallFrameFlag = 1; 158 159 #ifndef NDEBUG 160 RegisterFile* registerFile(); 161 #endif 159 162 ExecState(); 160 163 ~ExecState();
Note:
See TracChangeset
for help on using the changeset viewer.