![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/parsing/token.h"
Go to the source code of this file.
Classes | |
struct | v8::internal::PerfectKeywordHashTableEntry |
class | v8::internal::PerfectKeywordHash |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Enumerations | |
enum | { v8::internal::TOTAL_KEYWORDS = 52 , v8::internal::MIN_WORD_LENGTH = 2 , v8::internal::MAX_WORD_LENGTH = 10 , v8::internal::MIN_HASH_VALUE = 3 , v8::internal::MAX_HASH_VALUE = 64 } |
Variables | |
static const unsigned char | v8::internal::kPerfectKeywordLengthTable [128] |
static const struct PerfectKeywordHashTableEntry | v8::internal::kPerfectKeywordHashTable [128] |