MCPcopy
hub / github.com/jquery/esprima / isScope

Function isScope

test/3rdparty/angular-1.2.5.js:605–607  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

603
604
605function isScope(obj) {
606 return obj && obj.$evalAsync && obj.$watch;
607}
608
609
610function isFile(obj) {

Callers 3

copyFunction · 0.85
equalsFunction · 0.85
toJsonReplacerFunction · 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…