Perform a deep freeze on the object and all of it's contained values / properties by recursively calling objFreeze() on all enumerable properties of the object and on each property returned.
objFreeze()
the object to be completly frozen.
The originally passed in object.
Perform a deep freeze on the object and all of it's contained values / properties by recursively calling
objFreeze()
on all enumerable properties of the object and on each property returned.