Class IteratorPrototypeBuiltins.IteratorToArrayNode

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

protected abstract static class IteratorPrototypeBuiltins.IteratorToArrayNode extends IteratorPrototypeBuiltins.IteratorMethodNode
  • Constructor Details

    • IteratorToArrayNode

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

    • toArray

      protected Object toArray(com.oracle.truffle.api.frame.VirtualFrame frame, Object thisObj)