v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
keywords-gen.h File Reference
Include dependency graph for keywords-gen.h:
This graph shows which files directly or indirectly include this file:

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]