MCPcopy Create free account
hub / github.com/deployd/deployd / throwYieldError

Function throwYieldError

test-app/public/sinon.js:528–534  ·  view source on GitHub ↗
(proxy, text, args)

Source from the content-addressed store, hash-verified

526 var slice = arrayProto.slice;
527
528 function throwYieldError(proxy, text, args) {
529 var msg = functionName(proxy) + text;
530 if (args.length) {
531 msg += " Received [" + join(slice(args), ", ") + "]";
532 }
533 throw new Error(msg);
534 }
535
536 var callProto = {
537 calledOn: function calledOn(thisValue) {

Callers 1

sinon.jsFile · 0.85

Calls 2

joinFunction · 0.85
sliceFunction · 0.85

Tested by

no test coverage detected