webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
JSC::PropertyMapEntry Struct Reference

#include <Structure.h>

Public Member Functions

 PropertyMapEntry ()
 
 PropertyMapEntry (UniquedStringImpl *key, PropertyOffset offset, unsigned attributes)
 
 PropertyMapEntry ()
 
 PropertyMapEntry (UniquedStringImpl *key, PropertyOffset offset, unsigned attributes)
 

Public Attributes

UniquedStringImpl * key
 
PropertyOffset offset
 
uint8_t attributes
 
bool hasInferredType
 

Constructor & Destructor Documentation

◆ PropertyMapEntry() [1/4]

JSC::PropertyMapEntry::PropertyMapEntry ( )
inline

◆ PropertyMapEntry() [2/4]

JSC::PropertyMapEntry::PropertyMapEntry ( UniquedStringImpl *  key,
PropertyOffset  offset,
unsigned  attributes 
)
inline

◆ PropertyMapEntry() [3/4]

JSC::PropertyMapEntry::PropertyMapEntry ( )
inline

◆ PropertyMapEntry() [4/4]

JSC::PropertyMapEntry::PropertyMapEntry ( UniquedStringImpl *  key,
PropertyOffset  offset,
unsigned  attributes 
)
inline

Member Data Documentation

◆ attributes

uint8_t JSC::PropertyMapEntry::attributes

◆ hasInferredType

bool JSC::PropertyMapEntry::hasInferredType

◆ key

UniquedStringImpl * JSC::PropertyMapEntry::key

◆ offset

PropertyOffset JSC::PropertyMapEntry::offset

The documentation for this struct was generated from the following file: