Changeset 190088 in webkit for trunk/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp
- Timestamp:
- Sep 21, 2015, 4:03:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp
r190086 r190088 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 221 215 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.