MCPcopy Index your code
hub / github.com/deployd/deployd / isPropertyConfigurable

Function isPropertyConfigurable

test-app/public/sinon.js:3465–3469  ·  view source on GitHub ↗
(obj, propName)

Source from the content-addressed store, hash-verified

3463 var getPropertyDescriptor = require("./get-property-descriptor");
3464
3465 function isPropertyConfigurable(obj, propName) {
3466 var propertyDescriptor = getPropertyDescriptor(obj, propName);
3467
3468 return propertyDescriptor ? propertyDescriptor.configurable : true;
3469 }
3470
3471 module.exports = isPropertyConfigurable;
3472

Callers 2

sinon.jsFile · 0.85
SandboxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected