1 2 3 4 5
// |jit-test| error: TypeError var r = Proxy.revocable({}, {}); var p = r.proxy; r.revoke(); p instanceof Object;