Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dtokens.h60 TK_string, // a literal string enclosed between " enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp854 } else if (tokenKind == TK_string) { in ParseFuncInfo()
958 if (lexer.GetTokenKind() == TK_string) { in ParseOneAlias()
1222 } else if (tk == TK_string) { in ParseMIRForFileInfo()
1289 if (tk == TK_string) { in ParseMIRForSrcFileInfo()
1315 if (lexer.GetTokenKind() != TK_string) { in ParseMIRForImportPath()
1328 if (lexer.GetTokenKind() != TK_string) { in ParseMIRForAsmdecl()