Searched defs:stringSwitchJumpTable (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h455 StringJumpTable& stringSwitchJumpTable(int tableIndex) { ASSERT(m_rareData); return m_rareData->m_stringSwitchJumpTables[tableIndex]; } function in class:JSC::CodeBlock

Completed in 61 milliseconds