Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/cross_vm/
Ddynamic_type_converter.cpp56 BigInt* bigInt = *BigInt::CreateBigint(thread->GetJSThread(), arg.length); in WrapTagged() local
88 BigInt *bigInt = BigInt::Cast(value.GetTaggedObject()); in UnWrapTagged() local
/arkcompiler/ets_runtime/test/aottest/typeof/
Dtypeof.ts48 let bigInt = 9007199254740991n; variable
/arkcompiler/ets_runtime/test/sharedtest/sendableobj/
Dsendable.ts75 let bigInt = 124567890123456789012345678901234567890n; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h202 static inline size_t DataSize(BigInt *bigInt) in DataSize()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddynamic_type_converter_test.cpp189 BigInt* bigInt = BigInt::Cast(result.GetTaggedObject()); in HWTEST_F_L0() local
300 BigInt* bigInt = *BigInt::CreateBigint(thread, length); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
Dheapdump.js30 let bigInt = BigInt(9007199254740991); variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h229 auto bigInt = EtsBigInt::FromEtsObject(EtsObject::Create(bigintKlass)); in JSCONVERT_UNWRAP() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp636 void PandaGen::LoadAccumulatorBigInt(const ir::AstNode *node, const util::StringView &bigInt) in LoadAccumulatorBigInt()