Home
last modified time | relevance | path

Searched refs:CLASS (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/
Dtest-namespace-enum-transformed-function.ts17 namespace CLASS { namespace
35 export let AccessFlag = CLASS.Description.AccessFlag;
/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts29 CLASS
121 return this.declKind === VarDeclarationKind.CLASS;
DaddVariable2Scope.ts166 v = scope.add(decl, VarDeclarationKind.CLASS, InitStatus.UNINITIALIZED);
169 v = classScope.add(decl, VarDeclarationKind.CLASS, InitStatus.UNINITIALIZED);
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h26 CLASS, enumerator
43 TYPEKIND_FIRST = CLASS,
Dts_type_parser.cpp218 case TSTypeKind::CLASS: { in ParseNonImportType()
264 ASSERT(typeLiteralExtractor->GetTypeKind() == TSTypeKind::CLASS); in ParseClassType()
919 ASSERT(typeLiteralExtractor->GetTypeKind() == TSTypeKind::CLASS); in ClassLiteralInfo()
Dts_manager.h425 V(Class, TSTypeKind::CLASS) \
Dts_manager.cpp377 return TSTypeKind::CLASS; in GetTypeKind()
1144 case TSTypeKind::CLASS: in GetTypeStr()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp30 case TSTypeKind::CLASS: in Compute()
110 case TSTypeKind::CLASS: in ComputePolymorphism()
Dbytecode_info_collector.cpp224 if (typeLiteralExtractor.GetTypeKind() != TSTypeKind::CLASS) { in StoreClassTypeOffset()
614 if (typeExtractor.GetTypeKind() == TSTypeKind::CLASS) { in CheckExportNameAndClassType()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp312 case DeclType::CLASS: { in AddBinding()
350 case DeclType::CLASS: { in AddBinding()
423 case DeclType::CLASS: { in AddBinding()
DvariableFlags.h28 _(CLASS, ClassDecl) \
Ddeclaration.h306 return DeclType::CLASS; in Type()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectType.h54 CLASS, in DEFINE_BITOPS() enumerator
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts72 CLASS, enumerator
91 return scope.kind === ScopeKind.CLASS;
719 current = createScope(scopeName, node, ScopeKind.CLASS, true, current);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp148 case TSTypeKind::CLASS: in PrintTypeKind()
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts114 CLASS, enumerator
459 classTypeLiterals.push(new Literal(LiteralTag.INTEGER, L2Type.CLASS));
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h145 CLASS = 0x0, enumerator
391 return IndexType::CLASS; in GetIndexType()
1817 CLASS = 0x05, enumerator
Dfile_item_container.h287 if (index_type == IndexType::CLASS) { in operator()
Dfile_item_container.cpp887 case IndexType::CLASS: in GetItemType()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h212 CLASS, enumerator
858 buffer_->Add(recorder_->Allocator()->New<ir::NumberLiteral>(UserType::CLASS)); in FillLiteralBuffer()
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch4740 var resultIsObject11 = (STRING.toLowerCase(), new CLASS());
4741 +let qw10 = new CLASS();
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …=3]="VAR",e[e.FUNCTION=4]="FUNCTION",e[e.MODULE=5]="MODULE",e[e.CLASS=6]="CLASS"}(i=t.VarDeclarati…