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