| /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() 206 …eManagerHelper::UpdateBindingAndGetModuleValue(JSThread *thread, JSHandle<SourceTextModule> module, in UpdateBindingAndGetModuleValue()
|
| D | js_shared_module_manager.cpp | 83 JSHandle<SourceTextModule> module(thread, currentModule.GetTaggedObject()); in GetSendableModuleValueImpl() local 117 JSHandle<SourceTextModule> module(thread, currentModule.GetTaggedObject()); in GetLazySendableModuleValueImpl() local 155 JSHandle<JSTaggedValue> module(thread, entry->second); in GetSModuleUnsafe() local 174 JSHandle<JSTaggedValue> module = JSHandle<JSTaggedValue>::Cast(moduleRecord); in InsertInSModuleManager() local 187 JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule(s); in TransferSModule() local 195 …dModuleManager::findModuleMutexWithLock(JSThread *thread, const JSHandle<SourceTextModule> &module) in findModuleMutexWithLock() 206 …redModuleManager::IsInstantiatedSModule(JSThread *thread, const JSHandle<SourceTextModule> &module) in IsInstantiatedSModule() 220 JSHandle<SourceTextModule> module; in GenerateFuncModule() local 239 const JSHandle<JSTaggedValue> &module, const JSHandle<TaggedArray> &exports) in SModuleNamespaceCreate() 250 JSTaggedValue module = it->second; in SharedNativeObjDestory() local
|
| D | module_tools.cpp | 32 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromIndexBindingForLog() 45 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromRecordBindingForLog() 65 JSHandle<SourceTextModule> module(thread, resolvedModule); in ProcessModuleLoadInfo() local 87 JSHandle<SourceTextModule> module(thread, resolvedModule); in ProcessModuleLoadInfo() local 134 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetLazyModuleValueFromIndexBindingForLog() 166 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetLazyModuleValueFromRecordBindingForLog() 205 JSMutableHandle<SourceTextModule> module(thread, resolvedModule); in ProcessLazyModuleLoadInfo() local 228 JSHandle<SourceTextModule> module(thread, resolvedModule); in ProcessLazyModuleLoadInfo() local
|
| D | js_module_deregister.cpp | 45 JSHandle<SourceTextModule> module(thread, SourceTextModule::Cast(moduleVal.GetTaggedObject())); in FreeModuleRecord() local 69 JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule(moduleName); in ReviseLoadedModuleCount() local 82 void ModuleDeregister::RemoveModule(JSThread *thread, JSHandle<SourceTextModule> module) in RemoveModule() 97 void ModuleDeregister::IncreaseRegisterCounts(JSThread *thread, JSHandle<SourceTextModule> module, in IncreaseRegisterCounts() 134 void ModuleDeregister::DecreaseRegisterCounts(JSThread *thread, JSHandle<SourceTextModule> module, in DecreaseRegisterCounts()
|
| D | module_message_helper.h | 33 static void PrintAndThrowError(JSThread *thread, JSHandle<SourceTextModule> module) in PrintAndThrowError() 44 static void PrintErrorMessage(JSThread *thread, JSHandle<SourceTextModule> module) in PrintErrorMessage()
|
| D | js_module_manager.h | 110 inline void AddResolveImportedModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedModule() 115 inline void UpdateResolveImportedModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedModule() 125 JSTaggedValue module = it->second; in NativeObjDestory() local
|
| D | js_module_source_text.cpp | 38 …ing> SourceTextModule::GetExportedNames(JSThread *thread, const JSHandle<SourceTextModule> &module, in GetExportedNames() 83 bool SourceTextModule::CheckCircularImport(const JSHandle<SourceTextModule> &module, in CheckCircularImport() 101 … const JSHandle<SourceTextModule> &module, in ResolveExportObject() 170 …dValue> SourceTextModule::ResolveExport(JSThread *thread, const JSHandle<SourceTextModule> &module, in ResolveExport() 413 …t SourceTextModule::HandleInstantiateException([[maybe_unused]] JSHandle<SourceTextModule> &module, in HandleInstantiateException() 440 JSHandle<SourceTextModule> module = JSHandle<SourceTextModule>::Cast(moduleHdl); in Instantiate() local 475 void SourceTextModule::DFSModuleInstantiation(JSHandle<SourceTextModule> &module, in DFSModuleInstantiation() 504 … JSHandle<SourceTextModule> &module, in HandleInnerModuleInstantiation() 561 JSHandle<SourceTextModule> module = JSHandle<SourceTextModule>::Cast(moduleRecord); in InnerModuleInstantiation() local 611 const JSHandle<SourceTextModule> &module) in ModuleDeclarationEnvironmentSetup() [all …]
|
| D | module_resolver.cpp | 29 … const JSHandle<SourceTextModule> &module, in HostResolveImportedModule() 79 … const JSHandle<SourceTextModule> &module, in HostResolveImportedModuleWithMerge() 124 const JSHandle<SourceTextModule> &module, in HostResolveImportedModuleBundlePack() 165 JSHandle<JSTaggedValue> module = moduleManager->TryGetImportedModule(recordName); in ResolveSharedImportedModuleWithMerge() local 231 JSHandle<JSTaggedValue> module = moduleManager->TryGetImportedModule(recordName); in HostResolveImportedModuleWithMerge() local 247 JSHandle<JSTaggedValue> module = moduleManager->TryGetImportedModule(referencingModule); in HostResolveImportedModuleBundlePackBuffer() local 277 JSHandle<JSTaggedValue> module = moduleManager->TryGetImportedModule(moduleFileName); in HostResolveImportedModuleBundlePack() local
|
| D | js_shared_module_manager.h | 76 inline void AddResolveImportedSModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedSModule() 81 inline void UpdateResolveImportedSModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedSModule()
|
| D | js_module_manager.cpp | 38 JSTaggedValue module = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); in GetCurrentModule() local 46 …dle<JSTaggedValue> ModuleManager::GenerateSendableFuncModule(const JSHandle<JSTaggedValue> &module) in GenerateSendableFuncModule() 116 JSHandle<SourceTextModule> module(thread, resolvedModule); in GetModuleValueOutterInternal() local 136 JSHandle<SourceTextModule> module(thread, resolvedModule); in GetModuleValueOutterInternal() local 183 JSMutableHandle<SourceTextModule> module(thread, resolvedModule); in GetLazyModuleValueOutterInternal() local 205 JSHandle<SourceTextModule> module(thread, resolvedModule); in GetLazyModuleValueOutterInternal() local 311 SourceTextModule *module = SourceTextModule::Cast(resolvedModule.GetTaggedObject()); in GetModuleValueOutterInternal() local 420 JSHandle<SourceTextModule> module = GetImportedModule(referencing); in IsInstantiatedModule() local 426 JSHandle<SourceTextModule> module = HostGetImportedModule(referencing); in IsLocalModuleInstantiated() local 433 JSHandle<SourceTextModule> module = GetImportedModule(referencing); in NeedExecuteModule() local [all …]
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/core/ |
| D | import_descriptor_impl.h | 40 AbckitCoreModule *module = GetApiConfig()->cIapi_->importDescriptorGetImportedModule(GetView()); in GetImportedModule() local 45 inline ImportDescriptor::ImportDescriptor(AbckitCoreImportDescriptor *module, const ApiConfig *conf… in ImportDescriptor() 53 … AbckitCoreModule *module = GetApiConfig()->cIapi_->importDescriptorGetImportingModule(GetView()); in GetImportingModule() local
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | utils.py | 160 def get_running_screenshot(task, image_name, is_debug, module=''): argument 290 def get_module_name(task, module=''): argument 302 def get_module_path(task, module=''): argument 314 def get_output_path_unsigned(task, module=''): argument 323 def get_output_path_signed(task, module=''): argument 332 def get_output_path_har(task, module=''): argument 341 def get_output_path(task, module, output_type): argument
|
| D | execution.py | 337 def validate_compile_incremental_file(task, inc_task, is_debug, modified_files, module=''): argument 1068 …def validate_preview_incremental_file(task, preview_task_info, is_debug, modified_files, module=''… argument 1601 def validate_output_for_esmodule(info, task, uncompressed_output_path, is_debug, module = ''): argument 1673 def get_compile_output_file_path(task, module, output_type): argument 1681 def validate_compile_output_har(info, task, is_debug, output_file='', module=''): argument 1690 def validate_compile_file_bytecode_har(task, info, module): argument 1716 def validate_compile_file_har(task, info, module): argument 1751 def validate_compile_output(info, task, is_debug, output_file='', module=''): argument 1801 def run_compile_output(info, task, is_debug, picture_name='', module=''): argument 1836 def verify_preview_picture(info, task, is_debug, picture_name, module=''): argument [all …]
|
| /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/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/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_frontend/arkguard/test/ut/initialization/ |
| D | testModuleJsonPath_1.json | 2 "module":"" string
|
| D | testModuleJsonPath_0.json | 2 "module":{ object
|
| /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_frontend/es2panda/test/parser/ts/ |
| D | test_module7.ts | 17 var module = 1; variable
|
| D | test-keyword-identify5.ts | 17 var declare = 0, module = 1, ns = 2; variable
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/js/ |
| D | termination.js | 30 export let module = 0; variable
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/ |
| D | tsconfig.json | 4 "module": "commonjs", string
|
| /arkcompiler/ets_frontend/arkguard/test/testData/obfuscation/filename_obf/ |
| D | module.json | 2 "module": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/sts_ts_subset/ |
| D | tsconfig.json | 4 "module": "commonjs", string
|