Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DPolymorphismTest.ts18 public makeSound(): void { method in Animal
25 public makeSound(): void { method in Dog
32 public makeSound(): void { method in Cat
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DPolymorphismTest.js18 makeSound() { method in Animal
25 makeSound() { method in Dog
32 makeSound() { method in Cat
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DPolymorphismTest.java25 public void makeSound() { in makeSound() method in Animal
40 public void makeSound() { in makeSound() method in Dog
55 public void makeSound() { in makeSound() method in Cat
/arkcompiler/ets_frontend/arkguard/test/grammar/keepPaths/SourceCode/
Dkeep-file1.ts20 makeSound(): void { method in Animal
26 makeSound(): void { method in Cat
32 makeSound(): void { method in Dog