Changeset 223024 in webkit for trunk/Source/JavaScriptCore/runtime/VM.h
- Timestamp:
- Oct 7, 2017, 6:10:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.h
r223002 r223024 554 554 } 555 555 556 void** addressOfLastStackTop() { return &m_lastStackTop; } 556 557 void* lastStackTop() { return m_lastStackTop; } 557 558 void setLastStackTop(void*);
Note:
See TracChangeset
for help on using the changeset viewer.