Lines Matching refs:string
32 …PtScript(ScriptId scriptId, const std::string &fileName, const std::string &url, const std::string…
45 const std::string &GetFileName() const in GetFileName()
50 void SetFileName(const std::string &fileName) in SetFileName()
55 const std::string &GetUrl() const in GetUrl()
60 void SetUrl(const std::string &url) in SetUrl()
65 const std::string &GetHash() const in GetHash()
70 void SetHash(const std::string &hash) in SetHash()
75 const std::string &GetScriptSource() const in GetScriptSource()
80 void SetScriptSource(const std::string &scriptSource) in SetScriptSource()
85 const std::string &GetSourceMapUrl() const in GetSourceMapUrl()
90 void SetSourceMapUrl(const std::string &sourceMapUrl) in SetSourceMapUrl()
110 std::string fileName_ {}; // binary file name, such as xx.bin
111 std::string url_ {}; // source file name, such as xx.js
112 std::string hash_ {}; // js source file hash code
113 std::string scriptSource_ {}; // js source code
114 std::string sourceMapUrl_ {}; // source map url