Searched refs:RegExpState (Results 1 – 2 of 2) sorted by relevance
62 enum RegExpState { enum68 RegExpState compile(JSGlobalData*);
103 RegExp::RegExpState RegExp::compile(JSGlobalData* globalData) in compile()111 RegExpState res = ByteCode; in compile()