Class BooleanPrototypeBuiltins.JSBooleanToStringNode

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

public abstract static class BooleanPrototypeBuiltins.JSBooleanToStringNode extends JSBuiltinNode
  • Constructor Details

    • JSBooleanToStringNode

      public JSBooleanToStringNode(JSContext context, JSBuiltin builtin)
  • Method Details

    • toString

      protected Object toString(JSBooleanObject thisObj)
    • toStringPrimitive

      protected Object toStringPrimitive(boolean thisObj)
    • toStringForeignObject

      protected Object toStringForeignObject(Object thisObj, com.oracle.truffle.api.interop.InteropLibrary interop)
    • toStringOther

      protected String toStringOther(Object thisObj)