![]() |
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 | BUILD_CHAR_FLAGS(N) |
#define | BUILD_CHAR_FLAGS(N) |
Enumerations | |
enum | v8::internal::OneByteCharFlags { v8::internal::kIsIdentifierStart = 1 << 0 , v8::internal::kIsIdentifierPart = 1 << 1 , v8::internal::kIsWhiteSpace = 1 << 2 , v8::internal::kIsWhiteSpaceOrLineTerminator = 1 << 3 , v8::internal::kMaybeLineEnd = 1 << 4 } |
Variables | |
const constexpr uint8_t | v8::internal::kOneByteCharFlags [256] |
#define BUILD_CHAR_FLAGS | ( | N | ) |
#define BUILD_CHAR_FLAGS | ( | N | ) |