Open

Description
8f2c47f relies on the assumption that the receiver to _FutureListener.handleValue
is at a fixed offset in the calling frame, but this assumption is not tested or guaranteed.
@mraleph suggested:
[add] checks when generating code for the
handleValue
itself.
e.g. [...] add a check inlinearscan.cc
thatParameterInstr
forthis
is allocated into the right place on the stack when compilinghandleValue
body.
And similar check intoLoadLocalInstr
for unoptimized compilation.