/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | inferenceAndSelfReferentialConstraint.ts | 49 const res2 = test({ constant
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/ |
D | test-ts-ternary-operator-1.ts | 21 const res2 = (a > b) ? ((a << 16)) : ((b << 16)); constant
|
/arkcompiler/ets_runtime/test/moduletest/builtins/ |
D | builtinsregexp.js | 57 var res2 = testStr.match(pattern); variable
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | expected_test.cpp | 107 auto res2 = helper(1); in TEST() local 120 auto res2 = helper(res1).ValueOr(res1); in TEST() local
|
/arkcompiler/ets_runtime/test/moduletest/jsonparser/ |
D | jsonparser.js | 46 let res2 = JSON.parse(strData2); variable
|
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/ |
D | ecmastringtable.js | 85 let res2 = obj[key2] variable
|
/arkcompiler/ets_runtime/ecmascript/module/tests/ |
D | ecma_module_test.cpp | 429 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/ |
D | ecma_context_test.cpp | 74 JSHandle<JSTaggedValue> res2 = context->GetRegExpCache(); in HWTEST_F_L0() local
|
D | js_proxy_test.cpp | 534 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
|
D | js_bigint_test.cpp | 848 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
|
D | js_serializer_test.cpp | 188 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/ |
D | assembler_emitter_test.cpp | 859 auto res2 = p2.Parse(source2); variable 1180 auto res2 = p2.Parse(source2); variable
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 1432 Local<JSValueRef> res2 = map->GetValue(vm_, 0); in HWTEST_F_L0() local 1489 bool res2 = object->Delete(vm_, num); in HWTEST_F_L0() local
|