v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
regexp-error.h File Reference
#include "src/base/logging.h"
#include "src/base/macros.h"
Include dependency graph for regexp-error.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ REGEXP_ERROR_MESSAGES

#define REGEXP_ERROR_MESSAGES ( T)

Definition at line 14 of file regexp-error.h.

◆ TEMPLATE

#define TEMPLATE ( NAME,
STRING )
Value:
k##NAME,
#define NAME(feat,...)

Definition at line 51 of file regexp-error.h.