protected abstract static class JSToNumericNode.PrimitiveToNumericOrNullNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
PrimitiveToNumericOrNullNode() |
| Modifier and Type | Method and Description |
|---|---|
protected static BigInt |
doBigInt(BigInt value) |
protected static double |
doForeignBigInt(BigInt value) |
protected static double |
doLong(long value) |
protected static Object |
doOther(Object value) |
abstract Object |
execute(com.oracle.truffle.api.nodes.Node node,
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 static double doForeignBigInt(BigInt value)
protected static double doLong(long value)