public abstract static class NumberPrototypeBuiltins.JSNumberToFixedNode extends JSBuiltinNode
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedARGUMENTSINTERMEDIATE_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
JSNumberToFixedNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
toFixed(JSNumberObject thisNumber,
Object fractionDigits,
JSToIntegerAsIntNode toIntegerNode,
JSDoubleToStringNode doubleToString,
com.oracle.truffle.api.profiles.InlinedBranchProfile digitsErrorBranch,
com.oracle.truffle.api.profiles.InlinedBranchProfile nanBranch,
com.oracle.truffle.api.profiles.InlinedConditionProfile dtoaOrString) |
protected Object |
toFixedForeignObject(Object thisNumber,
Object fractionDigits,
com.oracle.truffle.api.nodes.Node node,
JSToIntegerAsIntNode toIntegerNode,
JSDoubleToStringNode doubleToString,
com.oracle.truffle.api.profiles.InlinedBranchProfile digitsErrorBranch,
com.oracle.truffle.api.profiles.InlinedBranchProfile nanBranch,
com.oracle.truffle.api.profiles.InlinedConditionProfile dtoaOrString,
com.oracle.truffle.api.interop.InteropLibrary interop) |
protected Object |
toFixedGeneric(Object thisNumber,
Object fractionDigits) |
protected Object |
toFixedJava(Object thisNumber,
Object fractionDigits,
IsNumberNode isNumber,
JSToIntegerAsIntNode toIntegerNode,
JSDoubleToStringNode doubleToString,
com.oracle.truffle.api.profiles.InlinedBranchProfile digitsErrorBranch,
com.oracle.truffle.api.profiles.InlinedBranchProfile nanBranch,
com.oracle.truffle.api.profiles.InlinedConditionProfile dtoaOrString) |
copyUninitialized, countsTowardsStackTraceLimit, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, isSplitImmediately, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetLanguage, getRealm, hasOverloadedOperatorsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected Object toFixed(JSNumberObject thisNumber, Object fractionDigits, JSToIntegerAsIntNode toIntegerNode, JSDoubleToStringNode doubleToString, com.oracle.truffle.api.profiles.InlinedBranchProfile digitsErrorBranch, com.oracle.truffle.api.profiles.InlinedBranchProfile nanBranch, com.oracle.truffle.api.profiles.InlinedConditionProfile dtoaOrString)
protected Object toFixedJava(Object thisNumber, Object fractionDigits, IsNumberNode isNumber, JSToIntegerAsIntNode toIntegerNode, JSDoubleToStringNode doubleToString, com.oracle.truffle.api.profiles.InlinedBranchProfile digitsErrorBranch, com.oracle.truffle.api.profiles.InlinedBranchProfile nanBranch, com.oracle.truffle.api.profiles.InlinedConditionProfile dtoaOrString)
protected Object toFixedForeignObject(Object thisNumber, Object fractionDigits, com.oracle.truffle.api.nodes.Node node, JSToIntegerAsIntNode toIntegerNode, JSDoubleToStringNode doubleToString, com.oracle.truffle.api.profiles.InlinedBranchProfile digitsErrorBranch, com.oracle.truffle.api.profiles.InlinedBranchProfile nanBranch, com.oracle.truffle.api.profiles.InlinedConditionProfile dtoaOrString, com.oracle.truffle.api.interop.InteropLibrary interop)