Class AsyncFromSyncIteratorPrototypeBuiltins.AsyncFromSyncNext

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

public abstract static class AsyncFromSyncIteratorPrototypeBuiltins.AsyncFromSyncNext extends AsyncFromSyncIteratorPrototypeBuiltins.AsyncFromSyncBaseNode
  • Constructor Details

  • Method Details

    • next

      protected Object next(com.oracle.truffle.api.frame.VirtualFrame frame, JSAsyncFromSyncIteratorObject thisObj, Object value, com.oracle.truffle.api.profiles.InlinedConditionProfile valuePresenceProfile)