Searched defs:NUM_TOKENS (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dtoken.h174 NUM_TOKENS enumerator in enum:v8::internal::Token::Value
181 DCHECK(tok < NUM_TOKENS); // tok is unsigned
277 DCHECK(tok < NUM_TOKENS); // tok is unsigned.
284 DCHECK(tok < NUM_TOKENS); // tok is unsigned.
289 static const char* const name_[NUM_TOKENS];
290 static const char* const string_[NUM_TOKENS];
291 static const int8_t precedence_[NUM_TOKENS];
292 static const char token_type[NUM_TOKENS];

Completed in 60 milliseconds