Class YieldException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.api.nodes.ControlFlowException
com.oracle.truffle.js.nodes.control.YieldException
All Implemented Interfaces:
Serializable

public final class YieldException extends com.oracle.truffle.api.nodes.ControlFlowException
See Also:
  • Field Details

  • Constructor Details

    • YieldException

      public YieldException(Object result)
  • Method Details

    • getResult

      public Object getResult()
    • isYield

      public boolean isYield()
    • isAwait

      public boolean isAwait()