![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <regexp-compiler.h>
Public Member Functions | |
DeferredClearCaptures (Interval range) | |
Interval | range () |
![]() | |
DeferredAction (ActionNode::ActionType action_type, int reg) | |
DeferredAction * | next () |
bool | Mentions (int reg) |
int | reg () |
ActionNode::ActionType | action_type () |
Private Attributes | |
Interval | range_ |
Definition at line 279 of file regexp-compiler.h.
|
inlineexplicit |
Definition at line 281 of file regexp-compiler.h.
|
inline |
Definition at line 283 of file regexp-compiler.h.
|
private |
Definition at line 286 of file regexp-compiler.h.