Class BooleanPrototypeBuiltins.JSBooleanValueOfNode

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

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

    • JSBooleanValueOfNode

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

    • valueOf

      protected boolean valueOf(JSBooleanObject thisObj)
    • valueOfPrimitive

      protected boolean valueOfPrimitive(boolean thisObj)
    • valueOfForeignObject

      protected boolean valueOfForeignObject(Object thisObj, com.oracle.truffle.api.interop.InteropLibrary interop)
    • valueOfOther

      protected boolean valueOfOther(Object thisObj)