Changeset 163789 in webkit for trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp
- Timestamp:
- Feb 10, 2014, 9:04:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp
r163765 r163789 712 712 // Arguments are always live. This would be redundant if it wasn't for our 713 713 // op_call_varargs inlining. 714 // FIXME: 'this' might not be live, but we don't have a way of knowing. 715 // https://bugs.webkit.org/show_bug.cgi?id=128519 714 716 if (reg.isArgument() 715 && reg.toArgument()716 717 && static_cast<size_t>(reg.toArgument()) < inlineCallFrame->arguments.size()) 717 718 return true;
Note:
See TracChangeset
for help on using the changeset viewer.