| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/ |
| D | test-ts-classes-13.ts | 18 prop = "str1"; property in A 25 prop = "Str_NSEA"; property in ns.NSEA 32 prop = "str_B"; variable 39 prop = "str_NSB"; variable
|
| D | test-ts-classes-18.ts | 18 prop = 1; property in Base 26 prop = 2; property in A 32 constructor(public prop = 3) { property in B
|
| D | test-ts-classes-12.ts | 20 prop = "base_prop"; property in Base 36 prop:string; property in B 48 constructor(public prop = "tsparam_prop") { property in C
|
| D | test-ts-classes-14.ts | 21 prop = "prop_ns.A"; property in ns.A 28 prop = "prop_ns.B"; variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/sendable/ |
| D | test-sendable-env.ts | 17 prop: string = 'aaa'; property in A 19 static prop: number = 1; property in A 31 prop: A = new A(); property in B
|
| /arkcompiler/ets_runtime/test/moduletest/proxyset/ |
| D | proxyset.js | 20 set(target, prop, value) { argument 52 set(target, prop, value) { argument 85 set(target, prop, value) { argument 107 set(target, prop, value) { argument 129 set(target, prop, value) { argument 151 set(target, prop, value) { argument 173 set(target, prop, value) { argument 194 set(target, prop, value) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/proxyget/ |
| D | proxyget.js | 21 get(target, prop) { argument 54 get(target, prop) { argument 76 get(target, prop) { argument 98 get(target, prop) { argument 138 get(target, prop) { argument 160 get(target, prop) { argument 180 get(target, prop) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | objectDestructuring.ts | 21 var { prop: [var3, , , var4], var5 = true } = { prop: [1, [], {}, "foo"] } variable 26 var { prop: { var6 = 3, var7 = "" } = { var6: "foo", var7: true } } = { prop: { var6: 1, var7: "bar… variable 32 var { prop: { prop: [var8 = 1, var9 = { a: 3, b: "bar" }] } = { prop: ["foo", true] } } = { prop: {… variable 50 var { prop: { var15, ...var16 } }: { prop: { var15: number, a: string, b(a: number, b: number[]): b… variable
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | objectDestructuring.ts | 21 var { prop: [var3, , , var4], var5 = true } = { prop: [1, [], {}, "foo"] } variable 26 var { prop: { var6 = 3, var7 = "" } = { var6: "foo", var7: true } } = { prop: { var6: 1, var7: "bar… variable 32 var { prop: { prop: [var8 = 1, var9 = { a: 3, b: "bar" }] } = { prop: ["foo", true] } } = { prop: {… variable 50 var { prop: { var15, ...var16 } }: { prop: { var15: number, a: string, b(a: number, b: number[]): b… variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/ |
| D | intersection_types.ts | 21 for (const prop in primary) { constant 25 for (const prop in secondary) { constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/properties/ |
| D | lib2.js | 17 SetPropertyInternal(prop, value) { argument 21 GetPropertyInternal(prop) { argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 94 auto *prop = it->AsProperty(); in ValidateExpression() local 234 static const Literal *CreateLiteral(compiler::PandaGen *pg, const ir::Property *prop, util::BitSet … in CreateLiteral() 281 const ir::Property *prop = properties_[i]->AsProperty(); in CompileStaticProperties() local 328 …ObjectExpression::CompilePropertyOfGetterOrSetter(compiler::PandaGen *pg, const ir::Property *prop, in CompilePropertyOfGetterOrSetter() 354 void ObjectExpression::CompilePropertyWithInit(compiler::PandaGen *pg, const ir::Property *prop, in CompilePropertyWithInit() 410 const ir::Property *prop = properties_[i]->AsProperty(); in CompileRemainingProperties() local 474 const ir::Property *prop = (*it)->AsProperty(); in CheckPattern() local 608 binder::VariableFlags GetFlagsForProperty(const ir::Property *prop) in GetFlagsForProperty() 623 checker::Type *GetTypeForProperty(const ir::Property *prop, checker::Checker *checker) in GetTypeForProperty() 657 const ir::Property *prop = it->AsProperty(); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-definiton27.ts | 18 abstract prop: string = "str"; property in A
|
| D | test-static-blocks-in-class4.ts | 18 static prop: number = 1; property in MultiFoo
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_test_compiler_project/dir/ |
| D | dir_src.ts | 18 static prop = 1; property in A
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-static-blocks-in-class3.ts | 19 static prop: number = 1; property in MultiFoo
|
| D | test-ts-class-element-2.ts | 18 prop = 1; property in A2
|
| D | test-ts-class-element-4.ts | 18 static prop = 1; property in B2
|
| D | test-ts-class-element-3.ts | 18 static prop; property in B1
|
| D | test-ts-class-element-1.ts | 18 prop; property in A1
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsobject.js | 24 prop: 'exists' property
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_export_import_cases/import_declaration/ |
| D | import_03_type.ts | 21 prop: number = 1; property in Tiger
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases/ |
| D | test-class-constructor2.ts | 18 prop: number = 1; property in B
|
| D | test-class-constructor3.ts | 20 prop: number = 1; property in B
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_property/keep_property3/ |
| D | keep_all_property.ts | 24 prop: string = '1'; property in KeepProperty3
|