/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/ |
D | test-namespace-enum-transformed-function.ts | 17 namespace CLASS { namespace 35 export let AccessFlag = CLASS.Description.AccessFlag;
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | variable.ts | 29 CLASS 121 return this.declKind === VarDeclarationKind.CLASS;
|
D | addVariable2Scope.ts | 166 v = scope.add(decl, VarDeclarationKind.CLASS, InitStatus.UNINITIALIZED); 169 v = classScope.add(decl, VarDeclarationKind.CLASS, InitStatus.UNINITIALIZED);
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | global_ts_type_ref.h | 26 CLASS, enumerator 43 TYPEKIND_FIRST = CLASS,
|
D | ts_type_parser.cpp | 218 case TSTypeKind::CLASS: { in ParseNonImportType() 264 ASSERT(typeLiteralExtractor->GetTypeKind() == TSTypeKind::CLASS); in ParseClassType() 919 ASSERT(typeLiteralExtractor->GetTypeKind() == TSTypeKind::CLASS); in ClassLiteralInfo()
|
D | ts_manager.h | 425 V(Class, TSTypeKind::CLASS) \
|
D | ts_manager.cpp | 377 return TSTypeKind::CLASS; in GetTypeKind() 1144 case TSTypeKind::CLASS: in GetTypeStr()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | object_access_helper.cpp | 30 case TSTypeKind::CLASS: in Compute() 110 case TSTypeKind::CLASS: in ComputePolymorphism()
|
D | bytecode_info_collector.cpp | 224 if (typeLiteralExtractor.GetTypeKind() != TSTypeKind::CLASS) { in StoreClassTypeOffset() 614 if (typeExtractor.GetTypeKind() == TSTypeKind::CLASS) { in CheckExportNameAndClassType()
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | scope.cpp | 312 case DeclType::CLASS: { in AddBinding() 350 case DeclType::CLASS: { in AddBinding() 423 case DeclType::CLASS: { in AddBinding()
|
D | variableFlags.h | 28 _(CLASS, ClassDecl) \
|
D | declaration.h | 306 return DeclType::CLASS; in Type()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | objectType.h | 54 CLASS, in DEFINE_BITOPS() enumerator
|
/arkcompiler/ets_frontend/arkguard/src/utils/ |
D | ScopeAnalyzer.ts | 72 CLASS, enumerator 91 return scope.kind === ScopeKind.CLASS; 719 current = createScope(scopeName, node, ScopeKind.CLASS, true, current);
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | type_literal_extractor.cpp | 148 case TSTypeKind::CLASS: in PrintTypeKind()
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | typeSystem.ts | 114 CLASS, enumerator 459 classTypeLiterals.push(new Literal(LiteralTag.INTEGER, L2Type.CLASS));
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_items.h | 145 CLASS = 0x0, enumerator 391 return IndexType::CLASS; in GetIndexType() 1817 CLASS = 0x05, enumerator
|
D | file_item_container.h | 287 if (index_type == IndexType::CLASS) { in operator()
|
D | file_item_container.cpp | 887 case IndexType::CLASS: in GetItemType()
|
/arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
D | typeSystem.h | 212 CLASS, enumerator 858 buffer_->Add(recorder_->Allocator()->New<ir::NumberLiteral>(UserType::CLASS)); in FillLiteralBuffer()
|
/arkcompiler/ets_frontend/testTs/ |
D | test-case.patch | 4740 var resultIsObject11 = (STRING.toLowerCase(), new CLASS()); 4741 +let qw10 = new CLASS();
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …=3]="VAR",e[e.FUNCTION=4]="FUNCTION",e[e.MODULE=5]="MODULE",e[e.CLASS=6]="CLASS"}(i=t.VarDeclarati…
|