Changeset 105905 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.h
- Timestamp:
- Jan 25, 2012, 11:43:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.h
r104338 r105905 80 80 CallFrame* oldCallFrame; 81 81 }; 82 83 class NativeCallFrameTracer { 84 public: 85 ALWAYS_INLINE NativeCallFrameTracer(JSGlobalData* global, CallFrame* callFrame) 86 { 87 ASSERT(global); 88 ASSERT(callFrame); 89 global->topCallFrame = callFrame; 90 } 91 }; 82 92 83 93 #if PLATFORM(IOS)
Note:
See TracChangeset
for help on using the changeset viewer.