Home
last modified time | relevance | path

Searched refs:ToBigInt (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_bigint.cpp48 return JSTaggedValue::ToBigInt(thread, value); in BigIntConstructor()
62 JSTaggedValue jsBigint = JSTaggedValue::ToBigInt(thread, bigint); in AsUintN()
80 JSTaggedValue jsBigint = JSTaggedValue::ToBigInt(thread, bigint); in AsIntN()
Dbuiltins_typedarray.cpp1133 kNumberHandle.Update(JSTaggedValue::ToBigInt(thread, kValue)); in Set()
1757 numericValue = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, value)); in With()
Dbuiltins_array.cpp754 value = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, value)); in Fill()
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp108 JSTaggedValue integerValue = JSTaggedValue::ToBigInt(thread, value); in AtomicStore()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_bigint_test.cpp494 bigint = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, parma)); in HWTEST_F_L0()
504 bigint = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, parma)); in HWTEST_F_L0()
510 bigint = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, parma)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h127 inline JSTaggedValue JSTaggedValue::ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagge… in ToBigInt() function
171 JSHandle<BigInt> value(thread, ToBigInt(thread, tagged)); in ToBigInt64()
187 JSHandle<BigInt> value(thread, ToBigInt(thread, tagged)); in ToBigUint64()
Djs_tagged_value.h413 static JSTaggedValue ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagged);
Djs_tagged_value.cpp220 JSHandle<JSTaggedValue> yNumber(thread, ToBigInt(thread, y)); in Equal()
307 JSHandle<JSTaggedValue> bigY(thread, ToBigInt(thread, primY)); in Compare()
Djs_typed_array.cpp571 numValueHandle = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, value)); in IntegerIndexedElementSet()
Djs_bigint.cpp592 bigint = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, bigint)); in BigIntToInt64()
609 bigint = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, bigint)); in BigIntToUint64()
Djs_stable_array.cpp695 kValue.Update(JSTaggedValue::ToBigInt(thread, elem)); in FastCopyFromArrayToTypedArray()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2179 return JSTaggedValue::ToBigInt(thread, numberBigInt); in RuntimeLdBigInt()