Changeset 163027 in webkit for trunk/Source/JavaScriptCore/dfg/DFGJITCode.h
- Timestamp:
- Jan 29, 2014, 11:18:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGJITCode.h
r162139 r163027 1 1 /* 2 * Copyright (C) 2013 Apple Inc. All rights reserved.2 * Copyright (C) 2013, 2014 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 120 120 SegmentedVector<DFG::OSRExit, 8> osrExit; 121 121 Vector<DFG::SpeculationRecovery> speculationRecovery; 122 Vector<unsigned> slowPathCalls; 122 123 DFG::VariableEventStream variableEventStream; 123 124 DFG::MinifiedGraph minifiedDFG;
Note:
See TracChangeset
for help on using the changeset viewer.