v8
3.25.30(node0.11.13)
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 1048 of file jsregexp.h.
|
inlineexplicit |
Definition at line 1050 of file jsregexp.h.
Definition at line 1490 of file jsregexp.cc.
References List< T, P >::Add(), and v8::internal::NULL.
Definition at line 1054 of file jsregexp.h.
Referenced by ChoiceNode::Emit(), ChoiceNode::FillInBMInfo(), and ChoiceNode::FilterASCII().
|
inline |
Definition at line 1052 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 1053 of file jsregexp.h.
References GuardedAlternative::node().