BLeak icon indicating copy to clipboard operation
BLeak copied to clipboard

Use non-enumerable Symbols for BLeak-internal properties

Open jvilk opened this issue 7 years ago • 1 comments

We currently add special BLeak properties to some objects. These are enumerable and visible to the instrumented program.

We should switch to using non-enumerable Symbols so the program cannot accidentally mess with our instrumentation.

This is low-priority as I have not encountered this issue in practice.

jvilk avatar Feb 14 '18 21:02 jvilk

I've made a number of these non-enumerable now.

jvilk avatar Feb 25 '18 17:02 jvilk