Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp70 …JSHandle<BigInt> bigint = CreateBigint(thread, 3); // 3:The number of digits in an object of type … in CreateUint64MaxBigInt() local
80 …JSHandle<BigInt> bigint = CreateBigint(thread, 2); // 2:The number of digits in an object of type … in CreateInt64MaxBigInt() local
111 JSHandle<BigInt> bigint; in SetBigInt() local
176 CString BigIntHelper::GetBinary(const BigInt *bigint) in GetBinary()
200 JSHandle<BigInt> bigint(thread, JSTaggedValue::Exception()); in CreateBigint() local
204 JSHandle<BigInt> bigint = factory->NewBigInt(length); in CreateBigint() local
256 JSHandle<BigInt> bigint = BigInt::CreateBigint(thread, maxLen); in BitwiseOp() local
366 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) in BitwiseSubOne()
384 JSHandle<BigInt> BigInt::BitwiseAddOne(JSThread *thread, JSHandle<BigInt> bigint) in BitwiseAddOne()
478 JSHandle<EcmaString> BigInt::ToString(JSThread *thread, JSHandle<BigInt> bigint, uint32_t conversio… in ToString()
[all …]
Djs_number_format.cpp736 JSHandle<BigInt> bigint(thread, x); in FormatNumeric() local
866 JSHandle<BigInt> bigint(thread, x); in FormatNumericToParts() local
Djs_tagged_value.cpp67 BigInt *bigint = BigInt::Cast(GetTaggedObject()); in ToBoolean() local
552 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(x); in EqualBigInt() local
704 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(primX); in Compare() local
Djs_locale.cpp725 JSHandle<JSTaggedValue> bigint(thread, x); in GetNumberFieldType() local
Dobject_factory.cpp3383 JSHandle<BigInt> bigint(thread_, header); in NewBigInt() 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/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/ecmascript/builtins/
Dbuiltins_bigint.cpp66 JSHandle<JSTaggedValue> bigint = GetCallArg(argv, 1); in AsUintN() local
85 JSHandle<JSTaggedValue> bigint = GetCallArg(argv, 1); in AsIntN() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_bigint_test.cpp327 JSHandle<JSTaggedValue> bigint(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
364 JSHandle<JSTaggedValue> bigint(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
413 JSHandle<JSTaggedValue> bigint; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp69 JSHandle<BigInt> bigint = BigInt::CreateBigint(thread, size); in HWTEST_F_L0() local
185 JSHandle<BigInt> bigint = BigIntHelper::SetBigInt(thread, bigintStr4, BigInt::BINARY); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp115 auto bigint = BigIntLiteralBuilder(Allocator()).SetValue("123").Build(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1945 GateRef bigint = acc_.GetValueIn(gate, 1); in VisitBigIntAsIntN() local
Dnative_inline_lowering.cpp700 GateRef bigint = acc_.GetValueIn(gate, firstParam + 1); in TryInlineBigIntAsIntN() local
Dtyped_native_inline_lowering.cpp1251 GateRef bigint = acc_.GetValueIn(gate, 1); in LowerBigIntAsIntN() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2652 …e RuntimeStubs::RuntimeCallBigIntAsIntN(JSThread *thread, JSTaggedValue bits, JSTaggedValue bigint) in RuntimeCallBigIntAsIntN()
2659 … RuntimeStubs::RuntimeCallBigIntAsUintN(JSThread *thread, JSTaggedValue bits, JSTaggedValue bigint) in RuntimeCallBigIntAsUintN()
Druntime_stubs.cpp2657 JSTaggedValue bigint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
2665 JSTaggedValue bigint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2213 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local
2224 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local
2235 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in CreateBigWords() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1179 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