Class ScriptTypeProfile


  • @Beta
    public class ScriptTypeProfile
    extends java.lang.Object
    Type profile data collected during runtime for a JavaScript script.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<TypeProfileEntry> getEntries()
      Type profile entries for parameters and return values of the functions in the script.
      ScriptId getScriptId()
      JavaScript script id.
      java.lang.String getUrl()
      JavaScript script name or url.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScriptTypeProfile

        public ScriptTypeProfile​(ScriptId scriptId,
                                 java.lang.String url,
                                 java.util.List<TypeProfileEntry> entries)
    • Method Detail

      • getScriptId

        public ScriptId getScriptId()
        JavaScript script id.
      • getUrl

        public java.lang.String getUrl()
        JavaScript script name or url.
      • getEntries

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