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