Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp70 JSHandle<BigInt> bigint = CreateBigint(thread, 3); in GetUint64MaxBigint() local
80 JSHandle<BigInt> bigint = CreateBigint(thread, 2); in GetInt64MaxBigint() local
101 JSHandle<BigInt> bigint; in SetBigInt() local
166 CString BigIntHelper::GetBinary(const BigInt *bigint) in GetBinary()
190 JSHandle<BigInt> bigint(thread, JSTaggedValue::Exception()); in CreateBigint() local
194 JSHandle<BigInt> bigint = factory->NewBigInt(length); in CreateBigint() local
246 JSHandle<BigInt> bigint = BigInt::CreateBigint(thread, maxLen); in BitwiseOp() local
350 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) in BitwiseSubOne()
368 JSHandle<BigInt> BigInt::BitwiseAddOne(JSThread *thread, JSHandle<BigInt> bigint) in BitwiseAddOne()
458 JSHandle<EcmaString> BigInt::ToString(JSThread *thread, JSHandle<BigInt> bigint, uint32_t conversio… in ToString()
[all …]
Djs_tagged_value.cpp227 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(x); in Equal() local
385 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(primX); in Compare() local
Djs_number_format.cpp727 JSHandle<BigInt> bigint(thread, x); in FormatNumeric() local
Djs_tagged_value-inl.h70 BigInt *bigint = BigInt::Cast(GetTaggedObject()); in ToBoolean() local
Dobject_factory.cpp3108 JSHandle<BigInt> bigint(thread_, header); in NewBigInt() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.cpp64 } else if (auto bigint = std::get_if<BigIntT>(&value)) { in GeneratePreview() local
101 std::string RemoteObject::GetDescription(const RemoteObject::BigIntT &bigint) in GetDescription()
244 } else if (auto bigint = std::get_if<BigIntT>(&value_)) { in ToJson() local
/arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/
Dbiginttoint64_fuzzer.cpp42 Local<BigIntRef> bigint = BigIntRef::New(vm, input); in BigIntToInt64FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/
Dbiginttouint64_fuzzer.cpp42 Local<BigIntRef> bigint = BigIntRef::New(vm, input); in BigIntToUint64FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_bigint.cpp58 JSHandle<JSTaggedValue> bigint = GetCallArg(argv, 1); in AsUintN() local
76 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_expo.cpp1402 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local
1412 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local
1422 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in CreateBigWords() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1172 JSHandle<JSTaggedValue> bigint(thread, numberBigInt); in LdBigInt() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument