mirror of
https://github.com/github/codeql.git
synced 2026-02-17 07:23:42 +01:00
5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
import semmle.javascript.Expr
|
|
|
|
from ImmediatelyInvokedFunctionExpr iife, Parameter p, Expr arg
|
|
where iife.argumentPassing(p, arg)
|
|
select iife, p, arg |