MCPcopy Index your code
hub / github.com/TruthHun/BookStack / canAttachTrace

Function canAttachTrace

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

Source from the content-addressed store, hash-verified

9436}
9437
9438function canAttachTrace(obj) {
9439 return isError(obj) && es5.propertyIsWritable(obj, "stack");
9440}
9441
9442var ensureErrorObject = (function() {
9443 if (!("stack" in new Error())) {

Callers 2

mammoth.browser.jsFile · 0.70

Calls 1

isErrorFunction · 0.70

Tested by

no test coverage detected