MCPcopy Create free account
hub / github.com/angular/dev-infra / __accessCheck

Function __accessCheck

github-actions/browserstack/set-browserstack-env.js:77–80  ·  view source on GitHub ↗
(obj, member, msg)

Source from the content-addressed store, hash-verified

75 return value;
76 };
77 var __accessCheck = (obj, member, msg) => {
78 if (!member.has(obj))
79 throw TypeError("Cannot " + msg);
80 };
81 var __privateIn = (member, obj) => {
82 if (Object(obj) !== obj)
83 throw TypeError('Cannot use the "in" operator on this value');

Callers 3

__privateGetFunction · 0.70
__privateSetFunction · 0.70
__privateMethodFunction · 0.70

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected