webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Attributes | List of all members
JSC::CodeBlock::RareData Struct Reference

#include <CodeBlock.h>

Public Attributes

 WTF_MAKE_FAST_ALLOCATED
 
Vector< HandlerInfom_exceptionHandlers
 
Vector< Vector< JSValue > > m_constantBuffers
 
Vector< SimpleJumpTablem_switchJumpTables
 
Vector< StringJumpTablem_stringSwitchJumpTables
 
DirectEvalCodeCache m_directEvalCodeCache
 

Member Data Documentation

◆ m_constantBuffers

Vector< Vector< JSValue > > JSC::CodeBlock::RareData::m_constantBuffers

◆ m_directEvalCodeCache

DirectEvalCodeCache JSC::CodeBlock::RareData::m_directEvalCodeCache

◆ m_exceptionHandlers

Vector< HandlerInfo > JSC::CodeBlock::RareData::m_exceptionHandlers

◆ m_stringSwitchJumpTables

Vector< StringJumpTable > JSC::CodeBlock::RareData::m_stringSwitchJumpTables

◆ m_switchJumpTables

Vector< SimpleJumpTable > JSC::CodeBlock::RareData::m_switchJumpTables

◆ WTF_MAKE_FAST_ALLOCATED

JSC::CodeBlock::RareData::WTF_MAKE_FAST_ALLOCATED

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