| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_manager_helper.cpp | 23 …Value ModuleManagerHelper::GetModuleValue(JSThread *thread, JSHandle<SourceTextModule> module, int… in GetModuleValue() 43 JSHandle<SourceTextModule> module(thread, resolvedModule); in GetNativeOrCjsExports() local 70 …aggedValue ModuleManagerHelper::GetModuleValue(JSThread *thread, JSHandle<SourceTextModule> module, in GetModuleValue() 88 JSHandle<SourceTextModule> module, in GetModuleValueFromIndexBinding() 97 … JSThread *thread, JSHandle<SourceTextModule> module, JSHandle<ResolvedRecordIndexBinding> binding) in GetResolvedRecordIndexBindingModule() 116 … JSHandle<SourceTextModule> module, in GetModuleValueFromRecordBinding() 125 … JSHandle<SourceTextModule> module, in GetResolvedRecordBindingModule() 145 … JSHandle<SourceTextModule> module, in GetLazyModuleValueFromIndexBinding() 174 JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding) in GetLazyModuleValueFromRecordBinding() 201 …eManagerHelper::UpdateBindingAndGetModuleValue(JSThread *thread, JSHandle<SourceTextModule> module, in UpdateBindingAndGetModuleValue()
|
| D | js_shared_module_manager.cpp | 57 JSHandle<SourceTextModule> module(thread, currentModule.GetTaggedObject()); in GetSendableModuleValueImpl() local 91 JSHandle<SourceTextModule> module(thread, currentModule.GetTaggedObject()); in GetLazySendableModuleValueImpl() local 165 JSHandle<JSTaggedValue> module = moduleManager->TryGetImportedModule(recordName); in ResolveSharedImportedModuleWithMerge() local 194 JSHandle<JSTaggedValue> module(thread, entry->second); in GetSModuleUnsafe() local 213 JSHandle<JSTaggedValue> module = JSHandle<JSTaggedValue>::Cast(moduleRecord); in InsertInSModuleManager() local 226 JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule(s); in TransferSModule() local 234 …dModuleManager::findModuleMutexWithLock(JSThread *thread, const JSHandle<SourceTextModule> &module) in findModuleMutexWithLock() 245 …aredModuleManager::IsInstaniatedSModule(JSThread *thread, const JSHandle<SourceTextModule> &module) in IsInstaniatedSModule() 260 JSHandle<SourceTextModule> module; in GenerateFuncModule() local 279 const JSHandle<JSTaggedValue> &module, const JSHandle<TaggedArray> &exports) in SModuleNamespaceCreate() [all …]
|
| D | js_module_manager.h | 122 inline void AddResolveImportedModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedModule() 127 inline void UpdateResolveImportedModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedModule() 137 JSTaggedValue module = it->second; in NativeObjDestory() local
|
| D | module_tools.cpp | 29 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromIndexBindingForLog() 42 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromRecordBindingForLog() 62 JSHandle<SourceTextModule> module(thread, resolvedModule); in ProcessModuleLoadInfo() local 84 JSHandle<SourceTextModule> module(thread, resolvedModule); in ProcessModuleLoadInfo() local
|
| D | js_module_deregister.cpp | 41 JSHandle<SourceTextModule> module(thread, SourceTextModule::Cast(moduleVal.GetTaggedObject())); in FreeModuleRecord() local 67 JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule(moduleName); in ReviseLoadedModuleCount() local 80 void ModuleDeregister::RemoveModule(JSThread *thread, JSHandle<SourceTextModule> module) in RemoveModule() 95 void ModuleDeregister::IncreaseRegisterCounts(JSThread *thread, JSHandle<SourceTextModule> module, in IncreaseRegisterCounts() 144 void ModuleDeregister::DecreaseRegisterCounts(JSThread *thread, JSHandle<SourceTextModule> module, in DecreaseRegisterCounts()
|
| D | js_module_source_text.cpp | 35 …ing> SourceTextModule::GetExportedNames(JSThread *thread, const JSHandle<SourceTextModule> &module, in GetExportedNames() 81 …const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &moduleRequest, bool execu… in HostResolveImportedModuleWithMerge() 126 … const JSHandle<SourceTextModule> &module, in HostResolveImportedModule() 143 bool SourceTextModule::CheckCircularImport(const JSHandle<SourceTextModule> &module, in CheckCircularImport() 161 … const JSHandle<SourceTextModule> &module, in ResolveExportObject() 234 …dValue> SourceTextModule::ResolveExport(JSThread *thread, const JSHandle<SourceTextModule> &module, in ResolveExport() 491 …t SourceTextModule::HandleInstantiateException([[maybe_unused]] JSHandle<SourceTextModule> &module, in HandleInstantiateException() 518 JSHandle<SourceTextModule> module = JSHandle<SourceTextModule>::Cast(moduleHdl); in Instantiate() local 552 void SourceTextModule::DFSModuleInstantiation(JSHandle<SourceTextModule> &module, in DFSModuleInstantiation() 581 … JSHandle<SourceTextModule> &module, in HandleInnerModuleInstantiation() [all …]
|
| D | js_shared_module_manager.h | 78 inline void AddResolveImportedSModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedSModule() 83 inline void UpdateResolveImportedSModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedSModule()
|
| /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/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/static_core/libllvmbackend/transforms/ |
| D | builtins.cpp | 88 auto module = function->getParent(); in SlowClassLoadingHelper() local 187 llvm::Function *LenArray(llvm::Module *module) in LenArray() 205 llvm::Function *KeepThis(llvm::Module *module) in KeepThis() 222 llvm::Function *BarrierReturnVoid(llvm::Module *module) in BarrierReturnVoid() 237 llvm::Function *LoadClass(llvm::Module *module) in LoadClass() 253 llvm::Function *LoadInitClass(llvm::Module *module) in LoadInitClass() 269 llvm::Function *PreWRB(llvm::Module *module, unsigned addrSpace) in PreWRB() 288 llvm::Function *PostWRB(llvm::Module *module, unsigned addrSpace) in PostWRB() 310 llvm::Function *LoadString(llvm::Module *module) in LoadString() 326 llvm::Function *ResolveVirtual(llvm::Module *module) in ResolveVirtual() [all …]
|
| /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/napi/test/js/ |
| D | termination.js | 30 export let module = 0; 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/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/ |
| D | tsconfig.json | 4 "module": "commonjs", string
|
| /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/require/ |
| D | js_require_manager.cpp | 25 JSHandle<CjsModule> module = cjsInfo.moduleHdl; in InitializeCommonJS() local 59 JSHandle<CjsModule> module = cjsInfo.moduleHdl; in CollectExecutedExp() local
|
| D | js_cjs_module.cpp | 26 void CjsModule::InitializeModule(JSThread *thread, JSHandle<CjsModule> &module, in InitializeModule() 68 void CjsModule::PutIntoCache(JSThread *thread, JSHandle<CjsModule> &module, JSHandle<JSTaggedValue>… in PutIntoCache() 124 JSHandle<CjsModule> module = factory->NewCjsModule(); in Load() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.h | 41 …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()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/ |
| D | tsconfig.sample.json | 4 "module": "commonjs" /* Specify what module code is generated. */, string
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/ts-compiler/ |
| D | FormTscOptions.ts | 37 module: ts.ModuleKind.CommonJS, constant
|
| /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
|