ajvincent / es-membrane

An ECMAScript implementation of a Membrane, allowing users to dynamically hide, override, or extend objects in JavaScript with controlled effects on the original objects.
ISC License
109 stars 13 forks source link

Define Membrane.prototype.secured = true when securing Membrane.prototype. #52

Open ajvincent opened 7 years ago

ajvincent commented 7 years ago

Required for #44.

ajvincent commented 7 years ago

This will become necessary for Membrane regression tests trying to examine internal properties.