Class AsyncIteratorPrototypeBuiltins.AsyncIteratorYieldResultRootNode

All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, AsyncHandlerRootNode, Cloneable
Enclosing class:
AsyncIteratorPrototypeBuiltins

  • Constructor Details

    • AsyncIteratorYieldResultRootNode

      protected AsyncIteratorYieldResultRootNode(JSContext context)
  • Method Details

    • execute

      public Object execute(com.oracle.truffle.api.frame.VirtualFrame frame)
      Specified by:
      execute in class com.oracle.truffle.api.nodes.RootNode
    • createYieldResultFunctionImpl

      protected static JSFunctionData createYieldResultFunctionImpl(JSContext context)