Home
last modified time | relevance | path

Searched defs:getAge (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/export/
Dexport_demo_2.ts23 getAge() { method in Cat
Dexport_demo_1.ts23 getAge() { method in Cat
Dexport_demo_11.ts22 getAge() { method in Cat
Dexports_demo_1.js34 getAge(){ method in exports.noNameClass
/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_demo_5.ts23 getAge() { method in Cat
Dclass_demo_1.ts25 getAge() { method in Cat
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/super_this/
Dload_this.js16 getAge() { method in Dog
Dload_super.js17 getAge() { method in Animal
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_01_export_import_cases/export_name_exports/
Dexport_name_01.ts26 get getAge(): number { method in Person1
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_06_export_import_cases/export_from/
Dexport_basic1.ts28 get getAge(): numAlias { method in Human
/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dxcommonjs-exports_1.js34 getAge(){ method in exports.noNameClass
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_as_parameter/ts_to_sts/
Dgeneric_as_parameter.ts176 public getAge(): U { method in UserClass
Dgeneric_as_parameter.js122 userClass.prototype.getAge = function () { method in userClass