public abstract class ToWebAssemblyIndexOrSizeNode extends JavaScriptBaseNode
int common to various parts of
WebAssembly implementation.| Modifier | Constructor and Description |
|---|---|
protected |
ToWebAssemblyIndexOrSizeNode(String errorMessagePrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
convert(Object value) |
static ToWebAssemblyIndexOrSizeNode |
create(String errorMessagePrefix) |
abstract double |
executeDouble(Object value) |
int |
executeInt(Object value) |
copy, getLanguage, getRealm, hasOverloadedOperators, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected ToWebAssemblyIndexOrSizeNode(String errorMessagePrefix)
public static ToWebAssemblyIndexOrSizeNode create(String errorMessagePrefix)
public abstract double executeDouble(Object value)
public int executeInt(Object value)
protected double convert(Object value)