public override EcmaValue Call(EcmaValue thisValue, params EcmaValue[] arguments) { if (proxy != null) { proxy.target = null; proxy.handler = null; proxy = null; } return(default);
public RevokeFunction(RuntimeObjectProxy proxy) { InitProperty(String.Empty, 0, true); this.proxy = proxy; }