Changeset 229180 in webkit for trunk/Source/JavaScriptCore/ftl/FTLThunks.h
- Timestamp:
- Mar 2, 2018, 9:55:22 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLThunks.h
r214571 r229180 76 76 77 77 class Thunks { 78 WTF_MAKE_FAST_ALLOCATED; 79 WTF_MAKE_NONCOPYABLE(Thunks); 78 80 public: 81 Thunks() = default; 79 82 MacroAssemblerCodeRef getSlowPathCallThunk(const SlowPathCallKey& key) 80 83 {
Note:
See TracChangeset
for help on using the changeset viewer.