Home
last modified time | relevance | path

Searched defs:BigIntLiteral (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DbigIntLiteral.h31 …explicit BigIntLiteral(util::StringView const src) : Literal(AstNodeType::BIGINT_LITERAL), src_(sr… in BigIntLiteral() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DbigIntLiteral.h35 … explicit BigIntLiteral(util::StringView src) : Literal(AstNodeType::BIGINT_LITERAL), src_(src) {} in BigIntLiteral() function