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

Function __publicField

github-actions/browserstack/set-browserstack-env.js:73–76  ·  view source on GitHub ↗
(obj, key, value)

Source from the content-addressed store, hash-verified

71 mod
72 ));
73 var __publicField = (obj, key, value) => {
74 __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
75 return value;
76 };
77 var __accessCheck = (obj, member, msg) => {
78 if (!member.has(obj))
79 throw TypeError("Cannot " + msg);

Callers 4

constructorMethod · 0.70
constructorMethod · 0.70
constructorMethod · 0.70
constructorMethod · 0.70

Calls 1

__defNormalPropFunction · 0.70

Tested by

no test coverage detected