Searched refs:WeakMap (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/ui/src/frontend/ |
D | panel_container.ts | 53 private panelPerfStats = new WeakMap<Panel, RunningStatistics>();
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1215 const WeakObjectUseMap &WeakMap = CurFn->getWeakObjectUses(); in diagnoseRepeatedUseOfWeak() local 1219 for (WeakObjectUseMap::const_iterator I = WeakMap.begin(), E = WeakMap.end(); in diagnoseRepeatedUseOfWeak()
|
/external/v8/src/ |
D | objects.h | 3065 V(WeakMap.prototype, delete, WeakMapDelete) \ 3066 V(WeakMap.prototype, has, WeakMapHas) \ 3067 V(WeakMap.prototype, set, WeakMapSet) \
|
D | api.cc | 3454 VALUE_IS_SPECIFIC_TYPE(WeakMap, JSWeakMap) in VALUE_IS_SPECIFIC_TYPE()
|
/external/v8/ |
D | ChangeLog | 38604 [es6] Fix WeakMap/Set built-ins subclasssing (issues 3101, 3330). 40904 Add WeakMap to v8.h (Chromium issue 437416). 42350 WeakMap/WeakSet: Add test for non object keys (issue 3399). 42374 ES6: Implement WeakMap and WeakSet constructor logic (issue 3399). 44880 Implemented WeakMap.prototype.clear function. (issue 2753) 46437 Fixed WeakMap processing for evacuation candidates (issue 2060).
|