Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js54 var res1 = testStr.match(pattern); variable
/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/tests/
Daccessor_data_test.cpp202 …bool res1 = accObject1->CallInternalSet(thread, JSHandle<JSObject>::Cast(funcTagVal1), undefProtot… in HWTEST_F_L0() local
Djs_api_plain_array_test.cpp311 … [[maybe_unused]] auto *res1 = EcmaString::Cast(resultHandle1.GetTaggedValue().GetTaggedObject()); in HWTEST_F_L0() local
Djs_api_lightweightset_test.cpp402 … [[maybe_unused]] auto *res1 = EcmaString::Cast(resultHandle1.GetTaggedValue().GetTaggedObject()); 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
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp419 CString res1 = "node_modules/0/moduleTest/index"; in HWTEST_F_L0() local
454 CString res1 = "com.bundleName.test/moduleName/ets/pages/index"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp772 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), propert… in HWTEST_F_L0() local
854 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(son1Handle), proper… in HWTEST_F_L0() local
918 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), addStri… in HWTEST_F_L0() local
1190 Local<JSValueRef> res1 = map->GetKey(vm_, 0); in HWTEST_F_L0() local
1224 Local<JSValueRef> res1 = object->Get(vm_, 12); in HWTEST_F_L0() local
1247 bool res1 = object->Has(vm_, num); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp277 auto res1 = fn(thread->GetGlueAddr(), x1, y1); in HWTEST_F_L0() local