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

Function getConstructor

lib/web/polyfill.js:1374–1377  ·  view source on GitHub ↗
(C)

Source from the content-addressed store, hash-verified

1372 notify(record, true);
1373 }
1374 function getConstructor(C){
1375 var S = assertObject(C)[SYMBOL_SPECIES];
1376 return S != undefined ? S : C;
1377 }
1378 // 25.4.3.1 Promise(executor)
1379 Promise = function(executor){
1380 assertFunction(executor);

Callers 1

polyfill.jsFile · 0.85

Calls 1

assertObjectFunction · 0.85

Tested by

no test coverage detected