Class SymbolPrototypeBuiltins.SymbolToStringNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
SymbolPrototypeBuiltins

public abstract static class SymbolPrototypeBuiltins.SymbolToStringNode extends JSBuiltinNode
  • Constructor Details

    • SymbolToStringNode

      protected SymbolToStringNode(JSContext context, JSBuiltin builtin)
  • Method Details

    • symbolToString

      protected static com.oracle.truffle.api.strings.TruffleString symbolToString(Symbol thisObj)
    • symbolObjectToString

      protected static com.oracle.truffle.api.strings.TruffleString symbolObjectToString(JSSymbolObject thisObj)
    • notSymbol

      protected final com.oracle.truffle.api.strings.TruffleString notSymbol(Object thisObj)