Lines Matching refs:filename
32 std::pair<CString, CString> ParseEntryPointWithUnifiedRules(EcmaVM *vm, const CString &filename,
34 static std::pair<CString, CString> ParseAbcEntryPoint(JSThread *thread, const CString &filename,
39 static Expected<JSTaggedValue, bool> ExecuteFromAbsolutePathAbcFile(JSThread *thread, const CString &filename,
43 static Expected<JSTaggedValue, bool> ExecuteFromAbcFile(JSThread *thread, const CString &filename,
47 std::string_view entryPoint, const CString &filename = "",
50 const CString &filename = "", bool needUpdate = false);
51 static Expected<JSTaggedValue, bool> CommonExecuteBuffer(JSThread *thread, bool isBundle, const CString &filename,
59 const CString &filename, const JSPandaFile *jsPandaFile,
62 const CString &filename, bool isMergedAbc);
66 const CString &filename = "", bool needUpdate = false);
68 const CString &filename = "",
70 static Expected<JSTaggedValue, bool> CommonExecuteBuffer(JSThread *thread, const CString &filename,