Package io.webfolder.cdp.type.profiler
Class ScriptTypeProfile
java.lang.Object
io.webfolder.cdp.type.profiler.ScriptTypeProfile
Type profile data collected during runtime for a JavaScript script.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionType profile entries for parameters and return values of the functions in the script.JavaScript script id.getUrl()
JavaScript script name or url.void
setEntries
(List<TypeProfileEntry> entries) Type profile entries for parameters and return values of the functions in the script.void
setScriptId
(String scriptId) JavaScript script id.void
JavaScript script name or url.toString()
-
Constructor Details
-
ScriptTypeProfile
public ScriptTypeProfile()
-
-
Method Details
-
getScriptId
JavaScript script id. -
setScriptId
JavaScript script id. -
getUrl
JavaScript script name or url. -
setUrl
JavaScript script name or url. -
getEntries
Type profile entries for parameters and return values of the functions in the script. -
setEntries
Type profile entries for parameters and return values of the functions in the script. -
toString
-