Searched refs:ModuleKind (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ir_module.h | 24 enum ModuleKind : uint8_t { enum 74 virtual ModuleKind GetModuleKind() const = 0;
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | program.h | 255 void SetPackageInfo(const util::StringView &name, util::ModuleKind kind); 274 return moduleInfo_.kind == util::ModuleKind::MODULE; in IsSeparateModule() 279 return moduleInfo_.kind == util::ModuleKind::DECLARATION; in IsDeclarationModule() 284 return moduleInfo_.kind == util::ModuleKind::PACKAGE; in IsPackage()
|
| D | program.cpp | 87 void Program::SetPackageInfo(const util::StringView &name, util::ModuleKind kind) in SetPackageInfo() 110 moduleInfo_.kind = util::ModuleKind::DECLARATION; in MaybeTransformToDeclarationModule()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | importPathManager.h | 60 enum class ModuleKind { MODULE, DECLARATION, PACKAGE }; 66 ModuleKind kind {};
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-compiler/ |
| D | FormTscOptions.ts | 53 module: ts.ModuleKind.CommonJS,
|
| D | ResolveSdks.ts | 336 module: ts.ModuleKind.CommonJS,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/compiler/ |
| D | Compiler.ts | 26 module: ts.ModuleKind.CommonJS,
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/ |
| D | TestRunner.ts | 47 module: ts.ModuleKind.ES2020,
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | scopedDebugInfoPlugin.cpp | 410 program->SetPackageInfo(moduleName, util::ModuleKind::MODULE); in CreateEmptyProgram()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.h | 65 ModuleKind GetModuleKind() const override in GetModuleKind()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.h | 129 ModuleKind GetModuleKind() const override in GetModuleKind()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.cpp | 1181 GetProgram()->SetPackageInfo(moduleName, util::ModuleKind::MODULE); in ParsePackageDeclaration() 1195 GetProgram()->SetPackageInfo(packageName, util::ModuleKind::PACKAGE); in ParsePackageDeclaration()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ModuleKind.CommonJS&&!!t.commonJsModuleIndicator},e.isEffectiveStrictModeSourceFile=function(t,r){…
|