(o, key)
| 5807 | }; |
| 5808 | |
| 5809 | var ObjectGetDescriptor = function(o, key) { |
| 5810 | return {value: o[key]}; |
| 5811 | }; |
| 5812 | |
| 5813 | var ObjectDefineProperty = function (o, key, desc) { |
| 5814 | o[key] = desc.value; |
nothing calls this directly
no outgoing calls
no test coverage detected