Searched refs:LoadJSPandaFileSecure (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile_manager.h | 42 std::shared_ptr<JSPandaFile> LoadJSPandaFileSecure(JSThread *thread, const CString &filename,
|
D | js_pandafile_executor.cpp | 253 LoadJSPandaFileSecure(thread, normalName, entryPoint, buffer, size, needUpdate); in ExecuteFromBufferSecure() 319 LoadJSPandaFileSecure(thread, name, entry, buffer, size, needUpdate); in ExecuteModuleBufferSecure()
|
D | js_pandafile_manager.cpp | 159 std::shared_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFileSecure(JSThread *thread, const CStr… in LoadJSPandaFileSecure() function in panda::ecmascript::JSPandaFileManager
|