MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / reject

Function reject

lib/web/polyfill.js:1365–1373  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1363 }
1364 }
1365 function reject(value){
1366 var record = this;
1367 if(record.d)return;
1368 record.d = true;
1369 record = record.r || record; // unwrap
1370 record.v = value;
1371 record.s = 2;
1372 notify(record, true);
1373 }
1374 function getConstructor(C){
1375 var S = assertObject(C)[SYMBOL_SPECIES];
1376 return S != undefined ? S : C;

Callers 1

polyfill.jsFile · 0.70

Calls 1

notifyFunction · 0.85

Tested by

no test coverage detected