Searched refs:AsUintN (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_bigint.h | 30 V("asUintN", AsUintN, 2, BigIntAsUintN) 52 static JSTaggedValue AsUintN(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_bigint.cpp | 59 JSTaggedValue BuiltinsBigInt::AsUintN(EcmaRuntimeCallInfo *argv) in AsUintN() function in panda::ecmascript::builtins::BuiltinsBigInt 63 BUILTINS_API_TRACE(thread, BigInt, AsUintN); in AsUintN() 75 return BigInt::AsUintN(thread, index, jsBigintVal); in AsUintN()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_bigint.h | 116 static JSTaggedValue AsUintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint);
|
H A D | runtime_call_id.h | 635 V(BigInt, AsUintN) \
|
H A D | js_bigint.cpp | 1532 JSTaggedValue BigInt::AsUintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) in AsUintN() function in panda::ecmascript::BigInt
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_bigint_test.cpp | 60 result = BuiltinsBigInt::AsUintN(ecmaRuntimeCallInfo);
in BigIntAlgorithm() 132 // AsUintN(64, (2 ^ 64 - 1))
148 // AsUintN(64, (2 ^ 64))
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 652 reinterpret_cast<uintptr_t>(BuiltinsBigInt::AsUintN),
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 2686 return BigInt::AsUintN(thread, bitness, biginteger);
|
Completed in 17 milliseconds