| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 70 …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 …]
|
| D | js_number_format.cpp | 736 JSHandle<BigInt> bigint(thread, x); in FormatNumeric() local 866 JSHandle<BigInt> bigint(thread, x); in FormatNumericToParts() local
|
| D | js_tagged_value.cpp | 67 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
|
| D | js_locale.cpp | 725 JSHandle<JSTaggedValue> bigint(thread, x); in GetNumberFieldType() local
|
| D | object_factory.cpp | 3383 JSHandle<BigInt> bigint(thread_, header); in NewBigInt() 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/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | remote_object.cpp | 64 } 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/ |
| 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
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_builder_test.cpp | 115 auto bigint = BigIntLiteralBuilder(Allocator()).SetValue("123").Build(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 1945 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
|
| D | typed_native_inline_lowering.cpp | 1251 GateRef bigint = acc_.GetValueIn(gate, 1); in LowerBigIntAsIntN() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2652 …e RuntimeStubs::RuntimeCallBigIntAsIntN(JSThread *thread, JSTaggedValue bits, JSTaggedValue bigint) in RuntimeCallBigIntAsIntN() 2659 … RuntimeStubs::RuntimeCallBigIntAsUintN(JSThread *thread, JSTaggedValue bits, JSTaggedValue bigint) in RuntimeCallBigIntAsUintN()
|
| D | runtime_stubs.cpp | 2657 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/ |
| D | jsnapi_expo.cpp | 2213 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/ |
| D | slow_runtime_stub.cpp | 1179 JSHandle<JSTaggedValue> bigint(thread, numberBigInt); in LdBigInt() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|