Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/testcases/js/
H A Dmodule_variable.js31 import {bigint6} from "./export_variable_second.js";
73 import {bigint6 as bigint7} from "./export_variable_second.js";
266 var num20 = bigint6;
H A Dexport_variable_second.js41 export var bigint6 = BigInt(99999n);
H A Dwatch_variable.js142 var bigint6 = BigInt("0b11111111111111111111111111111111111111111111111111111");
H A Dvariable_first.js139 var bigint6 = BigInt("0b11111111111111111111111111111111111111111111111111111");
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp198 JSHandle<BigInt> bigint6 = BigIntHelper::SetBigInt(thread, bigintStr6, BigInt::BINARY); in HWTEST_F_L0() local
200 EXPECT_TRUE(BigInt::Equal(andRes6.GetTaggedValue(), bigint6.GetTaggedValue())); in HWTEST_F_L0()

Completed in 4 milliseconds