webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Friends | List of all members
JSC::SymbolTableEntry::Fast Class Reference

#include <SymbolTable.h>

Public Member Functions

 Fast ()
 
ALWAYS_INLINE Fast (const SymbolTableEntry &entry)
 
bool isNull () const
 
VarOffset varOffset () const
 
ScopeOffset scopeOffset () const
 
bool isReadOnly () const
 
bool isDontEnum () const
 
unsigned getAttributes () const
 
bool isFat () const
 
 Fast ()
 
ALWAYS_INLINE Fast (const SymbolTableEntry &entry)
 
bool isNull () const
 
VarOffset varOffset () const
 
ScopeOffset scopeOffset () const
 
bool isReadOnly () const
 
bool isDontEnum () const
 
unsigned getAttributes () const
 
bool isFat () const
 

Friends

struct SymbolTableEntry
 

Constructor & Destructor Documentation

◆ Fast() [1/4]

JSC::SymbolTableEntry::Fast::Fast ( )
inline

◆ Fast() [2/4]

ALWAYS_INLINE JSC::SymbolTableEntry::Fast::Fast ( const SymbolTableEntry entry)
inline

◆ Fast() [3/4]

JSC::SymbolTableEntry::Fast::Fast ( )
inline

◆ Fast() [4/4]

ALWAYS_INLINE JSC::SymbolTableEntry::Fast::Fast ( const SymbolTableEntry entry)
inline

Member Function Documentation

◆ getAttributes() [1/2]

unsigned JSC::SymbolTableEntry::Fast::getAttributes ( ) const
inline

◆ getAttributes() [2/2]

unsigned JSC::SymbolTableEntry::Fast::getAttributes ( ) const
inline

◆ isDontEnum() [1/2]

bool JSC::SymbolTableEntry::Fast::isDontEnum ( ) const
inline

◆ isDontEnum() [2/2]

bool JSC::SymbolTableEntry::Fast::isDontEnum ( ) const
inline

◆ isFat() [1/2]

bool JSC::SymbolTableEntry::Fast::isFat ( ) const
inline

◆ isFat() [2/2]

bool JSC::SymbolTableEntry::Fast::isFat ( ) const
inline

◆ isNull() [1/2]

bool JSC::SymbolTableEntry::Fast::isNull ( ) const
inline

◆ isNull() [2/2]

bool JSC::SymbolTableEntry::Fast::isNull ( ) const
inline

◆ isReadOnly() [1/2]

bool JSC::SymbolTableEntry::Fast::isReadOnly ( ) const
inline

◆ isReadOnly() [2/2]

bool JSC::SymbolTableEntry::Fast::isReadOnly ( ) const
inline

◆ scopeOffset() [1/2]

ScopeOffset JSC::SymbolTableEntry::Fast::scopeOffset ( ) const
inline

◆ scopeOffset() [2/2]

ScopeOffset JSC::SymbolTableEntry::Fast::scopeOffset ( ) const
inline

◆ varOffset() [1/2]

VarOffset JSC::SymbolTableEntry::Fast::varOffset ( ) const
inline

◆ varOffset() [2/2]

VarOffset JSC::SymbolTableEntry::Fast::varOffset ( ) const
inline

Friends And Related Function Documentation

◆ SymbolTableEntry


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