Changeset 197043 in webkit for trunk/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp
- Timestamp:
- Feb 24, 2016, 12:46:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp
r197033 r197043 72 72 , m_lineCount(0) 73 73 , m_endColumn(UINT_MAX) 74 , m_arrowFunctionCodeFeatures(info.arrowFunctionCodeFeatures())75 74 , m_parseMode(info.parseMode()) 76 75 , m_features(0)
Note:
See TracChangeset
for help on using the changeset viewer.