
require:
   .util -> methods

inert = {
   Function.prototype
   String.prototype
   Symbol.prototype
   Number.prototype
   Boolean.prototype
}

inert each proto ->
   proto[methods.proxy]{tracks, patch, prevent-dirty-reads} = this
   proto[methods.fork]{dir} = this
   proto[methods.patch]{p, dir} = pass
   proto[methods.clobber]{new, dir} = new
   proto[methods.iterate-properties]{} = {}
   ;; proto[methods.changed-relevantly]{reads, writes} = false
