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

  /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/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...]

Completed in 142 milliseconds