Home
last modified time | relevance | path

Searched refs:ToBigInt64 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h414 static JSTaggedValue ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged);
Djs_tagged_value-inl.h169 inline JSTaggedValue JSTaggedValue::ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tag… in ToBigInt64() function
Djs_bigint.cpp594 JSHandle<BigInt> bigInt64(thread, JSTaggedValue::ToBigInt64(thread, bigint)); in BigIntToInt64()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp187 value = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt64(thread, value)); in Wait()