Changeset 190108 in webkit for trunk/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.h
- Timestamp:
- Sep 22, 2015, 12:35:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.h
r190088 r190108 92 92 unsigned typeProfilingStartOffset() const { return m_typeProfilingStartOffset; } 93 93 unsigned typeProfilingEndOffset() const { return m_typeProfilingEndOffset; } 94 void setInvalidTypeProfilingOffsets(); 94 95 95 96 UnlinkedFunctionCodeBlock* unlinkedCodeBlockFor(
Note:
See TracChangeset
for help on using the changeset viewer.