Searched refs:ToBigInt (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_bigint.cpp | 48 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()
|
D | builtins_typedarray.cpp | 1133 kNumberHandle.Update(JSTaggedValue::ToBigInt(thread, kValue)); in Set() 1757 numericValue = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, value)); in With()
|
D | builtins_array.cpp | 754 value = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, value)); in Fill()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | atomic_helper.cpp | 108 JSTaggedValue integerValue = JSTaggedValue::ToBigInt(thread, value); in AtomicStore()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_bigint_test.cpp | 494 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/ |
D | js_tagged_value-inl.h | 127 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()
|
D | js_tagged_value.h | 413 static JSTaggedValue ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagged);
|
D | js_tagged_value.cpp | 220 JSHandle<JSTaggedValue> yNumber(thread, ToBigInt(thread, y)); in Equal() 307 JSHandle<JSTaggedValue> bigY(thread, ToBigInt(thread, primY)); in Compare()
|
D | js_typed_array.cpp | 571 numValueHandle = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, value)); in IntegerIndexedElementSet()
|
D | js_bigint.cpp | 592 bigint = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, bigint)); in BigIntToInt64() 609 bigint = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt(thread, bigint)); in BigIntToUint64()
|
D | js_stable_array.cpp | 695 kValue.Update(JSTaggedValue::ToBigInt(thread, elem)); in FastCopyFromArrayToTypedArray()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 2179 return JSTaggedValue::ToBigInt(thread, numberBigInt); in RuntimeLdBigInt()
|