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

Function ObjectGetPrototypeOf

static/word2md/mammoth.browser.js:5822–5829  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

5820 };
5821
5822 var ObjectGetPrototypeOf = function (obj) {
5823 try {
5824 return Object(obj).constructor.prototype;
5825 }
5826 catch (e) {
5827 return proto;
5828 }
5829 };
5830
5831 var ArrayIsArray = function (obj) {
5832 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected