Home
last modified time | relevance | path

Searched refs:ExecuteCjsModule (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h94 JSHandle<JSTaggedValue> ExecuteCjsModule(JSThread *thread, const CString &recordName,
Djs_module_manager.cpp835 JSHandle<JSTaggedValue> ModuleManager::ExecuteCjsModule(JSThread *thread, const CString &recordName, in ExecuteCjsModule() function in panda::ecmascript::ModuleManager
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp480 moduleManager->ExecuteCjsModule(thread, recordName, jsPandaFile); in ExecuteSpecialModule()