Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/testcases/js/
Dexport_variable_second.js41 export var bigint6 = BigInt(99999n); variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp198 JSHandle<BigInt> bigint6 = BigIntHelper::SetBigInt(thread, bigintStr6, BigInt::BINARY); in HWTEST_F_L0() local