Changeset 239013 in webkit for trunk/Source/JavaScriptCore/runtime/PropertySlot.h
- Timestamp:
- Dec 8, 2018, 3:53:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/PropertySlot.h
r230129 r239013 371 371 JS_EXPORT_PRIVATE JSValue customAccessorGetter(ExecState*, PropertyName) const; 372 372 373 unsigned m_attributes;374 373 union { 375 374 EncodedJSValue value; … … 385 384 } m_data; 386 385 386 unsigned m_attributes; 387 387 PropertyOffset m_offset; 388 388 JSValue m_thisValue; … … 393 393 InternalMethodType m_internalMethodType; 394 394 AdditionalDataType m_additionalDataType; 395 bool m_isTaintedByOpaqueObject; 395 396 union { 396 397 DOMAttributeAnnotation domAttribute; 397 398 ModuleNamespaceSlot moduleNamespaceSlot; 398 399 } m_additionalData; 399 bool m_isTaintedByOpaqueObject;400 400 }; 401 401
Note:
See TracChangeset
for help on using the changeset viewer.