| /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
|
| D | test-ts-classes-22.ts | 19 prop:number; property in A
|
| D | test-ts-classes-10.ts | 20 prop = "str1"; property in A
|
| D | test-ts-classes-11.ts | 25 prop = "str1"; property in A
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | getSetEnumerable.ts | 29 set prop(value: boolean) { } method in GetSetEnumerableClassSet 33 get prop() { method in GetSetEnumerableClassGetSet 38 set prop(value: boolean) { } method in GetSetEnumerableClassGetSet
|
| D | contextuallyTypedBindingInitializer.ts | 34 prop: [string, number]; property 39 prop: "foo" | "bar"; property
|
| D | abstractPropertyBasics.ts | 27 abstract prop: string; property in B
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | lreference.ts | 36 private prop: VReg | undefined = undefined; property in LReference 66 let prop: VReg | number | string; variable 88 let prop: VReg | number | string; variable 159 … let { obj: object, prop: property } = getObjAndProp(realNode, objReg, propReg, compiler); variable
|
| /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/es2panda/test/compiler/ts/projects/ts_test_compiler_project/dir/ |
| D | dir_src.ts | 18 static prop = 1; property in A
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsobject.js | 24 prop: 'exists' property
|
| /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/es2panda/test/parser/ts/ |
| D | test-class-constructor11.ts | 19 constructor(public prop: number) { property in A
|
| D | test-class-constructor10.ts | 19 prop: number = 1; property in A
|
| D | test-class-super-1.ts | 18 static prop = 100; property in Base
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 157 void PGOTypeInfer::UpdateType(CollectedType &types, JSTaggedValue prop) in UpdateType() 166 void PGOTypeInfer::InferTypeForClass(ChunkSet<GateType> &types, JSTaggedValue prop) in InferTypeForClass() 206 void PGOTypeInfer::ComputeCommonSuperClassTypes(ChunkSet<GateType> &types, JSTaggedValue prop) in ComputeCommonSuperClassTypes() 287 JSTaggedValue prop = tsManager_->GetStringFromConstantPool(propIndex); in InferLdObjByName() local 300 JSTaggedValue prop = tsManager_->GetStringFromConstantPool(propIndex); in InferStObjByName() local 324 JSTaggedValue prop = tsManager_->GetStringFromConstantPool(propIndex); in InferStOwnByName() local 330 void PGOTypeInfer::UpdateTypeForRWOp(GateRef gate, GateRef receiver, JSTaggedValue prop) in UpdateTypeForRWOp()
|
| /arkcompiler/ets_frontend/ts2panda/tests/statements/ |
| D | forIn.test.ts | 46 let prop = new VReg(); variable 122 let prop = new VReg(); variable 159 let prop = new VReg(); variable
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 99 auto *prop = it->AsProperty(); in ValidateExpression() local 240 static const Literal *CreateLiteral(compiler::PandaGen *pg, const ir::Property *prop, util::BitSet … in CreateLiteral() 289 const ir::Property *prop = properties_[i]->AsProperty(); in CompileStaticProperties() local 361 const ir::Property *prop = properties_[i]->AsProperty(); in CompileRemainingProperties() local 462 const ir::Property *prop = (*it)->AsProperty(); in CheckPattern() local 595 binder::VariableFlags GetFlagsForProperty(const ir::Property *prop) in GetFlagsForProperty() 610 checker::Type *GetTypeForProperty(const ir::Property *prop, checker::Checker *checker) in GetTypeForProperty() 643 const ir::Property *prop = it->AsProperty(); in Check() local
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/es6ImportNamedImportWithTypesAndValues/ |
| D | server.ts | 29 prop = "hello"; property in C
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | properties_cache.h | 32 PropertyKey &prop = keys_[hash]; in Get() local 41 PropertyKey &prop = keys_[hash]; in Set() local
|
| /arkcompiler/ets_runtime/test/aottest/exception_case7/ |
| D | exception_case7.js | 18 get: function(obj, prop) { argument
|