Class NativeProxy.Revoker

java.lang.Object
org.htmlunit.corejs.javascript.NativeProxy.Revoker
All Implemented Interfaces:
Callable
Enclosing class:
NativeProxy

private static final class NativeProxy.Revoker extends Object implements Callable
  • Field Details

  • Constructor Details

  • Method Details

    • call

      public Object call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
      Description copied from interface: Callable
      Perform the call.
      Specified by:
      call in interface Callable
      Parameters:
      cx - the current Context for this thread
      scope - the scope to use to resolve properties.
      thisObj - the JavaScript this object
      args - the array of arguments
      Returns:
      the result of the call