(o, key, desc)
| 5811 | }; |
| 5812 | |
| 5813 | var ObjectDefineProperty = function (o, key, desc) { |
| 5814 | o[key] = desc.value; |
| 5815 | return o; |
| 5816 | }; |
| 5817 | |
| 5818 | var ObjectFreeze = function (obj) { |
| 5819 | return obj; |
nothing calls this directly
no outgoing calls
no test coverage detected