Class NativePromise.Capability

  • Enclosing class:
    NativePromise

    private static class NativePromise.Capability
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.Object executor​(java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • promise

        java.lang.Object promise
      • rawResolve

        private java.lang.Object rawResolve
      • rawReject

        private java.lang.Object rawReject
    • Constructor Detail

      • Capability

        Capability​(Context topCx,
                   Scriptable topScope,
                   java.lang.Object pc)
    • Method Detail

      • executor

        private java.lang.Object executor​(java.lang.Object[] args)