Home
last modified time | relevance | path

Searched defs:name2 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/09_shorthand/
D01_shorthand_01.ts25 let name2 = 'hello' variable
26 let info2 = {name: name1, name2: name1} variable
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/
DsomeSimilarGrammars1.js20 let {...reset1} = {'name2': 'akria2', age2: 18}; property
29 let {...reset2} = {'name2': 'akria4', age2: 20}; property
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/
DsomeSimilarGrammars.js20 let {...reset1} = {'name2': 'akria2', age2: 18}; property
29 let {...reset2} = {'name2': 'akria4', age2: 18}; property
/arkcompiler/ets_runtime/test/moduletest/string/
Dstring.js92 let name2 = 'testfileswodetwwwpng'; variable
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/inst_manipulation/
Dinst_manipulation.cpp1060 auto name2 = g_implI->functionGetName(currMethod2); in TEST_F() local
1081 auto name2 = g_implI->functionGetName(currMethod2); in TEST_F() local