Changeset 149404 in webkit for trunk/Source/JavaScriptCore/interpreter/CallFrame.cpp
- Timestamp:
- Apr 30, 2013, 3:15:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/CallFrame.cpp
r147798 r149404 173 173 CallFrame* CallFrame::trueCallerFrame() 174 174 { 175 if (!codeBlock()) 176 return callerFrame()->removeHostCallFrameFlag(); 177 175 178 // this -> The callee; this is either an inlined callee in which case it already has 176 179 // a pointer to the true caller. Otherwise it contains current PC in the machine
Note:
See TracChangeset
for help on using the changeset viewer.