| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final double |
FASTPATH_PROBABILITY |
0.9999 |
public static final double |
LIKELY_PROBABILITY |
0.75 |
public static final double |
SLOWPATH_PROBABILITY |
1.0E-4 |
public static final double |
UNLIKELY_PROBABILITY |
0.25 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
SIZE_UNKNOWN |
-9223372036854775808L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CATCHES |
"catches" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
INSERTABLE |
64 |
public static final int |
INTERNAL |
16 |
public static final int |
INVOCABLE |
8 |
public static final int |
MODIFIABLE |
4 |
public static final int |
NONE |
0 |
public static final int |
READ_SIDE_EFFECTS |
128 |
public static final int |
READABLE |
2 |
public static final int |
REMOVABLE |
32 |
public static final int |
WRITE_SIDE_EFFECTS |
256 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GraphVisualizerAddress |
"127.0.0.1" |
public static final int |
GraphVisualizerPort |
4444 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OPTION_PREFIX |
"truffle.object." |