public final class ScriptTypeProfile extends Object
| Constructor and Description |
|---|
ScriptTypeProfile(int scriptId,
String url,
TypeProfileEntry... entries) |
| Modifier and Type | Method and Description |
|---|---|
TypeProfileEntry[] |
getEntries() |
int |
getScriptId() |
String |
getUrl() |
org.graalvm.shadowed.org.json.JSONObject |
toJSON() |
public ScriptTypeProfile(int scriptId,
String url,
TypeProfileEntry... entries)
public int getScriptId()
public String getUrl()
public TypeProfileEntry[] getEntries()
public org.graalvm.shadowed.org.json.JSONObject toJSON()