Home
last modified time | relevance | path

Searched defs:res1 (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinferenceAndSelfReferentialConstraint.ts34 const res1 = test({ constant
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/
Dtest-ts-ternary-operator-1.ts18 const res1 = a < b ? (a < c ? a : c) : (b < c ? b : c); constant
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js54 var res1 = testStr.match(pattern); variable
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp426 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/
Dexpected_test.cpp106 auto res1 = helper(0); in TEST() local
119 auto res1 = helper(0).ValueOr(1); in TEST() local
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/
Decmastringtable.js84 let res1 = obj[key1]; variable
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dexcluded_keys_test.cpp130 auto res1 = parser1.Parse(expected); variable
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp833 …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/
Daccessor_data_test.cpp202 …bool res1 = accObject1->CallInternalSet(thread, JSHandle<JSObject>::Cast(funcTagVal1), undefProtot… in HWTEST_F_L0() local
Djs_bigint_test.cpp841 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
Djs_serializer_test.cpp185 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/
Dassembler_emitter_test.cpp856 auto res1 = p1.Parse(source1); variable
1178 auto res1 = p1.Parse(source1); variable