Home
last modified time | relevance | path

Searched defs:test2 (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcontextualReturnTypeOfIIFE.ts34 const test2: Promise<[one: number, two: string]> = new Promise( constant
DexportAssignmentWithImportStatementPrivacyError.ts37 test2(): m2.connectModule; variable
DasyncFunctionWithForStatementNoInitializer.ts39 async function test2() { function
DpartiallyAnnotatedFunctionInferenceWithTypeParameter.ts26 test2: string property in D
DnarrowingIntersection.ts44 function test2(a: 0 | TrivialIntersection) { function
DspreadExpressionContextualType.ts37 function test2<T extends Apple | Orange>(item: T): T { function
DtypeGuardFunctionGenerics.ts56 let test2: B = funC(isB); variable
DexportAssignmentWithPrivacyError.ts36 test2(): connectmodule; variable
DoptionalMethods.ts78 function test2(x: Bar) { function
DdeclarationMaps.ts42 test2(): m2.connectModule; variable
DdeclareFileExportAssignment.ts42 test2(): m2.connectModule; variable
DtypePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.ts52 let test2: Test2<number>; variable
DdeclareFileExportAssignmentWithVarFromVariableStatement.ts44 test2(): m2.connectModule; variable
DaliasOfGenericFunctionWithRestBehavedSameAsUnaliased.ts49 type test2 = a2 extends b2 ? "y" : "n" alias
DtypeGuardTypeOfUndefined.ts49 function test2(a: any) { function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-super-1.ts19 static test2() { } method in Base
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-class-super-1.ts21 test2() { method in Base
/arkcompiler/ets_runtime/ecmascript/tests/
Dconcurrent_sweep_test.cpp60 JSHandle<EcmaString> test2(thread, in TEST_F() local
Dtagged_value_test.cpp1075 JSHandle<JSTaggedValue> test2(thread->GetEcmaVM()->GetFactory()->NewFromASCII("test2")); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-patterns.js27 function test2(...[...[...rest]]){} function
/arkcompiler/runtime_core/disassembler/tests/
Dlabels_test.cpp.in51 TEST(label_test, test2) argument
/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_module_test.cpp93 JSHandle<JSTaggedValue> test2 = CjsModule::SearchFromModuleCache(thread, fileName3); in HWTEST_F_L0() local
/arkcompiler/runtime_core/assembler/tests/
Dlexer_test.cpp37 TEST(lexertests, test2) in TEST() argument
Dparser_test.cpp41 TEST(parsertests, test2) in TEST() argument