protected abstract static class JSToBigIntNode.JSPrimitiveToBigIntNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
JSPrimitiveToBigIntNode() |
| Modifier and Type | Method and Description |
|---|---|
protected static BigInt |
doBigInt(BigInt value) |
protected static BigInt |
doBoolean(boolean value) |
protected static BigInt |
doForeignBigInt(com.oracle.truffle.api.nodes.Node node,
BigInt value) |
protected static BigInt |
doNumber(com.oracle.truffle.api.nodes.Node node,
Object value) |
protected static BigInt |
doString(com.oracle.truffle.api.nodes.Node node,
com.oracle.truffle.api.strings.TruffleString value) |
protected static BigInt |
doSymbolNullOrUndefined(com.oracle.truffle.api.nodes.Node node,
Object value) |
abstract BigInt |
executeBigInt(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, toStringpublic abstract BigInt executeBigInt(com.oracle.truffle.api.nodes.Node node, Object value)
protected static BigInt doBoolean(boolean value)
protected static BigInt doForeignBigInt(com.oracle.truffle.api.nodes.Node node, BigInt value)
protected static BigInt doSymbolNullOrUndefined(com.oracle.truffle.api.nodes.Node node, Object value)
protected static BigInt doString(com.oracle.truffle.api.nodes.Node node, com.oracle.truffle.api.strings.TruffleString value)