MCPcopy Index your code
hub / github.com/microsoft/SandDance / __classPrivateFieldGet

Function __classPrivateFieldGet

docs/app/js/sanddance-app.js:20484–20487  ·  view source on GitHub ↗
(receiver, privateMap)

Source from the content-addressed store, hash-verified

20482 };
20483}
20484function __classPrivateFieldGet(receiver, privateMap) {
20485 if (!privateMap.has(receiver)) throw new TypeError("attempted to get private field on non-instance");
20486 return privateMap.get(receiver);
20487}
20488function __classPrivateFieldSet(receiver, privateMap, value) {
20489 if (!privateMap.has(receiver)) throw new TypeError("attempted to set private field on non-instance");
20490 privateMap.set(receiver, value);

Callers

nothing calls this directly

Calls 2

hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected