mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
JS: update comment
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user