Home
last modified time | relevance | path

Searched refs:LoadModuleEvent (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.cpp80 notificationMgr->LoadModuleEvent(jsPandaFile->GetJSPandaFileDesc(), recordName); in ExtractPatch()
Dnotification_manager.h61 void LoadModuleEvent(std::string_view name, std::string_view entryPoint) const in LoadModuleEvent() function
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp251 vm_->GetJsDebuggerManager()->GetNotificationManager()->LoadModuleEvent( in InvokeEcmaEntrypoint()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3604 notificationMgr->LoadModuleEvent(moduleName, recordName); in InitForConcurrentFunction()