Searched defs:WeakMap (Results 1 - 7 of 7) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
H A DCustomElements.js11 if (typeof WeakMap === "undefined") {
15 var WeakMap = function() {
18 WeakMap.prototype = {
43 window.WeakMap = WeakMap;
17 WeakMap.prototype = { class
H A DHTMLImports.js11 if (typeof WeakMap === "undefined") {
15 var WeakMap = function() {
18 WeakMap.prototype = {
43 window.WeakMap = WeakMap;
17 WeakMap.prototype = { class
H A Dwebcomponents-lite.js55 var registrationsTable = new WeakMap();
353 if (typeof WeakMap === "undefined") {
357 var WeakMap = function() {
360 WeakMap.prototype = {
385 window.WeakMap = WeakMap;
359 WeakMap.prototype = { class
H A DShadowDOM.js11 if (typeof WeakMap === "undefined") {
15 var WeakMap = function() {
18 WeakMap.prototype = {
43 window.WeakMap = WeakMap;
51 var constructorTable = new WeakMap();
52 var nativePrototypeTable = new WeakMap();
521 var registrationsTable = new WeakMap();
788 var wrappedFuns = new WeakMap();
789 var listenersTable = new WeakMap();
17 WeakMap.prototype = { class
[all...]
H A Dwebcomponents.js55 if (typeof WeakMap === "undefined") {
59 var WeakMap = function() {
62 WeakMap.prototype = {
87 window.WeakMap = WeakMap;
93 var constructorTable = new WeakMap();
94 var nativePrototypeTable = new WeakMap();
560 var registrationsTable = new WeakMap();
825 var wrappedFuns = new WeakMap();
826 var listenersTable = new WeakMap();
61 WeakMap.prototype = { class
[all...]
/external/v8/src/
H A Dweak-collection.js11 var $WeakMap = global.WeakMap;
16 // Harmony WeakMap
20 throw MakeTypeError('constructor_not_function', ['WeakMap']);
54 ['WeakMap.prototype.get', this]);
66 ['WeakMap.prototype.set', this]);
78 ['WeakMap.prototype.has', this]);
90 ['WeakMap.prototype.delete', this]);
102 ['WeakMap.prototype.clear', this]);
114 %SetCode($WeakMap, WeakMapConstructo
[all...]
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1186 const WeakObjectUseMap &WeakMap = CurFn->getWeakObjectUses(); local
1190 for (WeakObjectUseMap::const_iterator I = WeakMap.begin(), E = WeakMap.end();

Completed in 201 milliseconds