#include <regexp-compiler.h>
Definition at line 483 of file regexp-compiler.h.
◆ CompilationResult() [1/2]
v8::internal::RegExpCompiler::CompilationResult::CompilationResult |
( |
RegExpError | err | ) |
|
|
inlineexplicit |
◆ CompilationResult() [2/2]
v8::internal::RegExpCompiler::CompilationResult::CompilationResult |
( |
DirectHandle< Object > | code, |
|
|
int | registers ) |
|
inline |
◆ RegExpTooBig()
static CompilationResult v8::internal::RegExpCompiler::CompilationResult::RegExpTooBig |
( |
| ) |
|
|
inlinestatic |
◆ Succeeded()
bool v8::internal::RegExpCompiler::CompilationResult::Succeeded |
( |
| ) |
const |
|
inline |
◆ code
◆ error
const RegExpError v8::internal::RegExpCompiler::CompilationResult::error = RegExpError::kNone |
◆ num_registers
int v8::internal::RegExpCompiler::CompilationResult::num_registers = 0 |
The documentation for this struct was generated from the following file: