V8 is introducing subtle changes to break locations for variable declarations. As result, some inspector layout tests need to be adapted.
- End of a script no longer has a break location for the implicitly added return value.
- Variable declarations without initialization no longer break (because this cannot be implemented in the interpreter).
https://codereview.chromium.org/1744123003/
Comment 1 by yangguo@chromium.org
, Mar 1 2016