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. unhandledprivate static java.util.IdentityHashMap<NativePromise,NativePromise>UnhandledRejectionTracker. unhandledMethods in org.htmlunit.corejs.javascript with parameters of type NativePromise Modifier and Type Method Description (package private) voidUnhandledRejectionTracker. promiseHandled(NativePromise p)(package private) voidUnhandledRejectionTracker. promiseRejected(NativePromise p)private java.lang.ObjectNativePromise.ResolvingFunctions. reject(Context cx, Scriptable scope, NativePromise promise, java.lang.Object reason)private java.lang.ObjectNativePromise.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)
-