![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <regexp-parser.h>
Static Public Member Functions | |
static bool | ParseRegExpFromHeapString (Isolate *isolate, Zone *zone, DirectHandle< String > input, RegExpFlags flags, RegExpCompileData *result) |
template<class CharT > | |
static bool | VerifyRegExpSyntax (Zone *zone, uintptr_t stack_limit, const CharT *input, int input_length, RegExpFlags flags, RegExpCompileData *result, const DisallowGarbageCollection &no_gc) |
Definition at line 20 of file regexp-parser.h.
|
static |
Definition at line 3248 of file regexp-parser.cc.
|
static |
Definition at line 3270 of file regexp-parser.cc.