Home
last modified time | relevance | path

Searched refs:PrintStr (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/quickfix/class_mem_var/
Dtest.js17 a.PrintStr();
18 AA.PrintStr() variable in AA
22 b.PrintStr();
23 BB.PrintStr()
Dbase_modify.js21 PrintStr() { method in A
Dmodule_modify.js21 PrintStr() { method in B
Dbase.js20 PrintStr() { method in A
Dmodule.js20 PrintStr() { method in B
/arkcompiler/ets_runtime/test/quickfix/class_inheritance/
Dtest.js16 if (AA.PrintStr instanceof Function) {
17 AA.PrintStr()
Dexpect_output.txt17 AA.PrintStr not function
22 AA.PrintStr not function
Dbase_modify.js19 PrintStr() { method in BaseA
Dbase.js19 PrintStr() { method in BaseA
/arkcompiler/ets_runtime/test/quickfix/class_name/
Dbase_modify.js20 PrintStr() { method in foo.C2
26 c.PrintStr()
Dbase.js20 PrintStr() { method in foo.C1
26 c.PrintStr()