Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
H A DbigIntLiteral.h23 class BigIntLiteral : public Literal { class
31 explicit BigIntLiteral(util::StringView const src) : Literal(AstNodeType::BIGINT_LITERAL), src_(src) {} in BigIntLiteral() function in ark::es2panda::ir::BigIntLiteral
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DbigIntLiteral.h33 class BigIntLiteral : public Literal { class
35 explicit BigIntLiteral(util::StringView src) : Literal(AstNodeType::BIGINT_LITERAL), src_(src) {} in BigIntLiteral() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::BigIntLiteral

Completed in 1 milliseconds