Home
last modified time | relevance | path

Searched refs:bigInt (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/conversion_types/sts_to_js/
H A Dcheck_conversion_int.js31 ASSERT_TRUE(typeof deferentTypes.bigInt === 'bigint');
35 ASSERT_TRUE(typeof Number(deferentTypes.bigInt) === 'number');
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
H A Dheapdump.js30 let bigInt = BigInt(9007199254740991);
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h191 static inline size_t DataSize(BigInt *bigInt)
193 uint32_t length = bigInt->GetLength();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_convert.h348 auto bigInt = EtsBigInt::FromEtsObject(EtsObject::Create(bigintKlass)); in JSCONVERT_UNWRAP() local
349 bigInt->SetFieldObject(EtsBigInt::GetBytesOffset(), bigIntArrayField); in JSCONVERT_UNWRAP()
351 return bigInt; in JSCONVERT_UNWRAP()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h108 void LoadAccumulatorBigInt(const ir::AstNode *node, const util::StringView &bigInt);
H A Dpandagen.cpp635 void PandaGen::LoadAccumulatorBigInt(const ir::AstNode *node, const util::StringView &bigInt) in LoadAccumulatorBigInt() argument
637 Sa().Emit<EcmaLdbigint>(node, bigInt); in LoadAccumulatorBigInt()

Completed in 7 milliseconds