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.
getAValue()
DefiniteAbstractValue
1 parent be26a48 commit ea17de6Copy full SHA for ea17de6
javascript/ql/src/semmle/javascript/AMD.qll
@@ -158,7 +158,7 @@ class AmdModuleDefinition extends CallExpr {
158
result = [getAnImplicitExportsValue(), getAnExplicitExportsValue()]
159
}
160
161
- pragma[noinline]
+ pragma[noinline, nomagic]
162
private AbstractValue getAnImplicitExportsValue() {
163
// implicit exports: anything that is returned from the factory function
164
result = getModuleExpr().analyze().getAValue()
0 commit comments