HomeSort by relevance Sort by last modified time
    Searched refs:WeakMap (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/v8/test/mjsunit/harmony/
collections.js 49 TestValidMapCalls(new WeakMap);
52 // Test invalid getter and setter calls for WeakMap only
63 TestInvalidCalls(new WeakMap);
103 TestMapBehavior1(new WeakMap);
132 TestQuery(new WeakMap);
145 TestDelete(new WeakMap);
156 TestGC1(new WeakMap);
173 TestGC2(new WeakMap);
189 TestEnumerable(WeakMap);
206 TestArbitrary(new WeakMap);
    [all...]
proxies-hash.js 120 TestMap(WeakMap, Object.seal)
121 TestMap(WeakMap, Object.freeze)
122 TestMap(WeakMap, Object.preventExtensions)
proxies-example-membrane.js 91 var objectMap = new WeakMap;
288 var wet2dry = new WeakMap();
289 var dry2wet = new WeakMap();
symbols.js 220 var weakmap = new WeakMap
224 weakmap.set(symbols[i], i)
231 assertTrue(weakmap.has(symbols[i]))
233 assertEquals(i, weakmap.get(symbols[i]))
238 assertTrue(weakmap.delete(symbols[i]))
object-observe.js 940 new Set, new Map, new WeakMap,
    [all...]
  /external/v8/test/mjsunit/harmony/
collections.js 48 TestValidMapCalls(new WeakMap);
51 // Test invalid getter and setter calls for WeakMap only
62 TestInvalidCalls(new WeakMap);
99 TestMapBehavior1(new WeakMap);
128 TestQuery(new WeakMap);
141 TestDelete(new WeakMap);
152 TestGC1(new WeakMap);
169 TestGC2(new WeakMap);
185 TestEnumerable(WeakMap);
201 TestArbitrary(new WeakMap);
    [all...]
proxies-hash.js 120 TestMap(WeakMap, Object.seal)
121 TestMap(WeakMap, Object.freeze)
122 TestMap(WeakMap, Object.preventExtensions)
proxies-example-membrane.js 91 var objectMap = new WeakMap;
288 var wet2dry = WeakMap();
289 var dry2wet = WeakMap();
  /external/chromium_org/v8/src/
collection.js 36 var $WeakMap = global.WeakMap;
240 // Harmony WeakMap
246 throw MakeTypeError('constructor_not_function', ['WeakMap']);
254 ['WeakMap.prototype.get', this]);
266 ['WeakMap.prototype.set', this]);
278 ['WeakMap.prototype.has', this]);
290 ['WeakMap.prototype.delete', this]);
302 ['WeakMap.prototype.clear', this]);
314 %SetCode($WeakMap, WeakMapConstructor)
    [all...]
  /external/v8/src/
collection.js 32 var $WeakMap = global.WeakMap;
152 return new $WeakMap();
160 ['WeakMap.prototype.get', this]);
172 ['WeakMap.prototype.set', this]);
184 ['WeakMap.prototype.has', this]);
196 ['WeakMap.prototype.delete', this]);
237 // Set up the WeakMap constructor function.
238 %SetCode($WeakMap, WeakMapConstructor);
240 // Set up the constructor property on the WeakMap prototype object
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /external/chromium_org/third_party/polymer/
polymer.min.js 28 function PointerGestureEvent(a,b){var c=b||{},d=document.createEvent("Event"),e={bubbles:!0,cancelable:!0};return Object.keys(e).forEach(function(a){a in c&&(e[a]=c[a])}),d.initEvent(a,e.bubbles,e.cancelable),Object.keys(c).forEach(function(a){d[a]=b[a]}),d.preventTap=this.preventTap,d}if(window.Platform=window.Platform||{},window.logFlags=window.logFlags||{},function(a){var b=a.flags||{};location.search.slice(1).split("&").forEach(function(a){a=a.split("="),a[0]&&(b[a[0]]=a[1]||!0)}),b.shadow=(b.shadowdom||b.shadow||b.polyfill||!HTMLElement.prototype.webkitCreateShadowRoot)&&"polyfill",a.flags=b}(Platform),"polyfill"===Platform.flags.shadow){var SideTable;"undefined"!=typeof WeakMap&&navigator.userAgent.indexOf("Firefox/")<0?SideTable=WeakMap:function(){var a=Object.defineProperty,b=Object.hasOwnProperty,c=(new Date).getTime()%1e9;SideTabl (…)
    [all...]

Completed in 1287 milliseconds