MCPcopy
hub / github.com/parallel-js/parallel.js / getGlobal

Function getGlobal

test/jasmine/jasmine.js:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54jasmine.getGlobal = function() {
55 function getGlobal() {
56 return this;
57 }
58
59 return getGlobal();
60};

Callers 1

jasmine.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected