Searched refs:ScopeLabelInfo (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.cpp91 struct ScopeLabelInfo { struct
92 ScopeLabelInfo(StringImpl* ident, bool isLoop) function in struct:ScopeLabelInfo
172 ScopeLabelInfo* getLabel(const Identifier* label)
175 ScopeLabelInfo* result = 0;
318 m_labels->append(ScopeLabelInfo(it->m_ident, it->m_isLoop));
334 m_labels->append(ScopeLabelInfo(label->impl(), isLoop));
344 ScopeLabelInfo* getLabel(const Identifier* label)
492 typedef Vector<ScopeLabelInfo, 2> LabelStack;
986 ScopeLabelInfo* label = getLabel(ident);

Completed in 48 milliseconds