Home
last modified time | relevance | path

Searched defs:readonly (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Dtest-type-literal.ts23 readonly c: number, readonly 7: number; readonly d?: string, readonly 8?: number variable
26 var f: { [a: number]: number, readonly(a: number): string }; variable
Dmember_expression_71.ts17 var a: {[a:number]:number, readonly [b:string]:number}; variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
Dtest-type-literal.ts23 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/
DindexInfo.h24 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/
DindexInfo.h25 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()
DtupleType.h37 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/
Dmember_expression_71.ts17 var a: {[a:number]:number, readonly [b:string]:number}; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_demo_3.ts17 private readonly mAge: number; constant
Dclass_demo_4.ts17 private readonly mAge: number; constant
Dclass_in_namespace.ts57 private readonly mAge: number; constant
/arkcompiler/ets_frontend/arkguard/test/grammar/export/
Dexport_demo_4.ts24 private readonly mAge: number; constant
Dexport_demo_8.ts25 private readonly mAge: number; constant
Dexport_demo_6.ts24 private readonly mAge: number; constant
Dexport_demo_5.ts24 private readonly mAge: number; constant
Dexport_demo_7.ts24 private readonly mAge: number; constant
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsIndexSignatureBuilder.h41 TSIndexSignatureBuilder &SetReadOnly(bool readonly) in SetReadOnly()
DtsMappedTypeBuilder.h41 TSMappedTypeBuilder &SetReadonly(MappedOption readonly) in SetReadonly()
DtsPropertySignatureBuilder.h53 TSPropertySignatureBuilder &SetReadOnly(bool readonly) in SetReadOnly()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsMappedType.h25 …licit TSMappedType(TSTypeParameter *typeParameter, TypeNode *typeAnnotation, MappedOption readonly, in TSMappedType()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DtsIndexSignature.h36 …icit TSIndexSignature(Expression *const param, TypeNode *const typeAnnotation, bool const readonly) in TSIndexSignature()
DtsPropertySignature.h32 …tySignature(Expression *key, TypeNode *typeAnnotation, bool computed, bool optional, bool readonly) in TSPropertySignature()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceTransformer.ts466 const readonly = type.getReadonlyFlag() ? 'readonly ' : ''; constant
480 const readonly = type.getReadonlyFlag() ? 'readonly ' : ''; constant
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsMappedType.h36 MappedOption readonly, MappedOption optional) in TSMappedType()
DtsPropertySignature.h35 bool readonly) in TSPropertySignature()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp160 … 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()

12