Home
last modified time | relevance | path

Searched refs:DoubleToBigInt (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h105 static JSTaggedValue PUBLIC_API DoubleToBigInt(JSThread *thread, double value);
H A Djs_bigint.cpp505 return DoubleToBigInt(thread, num); in NumberToBigInt()
508 JSTaggedValue BigInt::DoubleToBigInt(JSThread *thread, double num) in DoubleToBigInt() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp580 JSTaggedValue value = BigInt::DoubleToBigInt(thread_, v); in ConvertToNumber()

Completed in 6 milliseconds