v8/test/debugger/debug/es8
Alexey Kozyatinskiy a8176a530c [ignition] removed nop bytecode
Nop bytecodes are required only for break locations in debugger. Since nop bytecode doesn't change program state we can remove all of them.

There are at least two changes which this CL produce:
- we don't provide break position when we load local variable (still provide when load variable from global),
- we don't provide break position for statements without actual break positions (e.g. "a;") - these expressions should be super rare and user always can set breakpoint before or after this statement.

More details in one pager: https://docs.google.com/a/google.com/document/d/1JXlQpfMa9vRojbE272b6GMBbrfh6m_00135iAUOJEz8/edit?usp=sharing

Bug: v8:6425
Change-Id: I4aee73d497a84f7b5d89caa6dda6d3060567dfda
Reviewed-on: https://chromium-review.googlesource.com/543161
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46742}
2017-07-18 16:14:29 +00:00
..
async-debug-basic.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-builtin-predictions.js [debug] Add exception predictions to builtins where missing. 2017-03-10 17:44:51 +00:00
async-debug-caught-exception-cases0.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases1.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases2.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases3.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-step-abort-at-break.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-continue-at-break.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-in-and-out.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-in-out-out.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-in.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-nested.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-next-constant.js [inspector] removed break location right before suspension in async function 2017-05-31 12:15:09 +00:00
async-debug-step-next.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-out.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-function-debug-evaluate.js Make non-Module generators only context allocate parameters. 2017-05-24 13:54:57 +00:00
async-function-debug-scopes.js Make non-Module generators only context allocate parameters. 2017-05-24 13:54:57 +00:00
debug-async-break-on-stack.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
debug-async-break.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
debug-async-liveedit.js [liveedit] reimplement frame restarting. 2017-01-27 07:31:03 +00:00