Lines Matching refs:filename
36 std::shared_ptr<JSPandaFile> LoadJSPandaFile(JSThread *thread, const CString &filename, std::string_view entryPoint,
39 std::shared_ptr<JSPandaFile> LoadJSPandaFile(JSThread *thread, const CString &filename, std::string_view entryPoint,
43 std::shared_ptr<JSPandaFile> LoadJSPandaFileSecure(JSThread *thread, const CString &filename,
47 std::shared_ptr<JSPandaFile> OpenJSPandaFile(const CString &filename);
49 std::shared_ptr<JSPandaFile> OpenJSPandaFile(const CString &filename, const CString &desc);
51 std::shared_ptr<JSPandaFile> OpenJSPandaFileFromBuffer(uint8_t *buffer, size_t size, const CString &filename);
97 std::shared_ptr<JSPandaFile> FindJSPandaFile(const CString &filename);
114 std::shared_ptr<JSPandaFile> FindJSPandaFileWithChecksum(const CString &filename, uint32_t checksum);
115 std::shared_ptr<JSPandaFile> FindJSPandaFileUnlocked(const CString &filename);
117 const CString &filename,
119 void ObsoleteLoadedJSPandaFile(const CString &filename);