Class ScriptTypeProfile

java.lang.Object
io.webfolder.cdp.type.profiler.ScriptTypeProfile

public class ScriptTypeProfile extends Object
Type profile data collected during runtime for a JavaScript script.
  • Constructor Details

    • ScriptTypeProfile

      public ScriptTypeProfile()
  • Method Details

    • getScriptId

      public String getScriptId()
      JavaScript script id.
    • setScriptId

      public void setScriptId(String scriptId)
      JavaScript script id.
    • getUrl

      public String getUrl()
      JavaScript script name or url.
    • setUrl

      public void setUrl(String url)
      JavaScript script name or url.
    • getEntries

      public List<TypeProfileEntry> getEntries()
      Type profile entries for parameters and return values of the functions in the script.
    • setEntries

      public void setEntries(List<TypeProfileEntry> entries)
      Type profile entries for parameters and return values of the functions in the script.
    • toString

      public String toString()
      Overrides:
      toString in class Object