Changeset 190108 in webkit for trunk/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp
- Timestamp:
- Sep 22, 2015, 12:35:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp
r190088 r190108 213 213 } 214 214 215 void UnlinkedFunctionExecutable::setInvalidTypeProfilingOffsets() 216 { 217 m_typeProfilingStartOffset = std::numeric_limits<unsigned>::max(); 218 m_typeProfilingEndOffset = std::numeric_limits<unsigned>::max(); 219 } 220 215 221 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.