Home
last modified time | relevance | path

Searched defs:getData (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/across_abc_test/
Dacross_abc_test.js20 function getData(store, userInput) { function
/arkcompiler/ets_frontend/arkguard/test/grammar/namecache_removecomments/
DnamecacheTest6.ts22 public getData(index: number): string { method in MyDataSource
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-tuple-annotation.ts49 export async function getData(): Promise<[string, number]> { function