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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
externs.js 10 function WeakMap() {}
16 WeakMap.prototype.get = function(key) {};
22 WeakMap.prototype.set = function(key, value) {};
  /external/chromium_org/v8/src/
weak-collection.js 11 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, WeakMapConstructor)
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]

Completed in 82 milliseconds