Changeset 190086 in webkit for trunk/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp
- Timestamp:
- Sep 21, 2015, 3:42:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp
r188884 r190086 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.