Uses of Class
org.htmlunit.corejs.javascript.NativePromise
-
Packages that use NativePromise Package Description org.htmlunit.corejs.javascript -
-
Uses of NativePromise in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript with type parameters of type NativePromise Modifier and Type Field Description private static java.util.IdentityHashMap<NativePromise,NativePromise>
UnhandledRejectionTracker. unhandled
private static java.util.IdentityHashMap<NativePromise,NativePromise>
UnhandledRejectionTracker. unhandled
Methods in org.htmlunit.corejs.javascript with parameters of type NativePromise Modifier and Type Method Description (package private) void
UnhandledRejectionTracker. promiseHandled(NativePromise p)
(package private) void
UnhandledRejectionTracker. promiseRejected(NativePromise p)
private java.lang.Object
NativePromise.ResolvingFunctions. reject(Context cx, Scriptable scope, NativePromise promise, java.lang.Object reason)
private java.lang.Object
NativePromise.ResolvingFunctions. resolve(Context cx, Scriptable scope, NativePromise promise, java.lang.Object resolution)
Constructors in org.htmlunit.corejs.javascript with parameters of type NativePromise Constructor Description ResolvingFunctions(Scriptable topScope, NativePromise promise)
-