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

Function getThis

lib/web/tern/infer.js:1266–1269  ·  view source on GitHub ↗
(scope)

Source from the content-addressed store, hash-verified

1264 }
1265
1266 function getThis(scope) {
1267 var fnScope = functionScope(scope)
1268 return fnScope.fnType ? fnScope.fnType.self : fnScope
1269 }
1270
1271 function maybeAddPhantomObj(obj) {
1272 if (!obj.isEmpty() || !obj.propertyOf) return

Callers 1

infer.jsFile · 0.85

Calls 1

functionScopeFunction · 0.85

Tested by

no test coverage detected