Home
last modified time | relevance | path

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

12

/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/arkguard/test/ut/utils/ScopeAnalyzer/
DanalyzeFunctionLike.ts33 get age(): number { method in Person
37 set age(age: number) { method in Person
/arkcompiler/toolchain/tooling/test/testcases/js/
Dvariable_second.js128 age; field in o.foo.Parent
129 constructor(name, age) { argument
140 constructor(name, age, idNumber) { argument
Dsample.js30 age: 19, property
/arkcompiler/ets_frontend/arkguard/test/grammar/keepPaths/fileNameObfs/
Dexport_file.ts25 age: number; property
32 age: number; property in PersonTest1
/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/aottest/createobjectwithexcludedkeys/
Dcreateobjectwithexcludedkeys.ts18 const {value, age, ...v1} = v0; constant
/arkcompiler/ets_frontend/arkguard/test/grammar/function_like_namecache/enable_compact/
Dproperty_arrow.ts17 private age: number = 10; property in Person4
Dset_get_name1.ts17 age: number; property in Person9
Dfunction_set_get.ts17 private age: number = 10; property in Person2
Dfunction_member_method.ts17 age: number = 1; property in Person3
Dfunction_constructor.ts17 age: number; property in Person1
Dproperty_expression1.ts17 private age: number = 10; property in Person5
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_composite/js/
Dclass_composite.js19 age; field in A
/arkcompiler/ets_frontend/arkguard/test/grammar/jsfile/
Dscript1.js23 age: 30, property
48 age: 30, property
/arkcompiler/ets_frontend/arkguard/test/grammar/data_type/
Dtype_omit.ts22 age: number; property
/arkcompiler/ets_frontend/es2panda/test/debug/parser/
Dtest-class-constructor-1.js23 constructor(name, age) { argument
/arkcompiler/runtime_core/verifier/tests/js/
Dtest_checksum.js23 constructor(name, age) { argument
/arkcompiler/runtime_core/assembler/tests/js/
Dtest_class_access_flags.js23 constructor(name, age) { argument
/arkcompiler/ets_runtime/test/moduletest/mapforeach/
Dmapforeach.js18 age = 28; field in Person
/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dexport_obfuscation_1.ts18 age:number; property in PersonClass01

12