Changeset 81525 in webkit for trunk/Source/JavaScriptCore/profiler/Profiler.h
- Timestamp:
- Mar 18, 2011, 4:07:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/profiler/Profiler.h
r76248 r81525 39 39 class ExecState; 40 40 class JSGlobalData; 41 class JSGlobalObject; 41 42 class JSObject; 42 43 class JSValue; … … 58 59 void startProfiling(ExecState*, const UString& title); 59 60 PassRefPtr<Profile> stopProfiling(ExecState*, const UString& title); 61 void stopProfiling(JSGlobalObject*); 60 62 61 63 void willExecute(ExecState* callerCallFrame, JSValue function);
Note:
See TracChangeset
for help on using the changeset viewer.