Home
last modified time | relevance | path

Searched refs:str10 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/stringfromcharcode/
H A Dstringfromcharcode.js59 var str10 = "wodeyisishi"; variable
61 print(str8.concat(str9, str10));
62 print(str8.concat(str9, ' hh ', str10));
/arkcompiler/ets_runtime/test/moduletest/regexp/
H A Dregexp.js599 const str10 = "abcabcabc";
600 const matches = regex.test(str10);
602 const matches1 = regex.exec(str10);

Completed in 2 milliseconds