Lines Matching defs:const
32 PtScript(ScriptId scriptId, const std::string &fileName, const std::string &url, const std::string &source);
35 ScriptId GetScriptId() const
45 const std::string &GetFileName() const
50 void SetFileName(const std::string &fileName)
55 const std::string &GetUrl() const
60 void SetUrl(const std::string &url)
65 const std::string &GetHash() const
70 void SetHash(const std::string &hash)
75 const std::string &GetScriptSource() const
80 void SetScriptSource(const std::string &scriptSource)
85 const std::string &GetSourceMapUrl() const
90 void SetSourceMapUrl(const std::string &sourceMapUrl)
95 int32_t GetEndLine() const