Home
last modified time | relevance | path

Searched refs:is_contextual_keyword (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
Dscanner.h221 bool is_contextual_keyword(Vector<const char> keyword) const { in is_contextual_keyword() function
376 return current_.literal_chars->is_contextual_keyword(keyword); in is_literal_contextual_keyword()
380 return next_.literal_chars->is_contextual_keyword(keyword); in is_next_contextual_keyword()