Home
last modified time | relevance | path

Searched defs:bigint (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp70 JSHandle<BigInt> bigint = CreateBigint(thread, 3); in GetUint64MaxBigint() local
79 JSHandle<BigInt> bigint = CreateBigint(thread, 2); in GetInt64MaxBigint() local
99 JSHandle<BigInt> bigint; in SetBigInt() local
162 CString BigIntHelper::GetBinary(const BigInt *bigint) in GetBinary()
187 JSHandle<BigInt> bigint = factory->NewBigInt(length); in CreateBigint() local
239 JSHandle<BigInt> bigint = BigInt::CreateBigint(thread, maxLen); in BitwiseOp() local
337 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) in BitwiseSubOne()
355 JSHandle<BigInt> BigInt::BitwiseAddOne(JSThread *thread, JSHandle<BigInt> bigint) in BitwiseAddOne()
442 JSHandle<EcmaString> BigInt::ToString(JSThread *thread, JSHandle<BigInt> bigint, uint32_t conversio… in ToString()
480 JSHandle<BigInt> bigint = CreateBigint(thread, mayNeedLen); in NumberToBigInt() local
[all …]
Djs_tagged_value.cpp222 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(x); in Equal() local
290 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(primX); in Compare() local
Djs_number_format.cpp715 JSHandle<BigInt> bigint(thread, x); in FormatNumeric() local
Djs_tagged_value-inl.h73 BigInt *bigint = BigInt::Cast(GetTaggedObject()); in ToBoolean() local
Dobject_factory.cpp2651 JSHandle<BigInt> bigint(thread_, header); in NewBigInt() local
/arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/
Dbiginttouint64_fuzzer.cpp42 Local<BigIntRef> bigint = BigIntRef::New(vm, input); in BigIntToUint64FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/
Dbiginttoint64_fuzzer.cpp42 Local<BigIntRef> bigint = BigIntRef::New(vm, input); in BigIntToInt64FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_bigint.cpp52 JSHandle<JSTaggedValue> bigint = GetCallArg(argv, 1); in AsUintN() local
70 JSHandle<JSTaggedValue> bigint = GetCallArg(argv, 1); in AsIntN() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_bigint_test.cpp453 JSHandle<JSTaggedValue> bigint(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
490 JSHandle<JSTaggedValue> bigint(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
539 JSHandle<JSTaggedValue> bigint; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp93 JSHandle<BigInt> bigint = BigInt::CreateBigint(thread, size); in HWTEST_F_L0() local
209 JSHandle<BigInt> bigint = BigIntHelper::SetBigInt(thread, bigintStr4, BigInt::BINARY); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp838 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local
846 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local
854 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in CreateBigWords() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1126 JSHandle<JSTaggedValue> bigint(thread, numberBigInt); in LdBigInt() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property