Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 115) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_record.cpp21 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()
Djs_module_source_text.cpp40 …ing> SourceTextModule::GetExportedNames(JSThread *thread, const JSHandle<SourceTextModule> &module, in GetExportedNames()
86 …JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &moduleR… in HostResolveImportedModuleWithMerge()
144const JSHandle<SourceTextModule> &module, in HostResolveImportedModule()
161 bool SourceTextModule::CheckCircularImport(const JSHandle<SourceTextModule> &module, in CheckCircularImport()
179const 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()
565JSHandle<SourceTextModule> &module, in HandleInnerModuleInstantiation()
[all …]
Djs_module_deregister.cpp47 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()
Djs_module_deregister.h33 JSHandle<SourceTextModule> module = JSHandle<SourceTextModule>::Cast(moduleRecord); in InitForDeregisterModule() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dlibrary_loader.cpp23 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/
Dlibrary_loader.cpp23 HMODULE module = LoadLibrary(filename.data()); in Load() local
34 HMODULE module = reinterpret_cast<HMODULE>(handle.GetNativeHandle()); in ResolveSymbol() local
/arkcompiler/toolchain/inspector/
Dlibrary_loader.cpp37 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/
Dverify_mark.cpp24 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/
Dtest-keyword-identify5.ts17 var declare = 0, module = 1, ns = 2; variable
Dtest_module7.ts17 var module = 1; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dverification.h26 VerifyResult(const MIRModule &module, const KlassHierarchy &klassHierarchy, MemPool &memPool) in VerifyResult()
94 const MIRModule &module; variable
/arkcompiler/ets_runtime/ecmascript/module/tests/module_test/
Dmodule_test_module_test_module.js30 export let module = 0; variable
/arkcompiler/ets_runtime/ecmascript/napi/test/js/
Dtermination.js30 export let module = 0; variable
/arkcompiler/ets_runtime/ecmascript/require/
Djs_require_manager.cpp30 JSHandle<CjsModule> module = cjsInfo.moduleHdl; in InitializeCommonJS() local
64 JSHandle<CjsModule> module = cjsInfo.moduleHdl; in CollectExecutedExp() local
Djs_cjs_module.cpp33 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/
Dlitecg_codegen.h39 …LiteCGIRGeneratorImpl(LMIRModule *module, bool enableLog) : module_(module), enableLog_(enableLog)… in LiteCGIRGeneratorImpl()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dinline_ir_utils.cpp38 bool RemoveDanglingAliases(Module &module) in RemoveDanglingAliases()
Dmark_inline_module.cpp35 llvm::PreservedAnalyses MarkInlineModule::run(llvm::Module &module, llvm::ModuleAnalysisManager & /… in run()
/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_module_cache_test.cpp65 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/
Dmir_compiler.cpp35 llvm::Expected<std::unique_ptr<CreatedObjectFile>> MIRCompiler::CompileModule(llvm::Module &module) in CompileModule()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.cpp36 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/
Dtsconfig.json3 "module": "CommonJS", string
/arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/
Dtsconfig.json3 "module": "CommonJS", string
/arkcompiler/ets_frontend/ets2panda/linter-4.2/
Dtsconfig-test.json3 "module": "CommonJS", string
/arkcompiler/ets_frontend/ets2panda/linter-4.2/stats_calculator/
Dtsconfig.json5 "module": "CommonJS", string

12345