Lines Matching refs:kHandle
32 const kHandle = Symbol('kHandle'); constant
44 this[kHandle] = internal;
68 return this[kHandle]?.min();
72 return this[kHandle]?.max();
76 return this[kHandle]?.mean();
80 return this[kHandle]?.exceeds();
84 return this[kHandle]?.stddev();
94 return this[kHandle]?.percentile(percentile);
99 this[kHandle]?.percentiles(this[kMap]);
104 this[kHandle]?.reset();
108 this[kHandle] = undefined;
112 const handle = this[kHandle];
120 this[kHandle] = handle;
132 this[kHandle]?.record(val);
142 this[kHandle]?.record(val);
146 this[kHandle]?.recordDelta();
150 const handle = this[kHandle];
161 this[kHandle] = handle;
169 this[kHandle] = handle;
194 kHandle, property