Home
last modified time | relevance | path

Searched defs:randomString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/js/
DlibOne.mjs16 export function randomString(size) { function
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/ts/shared/
DlibStringUtil.ts26 randomString(size: number): string { method in StringUtil