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

Function __privateGet

github-actions/browserstack/set-browserstack-env.js:86–89  ·  view source on GitHub ↗
(obj, member, getter)

Source from the content-addressed store, hash-verified

84 return member.has(obj);
85 };
86 var __privateGet = (obj, member, getter) => {
87 __accessCheck(obj, member, "read from private field");
88 return getter ? getter.call(obj) : member.get(obj);
89 };
90 var __privateAdd = (obj, member, value) => {
91 if (member.has(obj))
92 throw TypeError("Cannot add the same private member more than once");

Callers 15

dispatchMethod · 0.70
closeMethod · 0.70
destroyMethod · 0.70
nextMethod · 0.70
_transformMethod · 0.70
[kDispatch]Method · 0.70
[kClose]Method · 0.70
[kDestroy]Method · 0.70
""Function · 0.70
onConnectMethod · 0.70
onErrorMethod · 0.70
onUpgradeMethod · 0.70

Calls 2

__accessCheckFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected