Changeset 280198 in webkit for trunk/Source/JavaScriptCore/ftl/FTLOutput.h
- Timestamp:
- Jul 22, 2021, 2:37:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLOutput.h
r271594 r280198 101 101 LValue framePointer(); 102 102 103 B3::SlotBaseValue* lockedStackSlot( size_t bytes);103 B3::SlotBaseValue* lockedStackSlot(uint64_t bytes); 104 104 105 105 LValue constBool(bool value);
Note:
See TracChangeset
for help on using the changeset viewer.