Searched defs:IsKeyword (Results 1 – 5 of 5) sorted by relevance
52 def IsKeyword(token): function
193 static bool IsKeyword(Value tok) { in IsKeyword() function
105 def IsKeyword(self, keyword): member in JavaScriptToken
524 XFA_FM_TOKEN CXFA_FMLexer::IsKeyword(const CFX_WideStringC& str) { in IsKeyword() function in CXFA_FMLexer
134 bool IsKeyword() { return tag_ >= kKeywordTagStart; } in IsKeyword() function