![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| DispatchTableConstructor (DispatchTable *table, bool ignore_case, Zone *zone) | |
| void | BuildTable (ChoiceNode *node) |
| void | AddRange (CharacterRange range) |
| void | AddInverse (ZoneList< CharacterRange > *ranges) |
| DispatchTable * | table () |
| void | set_choice_index (int value) |
Public Member Functions inherited from v8::internal::NodeVisitor | |
| virtual void | VisitLoopChoice (LoopChoiceNode *that) |
Protected Attributes | |
| DispatchTable * | table_ |
| int | choice_index_ |
| bool | ignore_case_ |
| Zone * | zone_ |
Definition at line 1411 of file jsregexp.h.