Class SetPrototypeBuiltins.SetGetSizeNode

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

public abstract static class SetPrototypeBuiltins.SetGetSizeNode extends JSBuiltinNode
Implementation of the Set.prototype.size getter.
  • Constructor Details

  • Method Details

    • doSet

      protected static int doSet(JSSetObject thisObj)
    • notSet

      protected static int notSet(Object thisObj)