public abstract static class NumberPrototypeBuiltins.JSNumberToStringNode extends NumberPrototypeBuiltins.JSNumberOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedINTERMEDIATE_VALUE| Constructor and Description |
|---|
JSNumberToStringNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doubleToString(double value) |
protected boolean |
isRadix10(Object radix) |
protected String |
toString(com.oracle.truffle.api.object.DynamicObject thisObj,
Object radix,
JSToIntegerAsIntNode toIntegerNode) |
protected String |
toStringForeignObject(Object thisObj,
Object radix,
JSToIntegerAsIntNode toIntegerNode,
com.oracle.truffle.api.interop.InteropLibrary interop) |
protected String |
toStringIntRadix10(com.oracle.truffle.api.object.DynamicObject thisObj,
Object radix) |
protected String |
toStringNoNumber(Object thisObj,
Object radix) |
protected String |
toStringPrimitive(Number thisObj,
Object radix,
JSToIntegerAsIntNode toIntegerNode) |
protected String |
toStringPrimitiveIntRadix10(Object thisObj,
Object radix) |
protected String |
toStringPrimitiveRadix10(Object thisObj,
Object radix) |
protected String |
toStringPrimitiveRadixInt(Number thisObj,
int radix) |
protected String |
toStringRadix10(com.oracle.truffle.api.object.DynamicObject thisObj,
Object radix) |
getDoubleValue, getDoubleValue, getNumberValuecopyUninitialized, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeSafeInteger, executeString, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected String doubleToString(double value)
protected boolean isRadix10(Object radix)
protected String toStringIntRadix10(com.oracle.truffle.api.object.DynamicObject thisObj, Object radix)
protected String toStringRadix10(com.oracle.truffle.api.object.DynamicObject thisObj, Object radix)
protected String toString(com.oracle.truffle.api.object.DynamicObject thisObj, Object radix, JSToIntegerAsIntNode toIntegerNode)
protected String toStringPrimitiveIntRadix10(Object thisObj, Object radix)
protected String toStringPrimitive(Number thisObj, Object radix, JSToIntegerAsIntNode toIntegerNode)
protected String toStringForeignObject(Object thisObj, Object radix, JSToIntegerAsIntNode toIntegerNode, com.oracle.truffle.api.interop.InteropLibrary interop)