Searched defs:StringLiteralType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ | ||
H A D | stringLiteralType.h | 22 class StringLiteralType : public Type { class 24 explicit StringLiteralType(util::StringView value) : Type(TypeFlag::STRING_LITERAL), value_(value) {} in StringLiteralType() function in ark::es2panda::checker::StringLiteralType |
/arkcompiler/ets_frontend/es2panda/typescript/types/ | ||
H A D | stringLiteralType.h | 23 class StringLiteralType : public Type { class 25 explicit StringLiteralType(util::StringView value) : Type(TypeFlag::STRING_LITERAL), value_(value) {} in StringLiteralType() function in panda::es2panda::checker::StringLiteralType |
Completed in 1 milliseconds