MCPcopy Create free account
hub / github.com/TruthHun/BookStack / ObjectGetDescriptor

Function ObjectGetDescriptor

static/word2md/mammoth.browser.js:5809–5811  ·  view source on GitHub ↗
(o, key)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected