JS: update comment

This commit is contained in:
Asger F
2019-03-07 11:35:41 +00:00
parent d4566af271
commit 56977b80a0

View File

@@ -47,7 +47,7 @@ AbstractValue getAnInitialPropertyValue(DefiniteAbstractValue baseVal, string pr
result = p.getInit().analyze().getALocalValue()
)
or
// `f.prototype` for functions `f` that are instantiated
// `f.prototype` for functions `f`
propertyName = "prototype" and
result = TAbstractInstance(baseVal)
}