/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | test-type-literal.ts | 23 readonly c: number, readonly 7: number; readonly d?: string, readonly 8?: number variable 26 var f: { [a: number]: number, readonly(a: number): string }; variable
|
D | member_expression_71.ts | 17 var a: {[a:number]:number, readonly [b:string]:number}; variable
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | indexInfo.h | 25 IndexInfo(Type *type, util::StringView paramName, bool readonly) in IndexInfo() 30 … IndexInfo(Type *type, util::StringView paramName, bool readonly, const lexer::SourcePosition &pos) in IndexInfo()
|
D | tupleType.h | 37 uint32_t minLength, uint32_t fixedLength, bool readonly) in TupleType() 53 … uint32_t minLength, uint32_t fixedLength, bool readonly, NamedTupleMemberPool &&namedMembers) in TupleType()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | enumBasics.ts | 41 readonly A: E1.A; variable 45 readonly B: E1.B; variable 49 readonly C: E1.C; variable 53 readonly [n: number]: string; variable
|
D | readonlyInDeclarationFile.ts | 105 readonly a: string; variable 108 readonly [x: string]: Object; variable
|
/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/ |
D | class_demo_3.ts | 17 private readonly mAge: number; constant
|
D | class_demo_4.ts | 17 private readonly mAge: number; constant
|
D | class_in_namespace.ts | 57 private readonly mAge: number; constant
|
/arkcompiler/ets_frontend/arkguard/test/grammar/export/ |
D | export_demo_4.ts | 24 private readonly mAge: number; constant
|
D | export_demo_6.ts | 24 private readonly mAge: number; constant
|
D | export_demo_7.ts | 24 private readonly mAge: number; constant
|
D | export_demo_5.ts | 24 private readonly mAge: number; constant
|
D | export_demo_8.ts | 25 private readonly mAge: number; constant
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsIndexSignature.h | 36 explicit TSIndexSignature(Expression *param, Expression *typeAnnotation, bool readonly) in TSIndexSignature()
|
D | tsMappedType.h | 36 MappedOption readonly, MappedOption optional) in TSMappedType()
|
D | tsPropertySignature.h | 35 bool readonly) in TSPropertySignature()
|
D | tsParameterProperty.h | 36 …plicit TSParameterProperty(AccessibilityOption accessibility, Expression *parameter, bool readonly, in TSParameterProperty()
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
D | typeCreation.cpp | 155 … ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly) in CreateTupleType() 162 … ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly, in CreateTupleType()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_array.cpp | 290 PropertyDescriptor readonly(thread); in ArraySetLength() local
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | parserImpl.cpp | 1178 ir::MappedOption readonly = ParseMappedOption(lexer::TokenType::KEYW_READONLY); in ParseTsMappedType() local 1384 bool readonly = false; in ParseTsTypeLiteralOrInterfaceMember() local 3593 bool readonly = false; in CreateTsParameterProperty() local
|