Home
last modified time | relevance | path

Searched defs:ClassType (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DLocal.ts55 … this.type = new ClassType(declaringArkClass.getSignature(), declaringArkClass.getRealTypes()); alias
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dindex.ts21 type ClassType = new (...args: {}[]) => {}; alias
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkClass.ts221 …if (type instanceof ClassType && (superClass = this.declaringArkFile.getScene().getClass(type.getC… alias
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor_as_arg/
Dmain.ts47 type ClassType = new (...args: {}[]) => {}; alias
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h32 enum class ClassType { enum
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropAssignCheck.ts131 …const cls = checkType instanceof ClassType && BOXED_SET.has(checkType.getClassSignature().getClass… constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceStmt.ts273 if (!(type instanceof ClassType)) { alias
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h37 enum class ClassType { enum
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument