![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | REGEXP_ERROR_MESSAGES(T) |
#define | TEMPLATE(NAME, STRING) |
Enumerations | |
enum class | v8::internal::RegExpError : uint32_t { v8::internal::TEMPLATE , v8::internal::NumErrors } |
Functions | |
const char * | v8::internal::RegExpErrorString (RegExpError error) |
constexpr bool | v8::internal::RegExpErrorIsStackOverflow (RegExpError error) |
#define REGEXP_ERROR_MESSAGES | ( | T | ) |
Definition at line 14 of file regexp-error.h.
#define TEMPLATE | ( | NAME, | |
STRING ) |
Definition at line 51 of file regexp-error.h.