Home | History | Annotate | Download | only in webcomponentsjs

Lines Matching defs:WeakMap

55   var registrationsTable = new WeakMap();
353 if (typeof WeakMap === "undefined") {
357 var WeakMap = function() {
360 WeakMap.prototype = {
385 window.WeakMap = WeakMap;