![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/common/assert-scope.h"#include "src/handles/handles.h"#include "src/regexp/regexp-error.h"#include "src/regexp/regexp-flags.h"#include "src/regexp/regexp-result-vector.h"#include "src/zone/zone-containers.h"Go to the source code of this file.
Classes | |
| struct | v8::internal::RegExpCompileData |
| class | v8::internal::RegExp |
| class | v8::internal::RegExpGlobalExecRunner |
| class | v8::internal::RegExpResultsCache |
| class | v8::internal::RegExpResultsCache_MatchGlobalAtom |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Enumerations | |
| enum class | v8::internal::RegExpCompilationTarget : int { v8::internal::kBytecode , v8::internal::kNative } |