Changeset 176837 in webkit for trunk/Source/JavaScriptCore/runtime/VM.h
- Timestamp:
- Dec 4, 2014, 10:58:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.h
r176836 r176837 522 522 FunctionHasExecutedCache* functionHasExecutedCache() { return &m_functionHasExecutedCache; } 523 523 524 JS_EXPORT_PRIVATEControlFlowProfiler* controlFlowProfiler() { return m_controlFlowProfiler.get(); }524 ControlFlowProfiler* controlFlowProfiler() { return m_controlFlowProfiler.get(); } 525 525 bool enableControlFlowProfiler(); 526 526 bool disableControlFlowProfiler();
Note:
See TracChangeset
for help on using the changeset viewer.