| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint-inl.h | 31 JSHandle<BigInt> bigint = factory->NewBigInt<type>(length); in CreateBigint() local 44 JSHandle<BigInt> bigint = factory->NewBigIntWithoutInitData<type>(length); in CreateRawBigInt() local 56 JSHandle<BigInt> bigint = factory->NewSubBigInt<type>(x, length); in CreateSubBigInt() local
|
| D | js_bigint.cpp | 69 JSHandle<BigInt> bigint = CreateBigint<MemSpaceType::SHARED_READ_ONLY_SPACE>( in CreateUint64MaxBigInt() local 80 JSHandle<BigInt> bigint = CreateBigint<MemSpaceType::SHARED_READ_ONLY_SPACE>( in CreateInt64MaxBigInt() local 112 JSHandle<BigInt> bigint; in SetBigInt() local 177 CString BigIntHelper::GetBinary(const BigInt *bigint) in GetBinary() 246 JSHandle<BigInt> bigint = BigInt::CreateBigint(thread, maxLen); in BitwiseOp() local 356 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) in BitwiseSubOne() 374 JSHandle<BigInt> BigInt::BitwiseAddOne(JSThread *thread, JSHandle<BigInt> bigint) in BitwiseAddOne() 468 JSHandle<EcmaString> BigInt::ToString(JSThread *thread, JSHandle<BigInt> bigint, uint32_t conversio… in ToString() 476 void BigInt::AppendToCString(DstType &str, BigInt *bigint, uint32_t conversionToRadix) in AppendToCString() 524 JSHandle<BigInt> bigint = CreateBigint(thread, mayNeedLen); in DoubleToBigInt() local [all …]
|
| D | object_factory-inl.h | 207 JSHandle<BigInt> bigint = NewBigIntWithoutInitData<type>(length); in NewBigInt() local 216 JSHandle<BigInt> bigint = NewBigIntWithoutInitData<type>(length); in NewSubBigInt() local
|
| D | js_number_format.cpp | 796 JSHandle<BigInt> bigint(thread, x); in FormatNumeric() local 926 JSHandle<BigInt> bigint(thread, x); in FormatNumericToParts() local
|
| D | js_tagged_value.cpp | 69 BigInt *bigint = BigInt::Cast(GetTaggedObject()); in ToBoolean() local 576 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(x); in EqualBigInt() local 732 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(primX); in Compare() local
|
| D | js_locale.cpp | 741 JSHandle<JSTaggedValue> bigint(thread, x); in GetNumberFieldType() local
|
| /arkcompiler/toolchain/tooling/static/types/ |
| D | remote_object.cpp | 36 std::string RemoteObject::GetDescription(const RemoteObjectType::BigIntT &bigint) in GetDescription() 135 } else if (auto bigint = std::get_if<RemoteObjectType::BigIntT>(&value_)) { in Serialize() local
|
| D | object_preview.cpp | 44 } else if (auto bigint = std::get_if<RemoteObjectType::BigIntT>(&remobjValue)) { in GetPropertyPreviewValue() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | remote_object.cpp | 36 std::string RemoteObject::GetDescription(const RemoteObjectType::BigIntT &bigint) in GetDescription() 135 } else if (auto bigint = std::get_if<RemoteObjectType::BigIntT>(&value_)) { in Serialize() local
|
| D | object_preview.cpp | 44 } else if (auto bigint = std::get_if<RemoteObjectType::BigIntT>(&remobjValue)) { in GetPropertyPreviewValue() local
|
| /arkcompiler/ets_runtime/test/fuzztest/bigintrefnew_fuzzer/ |
| D | bigintrefnew_fuzzer.cpp | 35 Local<BigIntRef> bigint = BigIntRef::New(vm, input); in BigIntRefNewFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/ |
| D | biginttoint64_fuzzer.cpp | 42 Local<BigIntRef> bigint = BigIntRef::New(vm, input); in BigIntToInt64FuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/ |
| D | biginttouint64_fuzzer.cpp | 42 Local<BigIntRef> bigint = BigIntRef::New(vm, input); in BigIntToUint64FuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_bigint.cpp | 66 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/ |
| D | builtins_bigint_test.cpp | 327 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/ |
| D | js_bigint_test.cpp | 69 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
|
| D | rb_tree_node_test.cpp | 352 JSHandle<BigInt> bigint = BigIntHelper::SetBigInt(thread, str); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_builder_test.cpp | 131 auto bigint = BigIntLiteralBuilder(Allocator()).SetValue("123").Build(); in TEST_F() local
|
| /arkcompiler/jsvm/test/unittest/ |
| D | test_jsvm.cpp | 335 JSVM_Value bigint; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 2033 GateRef bigint = acc_.GetValueIn(gate, 1); in VisitBigIntAsIntN() local
|
| D | native_inline_lowering.cpp | 700 GateRef bigint = acc_.GetValueIn(gate, firstParam + 1); in TryInlineBigIntAsIntN() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2823 …e RuntimeStubs::RuntimeCallBigIntAsIntN(JSThread *thread, JSTaggedValue bits, JSTaggedValue bigint) in RuntimeCallBigIntAsIntN() 2831 … RuntimeStubs::RuntimeCallBigIntAsUintN(JSThread *thread, JSTaggedValue bits, JSTaggedValue bigint) in RuntimeCallBigIntAsUintN()
|
| D | runtime_stubs.cpp | 2806 JSTaggedValue bigint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 2814 JSTaggedValue bigint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1195 JSHandle<JSTaggedValue> bigint(thread, numberBigInt); in LdBigInt() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2426 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local 2437 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local 2448 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in CreateBigWords() local
|