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

/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h85 inline RegExpNode::RegExpNode(JSGlobalData* globalData, const Identifier& pattern, const Identifier& flags) function in class:JSC::RegExpNode
H A DNodes.h341 class RegExpNode : public ExpressionNode, public ThrowableExpressionData { class in namespace:JSC
343 RegExpNode(JSGlobalData*, const Identifier& pattern, const Identifier& flags);
/external/v8/src/
H A Djsregexp.cc581 // subclasses of RegExpNode. The nodes represent states when
790 RegExpNode* start,
794 inline void AddWork(RegExpNode* node) { work_list_->Add(node); }
817 List<RegExpNode*>* work_list_;
858 RegExpNode* start,
880 List <RegExpNode*> work_list(0);
1115 void Trace::Flush(RegExpCompiler* compiler, RegExpNode* successor) {
1234 RegExpNode* on_success) {
1242 ActionNode* ActionNode::IncrementRegister(int reg, RegExpNode* on_success) {
1251 RegExpNode* on_succes
[all...]

Completed in 93 milliseconds