v8
3.14.5(node0.10.28)
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 1045 of file jsregexp.h.
|
inlineexplicit |
Definition at line 1047 of file jsregexp.h.
Definition at line 1547 of file jsregexp.cc.
References List< T, P >::Add(), and v8::internal::NULL.
Referenced by RegExpQuantifier::ToNode().
Definition at line 1051 of file jsregexp.h.
Referenced by ChoiceNode::Emit(), ChoiceNode::FillInBMInfo(), and ChoiceNode::FilterASCII().
|
inline |
Definition at line 1049 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 1050 of file jsregexp.h.
References GuardedAlternative::node().