/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_record.cpp | 21 int32_t ModuleRecord::Instantiate(JSThread *thread, const JSHandle<JSTaggedValue> &module) in Instantiate() 31 JSTaggedValue ModuleRecord::Evaluate(JSThread *thread, const JSHandle<JSTaggedValue> &module) in Evaluate() 41 JSTaggedValue ModuleRecord::GetNamespace(JSTaggedValue module) in GetNamespace() 50 void ModuleRecord::SetNamespace(JSThread *thread, JSTaggedValue module, JSTaggedValue value) in SetNamespace()
|
D | js_module_source_text.cpp | 40 …ing> SourceTextModule::GetExportedNames(JSThread *thread, const JSHandle<SourceTextModule> &module, in GetExportedNames() 86 …JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &moduleR… in HostResolveImportedModuleWithMerge() 144 … const JSHandle<SourceTextModule> &module, in HostResolveImportedModule() 161 bool SourceTextModule::CheckCircularImport(const JSHandle<SourceTextModule> &module, in CheckCircularImport() 179 … const JSHandle<SourceTextModule> &module, in ResolveExportObject() 217 …dValue> SourceTextModule::ResolveExport(JSThread *thread, const JSHandle<SourceTextModule> &module, in ResolveExport() 477 …t SourceTextModule::HandleInstantiateException([[maybe_unused]] JSHandle<SourceTextModule> &module, in HandleInstantiateException() 504 JSHandle<SourceTextModule> module = JSHandle<SourceTextModule>::Cast(moduleHdl); in Instantiate() local 536 void SourceTextModule::DFSModuleInstantiation(JSHandle<SourceTextModule> &module, in DFSModuleInstantiation() 565 … JSHandle<SourceTextModule> &module, in HandleInnerModuleInstantiation() [all …]
|
D | js_module_deregister.cpp | 47 JSHandle<SourceTextModule> module(thread, SourceTextModule::Cast(moduleVal.GetTaggedObject())); in FreeModuleRecord() local 71 JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule(moduleName); in ReviseLoadedModuleCount() local 85 void ModuleDeregister::RemoveModule(JSThread *thread, JSHandle<SourceTextModule> module) in RemoveModule() 105 void ModuleDeregister::IncreaseRegisterCounts(JSThread *thread, JSHandle<SourceTextModule> module, in IncreaseRegisterCounts() 155 void ModuleDeregister::DecreaseRegisterCounts(JSThread *thread, JSHandle<SourceTextModule> module, in DecreaseRegisterCounts()
|
D | js_module_deregister.h | 33 JSHandle<SourceTextModule> module = JSHandle<SourceTextModule>::Cast(moduleRecord); in InitForDeregisterModule() local
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
D | library_loader.cpp | 23 HMODULE module = LoadLibrary(filename.data()); in Load() local 34 HMODULE module = reinterpret_cast<HMODULE>(handle.GetNativeHandle()); in ResolveSymbol() local
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | library_loader.cpp | 23 HMODULE module = LoadLibrary(filename.data()); in Load() local 34 HMODULE module = reinterpret_cast<HMODULE>(handle.GetNativeHandle()); in ResolveSymbol() local
|
/arkcompiler/toolchain/inspector/ |
D | library_loader.cpp | 37 HMODULE module = LoadLibrary(libraryName.data()); in Load() local 50 HMODULE module = reinterpret_cast<HMODULE>(handle); in ResolveSymbol() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
D | verify_mark.cpp | 24 AnalysisResult *DoVerifyMark::Run(MIRModule *module, ModuleResultMgr *mgr) in Run() 58 void DoVerifyMark::AddAnnotations(MIRModule &module, const Klass &klass, in AddAnnotations()
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-keyword-identify5.ts | 17 var declare = 0, module = 1, ns = 2; variable
|
D | test_module7.ts | 17 var module = 1; variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
D | verification.h | 26 VerifyResult(const MIRModule &module, const KlassHierarchy &klassHierarchy, MemPool &memPool) in VerifyResult() 94 const MIRModule &module; variable
|
/arkcompiler/ets_runtime/ecmascript/module/tests/module_test/ |
D | module_test_module_test_module.js | 30 export let module = 0; variable
|
/arkcompiler/ets_runtime/ecmascript/napi/test/js/ |
D | termination.js | 30 export let module = 0; variable
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_require_manager.cpp | 30 JSHandle<CjsModule> module = cjsInfo.moduleHdl; in InitializeCommonJS() local 64 JSHandle<CjsModule> module = cjsInfo.moduleHdl; in CollectExecutedExp() local
|
D | js_cjs_module.cpp | 33 void CjsModule::InitializeModule(JSThread *thread, JSHandle<CjsModule> &module, in InitializeModule() 75 void CjsModule::PutIntoCache(JSThread *thread, JSHandle<CjsModule> &module, JSHandle<JSTaggedValue>… in PutIntoCache() 129 JSHandle<CjsModule> module = factory->NewCjsModule(); in Load() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
D | litecg_codegen.h | 39 …LiteCGIRGeneratorImpl(LMIRModule *module, bool enableLog) : module_(module), enableLog_(enableLog)… in LiteCGIRGeneratorImpl()
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
D | inline_ir_utils.cpp | 38 bool RemoveDanglingAliases(Module &module) in RemoveDanglingAliases()
|
D | mark_inline_module.cpp | 35 llvm::PreservedAnalyses MarkInlineModule::run(llvm::Module &module, llvm::ModuleAnalysisManager & /… in run()
|
/arkcompiler/ets_runtime/ecmascript/require/tests/ |
D | js_cjs_module_cache_test.cpp | 65 JSHandle<CjsModule> module = factory->NewCjsModule(); in HWTEST_F_L0() local 91 JSHandle<CjsModule> module = factory->NewCjsModule(); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
D | mir_compiler.cpp | 35 llvm::Expected<std::unique_ptr<CreatedObjectFile>> MIRCompiler::CompileModule(llvm::Module &module) in CompileModule()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_compiler.cpp | 36 StubPassData(Stub *stub, LLVMModule *module, CompilerLog *log) in StubPassData() 82 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen() 100 void StubCompiler::RunPipeline(LLVMModule *module, NativeAreaAllocator *allocator) const in RunPipeline()
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/cookbook_convertor/ |
D | tsconfig.json | 3 "module": "CommonJS", string
|
/arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/ |
D | tsconfig.json | 3 "module": "CommonJS", string
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/ |
D | tsconfig-test.json | 3 "module": "CommonJS", string
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/stats_calculator/ |
D | tsconfig.json | 5 "module": "CommonJS", string
|