Home
last modified time | relevance | path

Searched defs:res2 (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinferenceAndSelfReferentialConstraint.ts49 const res2 = test({ constant
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/
Dtest-ts-ternary-operator-1.ts21 const res2 = (a > b) ? ((a << 16)) : ((b << 16)); constant
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js57 var res2 = testStr.match(pattern); variable
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp107 auto res2 = helper(1); in TEST() local
120 auto res2 = helper(res1).ValueOr(res1); in TEST() local
/arkcompiler/ets_runtime/test/moduletest/jsonparser/
Djsonparser.js46 let res2 = JSON.parse(strData2); variable
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/
Decmastringtable.js85 let res2 = obj[key2] variable
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp429 CString res2 = "node_modules/0/moduleTest/index"; in HWTEST_F_L0() local
476 CString res2 = "com.bundleName.test/moduleName1/ets/pages/index"; in HWTEST_F_L0() local
525 std::pair<bool, ModuleTypes> res2 = SourceTextModule::CheckNativeModule(requestName2); in HWTEST_F_L0() local
562 JSHandle<EcmaString> res2 = objectFactory->NewFromUtf8(resName2); in HWTEST_F_L0() local
581 CString res2 = "moduleName"; in HWTEST_F_L0() local
617 bool res2 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0() local
638 bool res2 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_context_test.cpp74 JSHandle<JSTaggedValue> res2 = context->GetRegExpCache(); in HWTEST_F_L0() local
Djs_proxy_test.cpp534 JSHandle<TaggedArray> res2 = JSProxy::OwnPropertyKeys(thread, proxyHandle2); in HWTEST_F_L0() local
581 JSTaggedValue res2 = JSProxy::CallInternal(runtimeInfo); in HWTEST_F_L0() local
643 JSTaggedValue res2 = JSProxy::ConstructInternal(runtimeInfo); in HWTEST_F_L0() local
Djs_bigint_test.cpp848 JSHandle<BigInt> res2 = BigInt::SignedRightShift(thread, bigint1, shift2); in HWTEST_F_L0() local
905 JSHandle<BigInt> res2 = BigInt::LeftShift(thread, bigint1, shift2); in HWTEST_F_L0() local
Djs_serializer_test.cpp188 OperationResult res2 = JSObject::GetProperty(thread, objValue1, key2); in NativeBindingObjectTest2() local
214 OperationResult res2 = JSObject::GetProperty(thread, objValue2, key2); in NativeBindingObjectTest3() local
757 JSHandle<JSTaggedValue> res2 = deserialzier.Deserialize(); in BigIntTest() local
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp859 auto res2 = p2.Parse(source2); variable
1180 auto res2 = p2.Parse(source2); variable
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1432 Local<JSValueRef> res2 = map->GetValue(vm_, 0); in HWTEST_F_L0() local
1489 bool res2 = object->Delete(vm_, num); in HWTEST_F_L0() local