Searched defs:RegExpNode (Results 1 – 2 of 2) sorted by relevance
41 class RegExpNode; variable604 RegExpNode() : first_character_set_(NULL), trace_count_(0) { } in RegExpNode() function
85 …inline RegExpNode::RegExpNode(JSGlobalData* globalData, const Identifier& pattern, const Identifie… in RegExpNode() function