| /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/ets2panda/test/compiler/ts/ |
| 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
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | indexInfo.h | 24 IndexInfo(Type *type, util::StringView paramName, bool readonly) in IndexInfo() 29 … IndexInfo(Type *type, util::StringView paramName, bool readonly, const lexer::SourcePosition &pos) in IndexInfo()
|
| /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_frontend/ets2panda/test/ast/compiler/ts/ |
| D | member_expression_71.ts | 17 var a: {[a:number]:number, readonly [b:string]:number}; 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_8.ts | 25 private readonly mAge: number; constant
|
| D | export_demo_6.ts | 24 private readonly mAge: number; constant
|
| D | export_demo_5.ts | 24 private readonly mAge: number; constant
|
| D | export_demo_7.ts | 24 private readonly mAge: number; constant
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | tsIndexSignatureBuilder.h | 41 TSIndexSignatureBuilder &SetReadOnly(bool readonly) in SetReadOnly()
|
| D | tsMappedTypeBuilder.h | 41 TSMappedTypeBuilder &SetReadonly(MappedOption readonly) in SetReadonly()
|
| D | tsPropertySignatureBuilder.h | 53 TSPropertySignatureBuilder &SetReadOnly(bool readonly) in SetReadOnly()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsMappedType.h | 25 …licit TSMappedType(TSTypeParameter *typeParameter, TypeNode *typeAnnotation, MappedOption readonly, in TSMappedType()
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | tsIndexSignature.h | 36 …icit TSIndexSignature(Expression *const param, TypeNode *const typeAnnotation, bool const readonly) in TSIndexSignature()
|
| D | tsPropertySignature.h | 32 …tySignature(Expression *key, TypeNode *typeAnnotation, bool computed, bool optional, bool readonly) in TSPropertySignature()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/ |
| D | SourceTransformer.ts | 466 const readonly = type.getReadonlyFlag() ? 'readonly ' : ''; constant 480 const readonly = type.getReadonlyFlag() ? 'readonly ' : ''; constant
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsMappedType.h | 36 MappedOption readonly, MappedOption optional) in TSMappedType()
|
| D | tsPropertySignature.h | 35 bool readonly) in TSPropertySignature()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeCreation.cpp | 160 … ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly) in CreateTupleType() 168 … ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly, in CreateTupleType()
|