Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/stringsplit/
H A Dstringsplit.js49 let res7 = longTwoBytesString.split('');
51 print(res7.length)
52 print(res7.length == res8.length);
53 print(res7[0] == res8[0]);
/arkcompiler/ets_runtime/test/moduletest/typearray/
H A Dtypearray.js583 let res7 = arr1.reduceRight(fun1, undefined);
584 print(res7);
611 res7 = arr1.reduce(fun1, undefined);
612 print(res7);
/arkcompiler/ets_runtime/test/moduletest/regexp/
H A Dregexp.js723 const res7 = /abc/d;
724 res7.lastIndex = -1;
725 print(res7.flags);
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp852 JSHandle<BigInt> res7 = BigInt::SignedRightShift(thread, shift3, bigint1); in HWTEST_F_L0() local
854 EXPECT_TRUE(BigInt::Equal(res7.GetTaggedValue(), expectRes7.GetTaggedValue())); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp1025 std::pair<bool, ModuleTypes> res7 = SourceTextModule::CheckNativeModule(requestName7); in HWTEST_F_L0() local
1026 EXPECT_EQ(res7.first, false); in HWTEST_F_L0()
1027 EXPECT_EQ(res7.second, ModuleTypes::UNKNOWN); in HWTEST_F_L0()

Completed in 13 milliseconds