/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | inferenceAndSelfReferentialConstraint.ts | 34 const res1 = test({ constant
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/ |
D | test-ts-ternary-operator-1.ts | 18 const res1 = a < b ? (a < c ? a : c) : (b < c ? b : c); constant
|
/arkcompiler/ets_runtime/test/moduletest/builtins/ |
D | builtinsregexp.js | 54 var res1 = testStr.match(pattern); variable
|
/arkcompiler/ets_runtime/ecmascript/module/tests/ |
D | ecma_module_test.cpp | 426 CString res1 = "node_modules/0/moduleTest/index"; in HWTEST_F_L0() local 461 CString res1 = "com.bundleName.test/moduleName/ets/pages/index"; in HWTEST_F_L0() local 521 std::pair<bool, ModuleTypes> res1 = SourceTextModule::CheckNativeModule(requestName1); in HWTEST_F_L0() local 556 JSHandle<EcmaString> res1 = objectFactory->NewFromUtf8(resName1); in HWTEST_F_L0() local 576 CString res1 = "moduleName"; in HWTEST_F_L0() local 589 CString res1 = "moduleName"; in HWTEST_F_L0() local 597 CString res1 = "hilog"; in HWTEST_F_L0() local 605 CString res1 = "ohos"; in HWTEST_F_L0() local 613 bool res1 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0() local 632 bool res1 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | expected_test.cpp | 106 auto res1 = helper(0); in TEST() local 119 auto res1 = helper(0).ValueOr(1); in TEST() local
|
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/ |
D | ecmastringtable.js | 84 let res1 = obj[key1]; variable
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | excluded_keys_test.cpp | 130 auto res1 = parser1.Parse(expected); variable
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 833 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), propert… in HWTEST_F_L0() local 915 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(son1Handle), proper… in HWTEST_F_L0() local 979 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), addStri… in HWTEST_F_L0() local 1238 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local 1274 void *res1 = object->GetNativePointerField(33); in HWTEST_F_L0() local 1289 Local<JSValueRef> res1 = res->GetFunctionPrototype(vm_); in HWTEST_F_L0() local 1307 void* res1 = vm_->GetLoop(); in HWTEST_F_L0() local 1430 Local<JSValueRef> res1 = map->GetKey(vm_, 0); in HWTEST_F_L0() local 1464 Local<JSValueRef> res1 = object->Get(vm_, 12); in HWTEST_F_L0() local 1487 bool res1 = object->Has(vm_, num); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | accessor_data_test.cpp | 202 …bool res1 = accObject1->CallInternalSet(thread, JSHandle<JSObject>::Cast(funcTagVal1), undefProtot… in HWTEST_F_L0() local
|
D | js_bigint_test.cpp | 841 JSHandle<BigInt> res1 = BigInt::SignedRightShift(thread, bigint1, shift1); in HWTEST_F_L0() local 897 JSHandle<BigInt> res1 = BigInt::LeftShift(thread, bigint1, shift1); in HWTEST_F_L0() local
|
D | js_serializer_test.cpp | 185 OperationResult res1 = JSObject::GetProperty(thread, objValue1, key1); in NativeBindingObjectTest2() local 211 OperationResult res1 = JSObject::GetProperty(thread, objValue2, key1); in NativeBindingObjectTest3() local 756 JSHandle<JSTaggedValue> res1 = deserialzier.Deserialize(); in BigIntTest() local
|
/arkcompiler/runtime_core/assembler/tests/ |
D | assembler_emitter_test.cpp | 856 auto res1 = p1.Parse(source1); variable 1177 auto res1 = p1.Parse(source1); variable
|