Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.h42 std::shared_ptr<JSPandaFile> LoadJSPandaFileSecure(JSThread *thread, const CString &filename,
Djs_pandafile_executor.cpp253 LoadJSPandaFileSecure(thread, normalName, entryPoint, buffer, size, needUpdate); in ExecuteFromBufferSecure()
319 LoadJSPandaFileSecure(thread, name, entry, buffer, size, needUpdate); in ExecuteModuleBufferSecure()
Djs_pandafile_manager.cpp159 std::shared_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFileSecure(JSThread *thread, const CStr… in LoadJSPandaFileSecure() function in panda::ecmascript::JSPandaFileManager