Home
last modified time | relevance | path

Searched refs:AsintN (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_bigint.cpp95 return BigInt::AsintN(thread, index, jsBigintVal); in AsIntN()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h117 static JSTaggedValue AsintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint);
H A Djs_bigint.cpp1553 JSTaggedValue BigInt::AsintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) in AsintN() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2679 return BigInt::AsintN(thread, bitness, biginteger);

Completed in 11 milliseconds