mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: Fix deprecated API usage
This commit is contained in:
@@ -965,7 +965,7 @@ module ClassNode {
|
||||
)
|
||||
or
|
||||
exists(string name |
|
||||
GlobalAccessPath::fromRhs(this) = name and
|
||||
this = AccessPath::getAnAssignmentTo(name) and
|
||||
result = getAPrototypeReferenceInFile(name, getFile())
|
||||
)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user