v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <jsregexp.h>
Public Member Functions | |
GuardedAlternative (RegExpNode *node) | |
void | AddGuard (Guard *guard, Zone *zone) |
RegExpNode * | node () |
void | set_node (RegExpNode *node) |
ZoneList< Guard * > * | guards () |
Definition at line 1028 of file jsregexp.h.
|
inlineexplicit |
Definition at line 1030 of file jsregexp.h.
Definition at line 1395 of file jsregexp.cc.
References List< T, P >::Add(), and v8::internal::NULL.
Referenced by RegExpQuantifier::ToNode().
Definition at line 1034 of file jsregexp.h.
Referenced by ChoiceNode::Emit(), ChoiceNode::FillInBMInfo(), and ChoiceNode::FilterASCII().
|
inline |
Definition at line 1032 of file jsregexp.h.
Referenced by LoopChoiceNode::AddContinueAlternative(), LoopChoiceNode::AddLoopAlternative(), ChoiceNode::Emit(), ChoiceNode::FillInBMInfo(), ChoiceNode::FilterASCII(), ChoiceNode::GreedyLoopTextLengthForAlternative(), and GuardedAlternative::set_node().
|
inline |
Definition at line 1033 of file jsregexp.h.
References GuardedAlternative::node().