Home
last modified time | relevance | path

Searched defs:bigInt (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/typeof/
Dtypeof.ts48 let bigInt = 9007199254740991n; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h188 static inline size_t DataSize(BigInt *bigInt) in DataSize()
Djs_serializer.cpp358 JSHandle<BigInt> bigInt = JSHandle<BigInt>::Cast(value); in WriteBigInt() local
1219 JSHandle<BigInt> bigInt = factory_->NewBigInt(len); in ReadBigInt() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp636 void PandaGen::LoadAccumulatorBigInt(const ir::AstNode *node, const util::StringView &bigInt) in LoadAccumulatorBigInt()