Uses of Class
org.mozilla.javascript.NativePromise
Packages that use NativePromise
-
Uses of NativePromise in org.mozilla.javascript
Fields in org.mozilla.javascript with type parameters of type NativePromiseModifier and TypeFieldDescriptionprivate static final IdentityHashMap<NativePromise, NativePromise> UnhandledRejectionTracker.unhandledprivate static final IdentityHashMap<NativePromise, NativePromise> UnhandledRejectionTracker.unhandledMethods in org.mozilla.javascript with parameters of type NativePromiseModifier and TypeMethodDescription(package private) voidUnhandledRejectionTracker.promiseHandled(NativePromise p) (package private) voidUnhandledRejectionTracker.promiseRejected(NativePromise p) private ObjectNativePromise.ResolvingFunctions.reject(Context cx, Scriptable scope, NativePromise promise, Object reason) private ObjectNativePromise.ResolvingFunctions.resolve(Context cx, Scriptable scope, NativePromise promise, Object resolution) Constructors in org.mozilla.javascript with parameters of type NativePromiseModifierConstructorDescription(package private)ResolvingFunctions(Scriptable topScope, NativePromise promise)