Changeset 261464 in webkit for trunk/Source/JavaScriptCore/runtime/PutPropertySlot.h
- Timestamp:
- May 10, 2020, 7:36:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/PutPropertySlot.h
r251425 r261464 42 42 43 43 PutPropertySlot(JSValue thisValue, bool isStrictMode = false, Context context = UnknownContext, bool isInitialization = false) 44 : m_base( 0)44 : m_base(nullptr) 45 45 , m_thisValue(thisValue) 46 46 , m_offset(invalidOffset)
Note:
See TracChangeset
for help on using the changeset viewer.