11cb0ef41Sopenharmony_ci'use strict'; 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_cirequire('../common'); 41cb0ef41Sopenharmony_ciconst { inspect } = require('node:util'); 51cb0ef41Sopenharmony_ci 61cb0ef41Sopenharmony_ciconst r = Proxy.revocable({}, {}); 71cb0ef41Sopenharmony_cir.revoke(); 81cb0ef41Sopenharmony_ci 91cb0ef41Sopenharmony_ciconsole.dir(r); 101cb0ef41Sopenharmony_ciconsole.dir(r.proxy); 111cb0ef41Sopenharmony_ciconsole.log(r.proxy); 121cb0ef41Sopenharmony_ciconsole.log(inspect(r.proxy, { showProxy: true })); 13