CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.12 (changelog, source)
Search

Field ImmediatelyInvokedFunctionExpr::kind

The kind of invocation by which this IIFE is invoked: "call" for a direct function call, "call" or "apply" for a reflective invocation through call or apply, respectively.