Changeset 122795 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.h
- Timestamp:
- Jul 16, 2012, 6:43:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.h
r122790 r122795 249 249 void startSampling(); 250 250 void stopSampling(); 251 252 #ifndef NDEBUG253 JS_EXPORT_PRIVATE void dumpCallFrame(CallFrame*);254 #endif255 256 251 private: 257 252 enum ExecutionFlag { Normal, InitializeAndReturn }; … … 285 280 JSValue privateExecute(ExecutionFlag, RegisterFile*, CallFrame*); 286 281 282 void dumpCallFrame(CallFrame*); 287 283 void dumpRegisters(CallFrame*); 288 284
Note:
See TracChangeset
for help on using the changeset viewer.