| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 70 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 345 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) in BitwiseSubOne() 363 JSHandle<BigInt> BigInt::BitwiseAddOne(JSThread *thread, JSHandle<BigInt> bigint) in BitwiseAddOne() 451 JSHandle<EcmaString> BigInt::ToString(JSThread *thread, JSHandle<BigInt> bigint, uint32_t conversio… in ToString() [all …]
|
| D | js_tagged_value.cpp | 225 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(x); in Equal() local 298 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(primX); in Compare() local
|
| D | js_number_format.cpp | 725 JSHandle<BigInt> bigint(thread, x); in FormatNumeric() local
|
| D | js_tagged_value-inl.h | 72 BigInt *bigint = BigInt::Cast(GetTaggedObject()); in ToBoolean() local
|
| D | object_factory.cpp | 2661 JSHandle<BigInt> bigint(thread_, header); in NewBigInt() 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/test/fuzztest/biginttoint64_fuzzer/ |
| D | biginttoint64_fuzzer.cpp | 42 Local<BigIntRef> bigint = BigIntRef::New(vm, input); in BigIntToInt64FuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_bigint.cpp | 58 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/ |
| D | builtins_bigint_test.cpp | 453 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/ |
| D | js_bigint_test.cpp | 93 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/ |
| D | jsnapi.cpp | 1112 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local 1121 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local 1130 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in CreateBigWords() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1139 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
|