Home
last modified time | relevance | path

Searched defs:AA (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/quickfix/class_mem_var/
Dbase.js26 globalThis.AA = new A(); variable in globalThis
/arkcompiler/ets_runtime/test/quickfix/cold_classmemvar/
Dbase.js26 globalThis.AA = new A(); variable in globalThis
/arkcompiler/ets_runtime/test/quickfix/class_inheritance/
Dbase.js29 globalThis.AA = new A(); variable in globalThis
/arkcompiler/ets_runtime/test/aottest/calls/
Dcalls.ts178 class AA { class