Closed
Description
We've got some code that looks like:
thing.method.lastCall.args[0]();
This is causing a crash in the CallExpression handler in no-debug
. In this case, callExpressionIdentifier
is null. I suspect that getDeepestIdentifierNode
doesn't handle array accessors correctly, and it also can explicitly return null
.