MCPcopy
hub / github.com/wuchangming/spy-debugger / defineProperties

Function defineProperties

lib/proxy/SpyProxy.js:3–3  ·  view source on GitHub ↗
(target, props)

Source from the content-addressed store, hash-verified

1'use strict';
2
3var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
4
5function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6

Callers 1

SpyProxy.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected