Home
last modified time | relevance | path

Searched defs:IsKeyword (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/scripts/generator/cpp/
Dkeywords.py52 def IsKeyword(token): function
/external/v8/src/parsing/
Dtoken.h193 static bool IsKeyword(Value tok) { in IsKeyword() function
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Djavascripttokens.py105 def IsKeyword(self, keyword): member in JavaScriptToken
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_lexer.cpp524 XFA_FM_TOKEN CXFA_FMLexer::IsKeyword(const CFX_WideStringC& str) { in IsKeyword() function in CXFA_FMLexer
/external/v8/src/
Ddateparser.h134 bool IsKeyword() { return tag_ >= kKeywordTagStart; } in IsKeyword() function