![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
| enum | AssertionType { START_OF_LINE, START_OF_INPUT, END_OF_LINE, END_OF_INPUT, BOUNDARY, NON_BOUNDARY } |
Public Member Functions | |
| RegExpAssertion (AssertionType type, JSRegExp::Flags flags) | |
| void * | Accept (RegExpVisitor *visitor, void *data) override |
| RegExpNode * | ToNode (RegExpCompiler *compiler, RegExpNode *on_success) override |
| RegExpAssertion * | AsAssertion () override |
| bool | IsAssertion () override |
| bool | IsAnchoredAtStart () override |
| bool | IsAnchoredAtEnd () override |
| int | min_match () override |
| int | max_match () override |
| AssertionType | assertion_type () |
Public Member Functions inherited from v8::internal::RegExpTree | |
| virtual bool | IsTextElement () |
| virtual Interval | CaptureRegisters () |
| virtual void | AppendToText (RegExpText *text, Zone *zone) |
| std::ostream & | Print (std::ostream &os, Zone *zone) |
Public Member Functions inherited from v8::internal::ZoneObject | |
| void * | operator new (size_t size, Zone *zone) |
| void | operator delete (void *, size_t) |
| void | operator delete (void *pointer, Zone *zone) |
Additional Inherited Members | |
Static Public Attributes inherited from v8::internal::RegExpTree | |
| static const int | kInfinity = kMaxInt |
Definition at line 265 of file regexp-ast.h.