Changeset 174095 in webkit for trunk/Source/JavaScriptCore/profiler/LegacyProfiler.h
- Timestamp:
- Sep 29, 2014, 8:34:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/profiler/LegacyProfiler.h
r173264 r174095 56 56 void stopProfiling(JSGlobalObject*); 57 57 58 // Used to ignore profile node subtrees rooted at InjectedScript calls. 59 JS_EXPORT_PRIVATE void suspendProfiling(ExecState*); 60 JS_EXPORT_PRIVATE void unsuspendProfiling(ExecState*); 61 58 62 void willExecute(ExecState* callerCallFrame, JSValue function); 59 63 void willExecute(ExecState* callerCallFrame, const WTF::String& sourceURL, unsigned startingLineNumber, unsigned startingColumnNumber);
Note:
See TracChangeset
for help on using the changeset viewer.