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