Lines Matching full:string
31 …PtScript(ScriptId scriptId, const std::string &fileName, const std::string &url, const std::string…
44 const std::string &GetFileName() const in GetFileName()
49 void SetFileName(const std::string &fileName) in SetFileName()
54 const std::string &GetUrl() const in GetUrl()
59 void SetUrl(const std::string &url) in SetUrl()
64 const std::string &GetHash() const in GetHash()
69 void SetHash(const std::string &hash) in SetHash()
74 const std::string &GetScriptSource() const in GetScriptSource()
79 void SetScriptSource(const std::string &scriptSource) in SetScriptSource()
84 const std::string &GetSourceMapUrl() const in GetSourceMapUrl()
89 void SetSourceMapUrl(const std::string &sourceMapUrl) in SetSourceMapUrl()
109 std::string fileName_ {}; // binary file name, such as xx.bin
110 std::string url_ {}; // source file name, such as xx.js
111 std::string hash_ {}; // js source file hash code
112 std::string scriptSource_ {}; // js source code
113 std::string sourceMapUrl_ {}; // source map url