MCPcopy Create free account
hub / github.com/microsoft/SandDance / define

Function define

docs/app/js/sanddance-app.js:53163–53170  ·  view source on GitHub ↗
(obj, key, value)

Source from the content-addressed store, hash-verified

53161 }, module.exports.__esModule = true, module.exports["default"] = module.exports;
53162 var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
53163 function define(obj, key, value) {
53164 return Object.defineProperty(obj, key, {
53165 value: value,
53166 enumerable: !0,
53167 configurable: !0,
53168 writable: !0
53169 }), obj[key];
53170 }
53171 try {
53172 define({}, "");
53173 } catch (err1) {

Callers 6

sanddance-app.jsFile · 0.70
_regeneratorRuntimeFunction · 0.70
defineIteratorMethodsFunction · 0.70
extension.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected