Home
last modified time | relevance | path

Searched defs:jsBigint (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/shared/js/
DlibValues.js29 export let jsBigint = 1234567890123456789012345678901234567890n; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_bigint.cpp71 JSTaggedValue jsBigint = JSTaggedValue::ToBigInt(thread, bigint); in AsUintN() local
90 JSTaggedValue jsBigint = JSTaggedValue::ToBigInt(thread, bigint); in AsIntN() local