MCPcopy Index your code
hub / github.com/typekit/webfontloader / spyOn

Function spyOn

tools/jasmine/jasmine.js:480–482  ·  view source on GitHub ↗
(obj, methodName)

Source from the content-addressed store, hash-verified

478 * @return {jasmine.Spy} a Jasmine spy that can be chained with all spy methods
479 */
480var spyOn = function(obj, methodName) {
481 return jasmine.getEnv().currentSpec.spyOn(obj, methodName);
482};
483if (isCommonJS) exports.spyOn = spyOn;
484
485/**

Callers 3

domhelper_spec.jsFile · 0.85
webfont_spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…