Home
last modified time | relevance | path

Searched refs:AsIntN (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_bigint.h28 V("asIntN", AsIntN, 2, BigIntAsIntN) \
50 static JSTaggedValue AsIntN(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_bigint.cpp78 JSTaggedValue BuiltinsBigInt::AsIntN(EcmaRuntimeCallInfo *argv) in AsIntN() function in panda::ecmascript::builtins::BuiltinsBigInt
82 BUILTINS_API_TRACE(thread, BigInt, AsIntN); in AsIntN()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_bigint_test.cpp57 result = BuiltinsBigInt::AsIntN(ecmaRuntimeCallInfo); in BigIntAlgorithm()
100 // AsIntN(64, (2 ^ 63 - 1))
116 // AsIntN(64, (2 ^ 63))
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h636 V(BigInt, AsIntN) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp653 reinterpret_cast<uintptr_t>(BuiltinsBigInt::AsIntN),

Completed in 7 milliseconds