Changeset 209725 in webkit for trunk/Source/JavaScriptCore/dfg/DFGPreciseLocalClobberize.h
- Timestamp:
- Dec 12, 2016, 1:46:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGPreciseLocalClobberize.h
r209678 r209725 198 198 199 199 default: { 200 // All of the outermost arguments, except this, are definitely read.200 // All of the outermost stack arguments, except this, are definitely read. 201 201 for (unsigned i = m_graph.m_codeBlock->numParameters(); i-- > 1;) 202 202 m_read(virtualRegisterForArgument(i));
Note:
See TracChangeset
for help on using the changeset viewer.