Home
last modified time | relevance | path

Searched defs:age (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_demo_1.ts33 get age(): number { method in Cat
37 set age(_age) { method in Cat
/arkcompiler/ets_runtime/test/workload/objaccess/
Dobjaccess.swift31 public var age: Int; variable
44 var age = dog.age; variable
Dobjaccess.ts28 age: number; property in Dog
41 var age = dog.age; variable
Dobjaccess.js41 function Dog(age) { argument
52 var age = dog.age; variable
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_1/
Dtest-ts-export-type.ts19 age:number; property
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_2/
Dtest-ts-export-type.ts19 age:number; property
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DspreadContextualTypedBindingPattern.ts34 const { naam, age } = {...bob, ...alice constant
DkeyofGenericExtendingClassDoubleLayer.ts30 public age: number; property in PersonModel
/arkcompiler/ets_frontend/arkguard/test/grammar/data_type/
Dtype_omit.ts22 age: number; property
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/amdImportNotAsPrimaryExpression/
Dfoo_0.ts29 age: number; property
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/commonJSImportNotAsPrimaryExpression/
Dfoo_0.ts29 age: number; property
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dconst_declaration.ts36 let {name, age, song} = CHUAN; variable
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export/
Dexport.ts37 age: number; property in Student
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/
Dexport.ts19 age: number; property in Student
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js142 constructor(name, age) { argument
560 constructor(name, age) { argument
617 Person.prototype.age = "12"; method in Person
738 age: 18, property