data class ScriptTypeProfile
Type profile data collected during runtime for a JavaScript script.
<init> |
Type profile data collected during runtime for a JavaScript script. ScriptTypeProfile(scriptId: ScriptId, url: String, entries: List<TypeProfileEntry>) |
entries |
Type profile entries for parameters and return values of the functions in the script. val entries: List<TypeProfileEntry> |
scriptId |
JavaScript script id. val scriptId: ScriptId |
url |
JavaScript script name or url. val url: String |