#include <regexp.h>
Definition at line 31 of file regexp.h.
◆ capture_count
int v8::internal::RegExpCompileData::capture_count = 0 |
◆ code
◆ compilation_target
◆ contains_anchor
bool v8::internal::RegExpCompileData::contains_anchor = false |
◆ error
RegExpError v8::internal::RegExpCompileData::error = RegExpError::kNone |
◆ error_pos
int v8::internal::RegExpCompileData::error_pos = 0 |
◆ named_captures
◆ node
RegExpNode* v8::internal::RegExpCompileData::node = nullptr |
◆ register_count
int v8::internal::RegExpCompileData::register_count = 0 |
◆ simple
bool v8::internal::RegExpCompileData::simple = true |
◆ tree
RegExpTree* v8::internal::RegExpCompileData::tree = nullptr |
The documentation for this struct was generated from the following file: