Home
last modified time | relevance | path

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

/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/expressions/
Dts-test-instantiation-expressions-2.ts22 const test2 = new myArray() constant
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-class-super-1.ts21 test2() { method in Base
/arkcompiler/ets_runtime/test/aottest/regressioncase/
Dregressioncase.js32 function test2() { function
/arkcompiler/ets_runtime/ecmascript/tests/
Dconcurrent_sweep_test.cpp60 JSHandle<EcmaString> test2(thread, in TEST_F() local
Dtagged_value_test.cpp1091 JSHandle<JSTaggedValue> test2(thread->GetEcmaVM()->GetFactory()->NewFromASCII("test2")); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-patterns.js27 function test2(...[...[...rest]]){} function
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-patterns.js27 function test2(...[...[...rest]]){} function
/arkcompiler/ets_runtime/test/aottest/instanceof/
Dinstanceof.ts46 function test2 () { function
/arkcompiler/runtime_core/disassembler/tests/
Dlabels_test.cpp.in51 TEST(label_test, test2) argument
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Drecursive_types.ts48 namespace test2 { namespace
Dobject_literals.ts195 let test2: III = { param: dict.get('1')! } as III variable
/arkcompiler/ets_frontend/ets2panda/linter/test/
Drecursive_types.ts48 namespace test2 { namespace
Dobject_literals2.ts18 const test2 = { hello: "world" }; constant
Dobject_literals.ts193 let test2: III = { param: dict.get('1')! } as III variable
/arkcompiler/runtime_core/static_core/disassembler/tests/
Dlabels_test.cpp68 TEST(LabelTest, test2) in TEST() 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/ets_runtime/test/moduletest/string/
Dstring.js133 var test2 = test1.split("_"); variable
/arkcompiler/runtime_core/assembler/tests/
Dlexer_test.cpp37 TEST(lexertests, test2) in TEST() argument
Dparser_test.cpp41 TEST(parsertests, test2) in TEST() argument
/arkcompiler/runtime_core/static_core/assembler/tests/
Dlexer_test.cpp38 TEST(lexertests, test2) in TEST() argument
Dparser_test.cpp42 TEST(parsertests, test2) in TEST() argument
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/
Ddangling_pointers_checker_test.cpp139 TEST_F(DanglingPointersCheckerTest, test2) in TEST_F() argument
/arkcompiler/ets_runtime/test/moduletest/elements_kind/
Delements_kind.js43 function test2() { function