Home
last modified time | relevance | path

Searched refs:stringArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arraysortcase/
Darraysortcase.js27 const stringArray = ["Blue", "Humpback", "Beluga"]; variable
36 stringArray.join(); // 'Blue,Humpback,Beluga'
37 stringArray.sort(); // ['Beluga', 'Blue', 'Humpback']
38 print(stringArray)
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DUnionArray.sts30 let stringArray = ["one", "two", "three"];
38 assert(stringArray instanceof string[]);