has()

in src/browser-polyfill.js [234:236]


        has(proxyTarget, prop) {
          return prop in target || prop in cache;
        },