We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Type
MkHasUnderlyingType
1 parent 8b93162 commit 7180a1eCopy full SHA for 7180a1e
javascript/ql/src/semmle/javascript/ApiGraphs.qll
@@ -423,6 +423,8 @@ module API {
423
*/
424
MkHasUnderlyingType(string moduleName, string exportName) {
425
any(TypeAnnotation n).hasQualifiedName(moduleName, exportName)
426
+ or
427
+ any(Type t).hasUnderlyingType(moduleName, exportName)
428
} or
429
MkSyntheticCallbackArg(DataFlow::Node src, int bound, DataFlow::InvokeNode nd) {
430
trackUseNode(src, true, bound).flowsTo(nd.getCalleeNode())
0 commit comments