Searched refs:res4 (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/ |
D | test-ts-ternary-operator-1.ts | 27 const res4 = (a > b) ? (1 << 2) : (b << 2); constant 28 print(res4);
|
/arkcompiler/ets_runtime/test/moduletest/jsonparser/ |
D | jsonparser.js | 54 let res4 = JSON.parse(strData4); variable 55 print(res4);
|
/arkcompiler/ets_runtime/ecmascript/module/tests/ |
D | ecma_module_test.cpp | 435 CString res4 = "moduleTest/index"; in HWTEST_F_L0() local 450 EXPECT_EQ(res4, normalName4); in HWTEST_F_L0() 492 CString res4 = "com.bundleName.test/entry/ets/mainAbility"; in HWTEST_F_L0() local 494 EXPECT_EQ(entryPoint, res4); in HWTEST_F_L0() 533 std::pair<bool, ModuleTypes> res4 = SourceTextModule::CheckNativeModule(requestName4); in HWTEST_F_L0() local 534 EXPECT_EQ(res4.first, true); in HWTEST_F_L0() 535 EXPECT_EQ(res4.second, ModuleTypes::NATIVE_MODULE); in HWTEST_F_L0() 625 bool res4 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0() local 626 EXPECT_TRUE(res4); in HWTEST_F_L0() 651 bool res4 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0() local [all …]
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_bigint_test.cpp | 855 JSHandle<BigInt> res4 = BigInt::SignedRightShift(thread, bigint1, shift3); in HWTEST_F_L0() local 859 EXPECT_TRUE(BigInt::Equal(res4.GetTaggedValue(), expectRes4.GetTaggedValue())); in HWTEST_F_L0() 909 JSHandle<BigInt> res4 = BigInt::LeftShift(thread, bigint1, shift3); in HWTEST_F_L0() local 912 EXPECT_TRUE(BigInt::Equal(res4.GetTaggedValue(), expectRes4.GetTaggedValue())); in HWTEST_F_L0()
|
D | js_serializer_test.cpp | 220 OperationResult res4 = JSObject::GetProperty(thread, objValue2, key4); in NativeBindingObjectTest3() local 221 JSHandle<JSTaggedValue> resValue4 = res4.GetRawValue(); in NativeBindingObjectTest3() 759 JSHandle<JSTaggedValue> res4 = deserialzier.Deserialize(); in BigIntTest() local 794 … EXPECT_TRUE(BigInt::Equal(res4.GetTaggedValue(), bigInt4.GetTaggedValue())) << "Not Same BigInt"; in BigIntTest()
|