Home
last modified time | relevance | path

Searched defs:sayHello (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_in_namespace.ts47 public sayHello(){ method in secHello.Hello
52 function sayHello() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_abstract_class_project_1/
Dts-test-import-abstract-class-exec.ts20 sayHello() { method in Dog
Dts-test-export-abstract-class.ts22 abstract sayHello():void; method in Animal
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DReflectionTest.ts17 sayHello() { method in ReflectionTest
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DReflectionTest.js17 sayHello() { method in ReflectionTest
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DReflectionTest.java32 public void sayHello() { in sayHello() method in ReflectionTest
/arkcompiler/ets_runtime/test/workload/objaccess/
Dobjaccess.swift25 func sayHello() { in sayHello() function
Dobjaccess.js35 Animal.prototype.sayHello = function () { method in Animal
/arkcompiler/runtime_core/abc2program/tests/ts/release-line-number/
DCommonSyntax.ts175 sayHello(): string { method in Parent
181 sayHello(): string { method in Child