#include <regexp-ast.h>
Definition at line 683 of file regexp-ast.h.
◆ Builder()
v8::internal::RegExpLookaround::Builder::Builder |
( |
bool | is_positive, |
|
|
RegExpNode * | on_success, |
|
|
int | stack_pointer_register, |
|
|
int | position_register, |
|
|
int | capture_register_count = 0, |
|
|
int | capture_register_start = 0 ) |
◆ ForMatch()
◆ on_match_success()
RegExpNode * v8::internal::RegExpLookaround::Builder::on_match_success |
( |
| ) |
const |
|
inline |
◆ is_positive_
bool v8::internal::RegExpLookaround::Builder::is_positive_ |
|
private |
◆ on_match_success_
RegExpNode* v8::internal::RegExpLookaround::Builder::on_match_success_ |
|
private |
◆ on_success_
RegExpNode* v8::internal::RegExpLookaround::Builder::on_success_ |
|
private |
◆ position_register_
int v8::internal::RegExpLookaround::Builder::position_register_ |
|
private |
◆ stack_pointer_register_
int v8::internal::RegExpLookaround::Builder::stack_pointer_register_ |
|
private |
The documentation for this class was generated from the following files: