Lines Matching defs:const
4 const common = require('../common');
5 const { deepStrictEqual, strictEqual } = require('assert');
6 const { IterableWeakMap } = require('internal/util/iterable_weak_map');
16 const wm = new IterableWeakMap();
17 const _cache = {
29 const values = [...wm];
36 const wm = new IterableWeakMap();
37 const _cache = {
44 const values = [...wm];
50 const wm = new IterableWeakMap();
51 const _cache = {
60 const values = [...wm];
66 const wm = new IterableWeakMap();
67 const _cache = {
75 const values = [...wm];
81 const wm = new IterableWeakMap();
82 const _cache = {
95 const wm = new IterableWeakMap();
96 const _cache = {