Reviewers: Søren Gjesse,

Description:
Step next should respect do/while condition block.

Condition block of do/while statements is a valid break location so it  
should
have its own position. The block is represented by a regular Expression  
node so
we cannot store the position in it, instead the position is stored in a  
separate
field in DoWhileStatement AST node.

BUG=514

Please review this at http://codereview.chromium.org/385136

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/arm/codegen-arm.h
   M     src/arm/codegen-arm.cc
   M     src/ast.h
   M     src/codegen.h
   M     src/codegen.cc
   M     src/ia32/codegen-ia32.h
   M     src/ia32/codegen-ia32.cc
   M     src/parser.cc
   M     src/x64/codegen-x64.h
   M     src/x64/codegen-x64.cc
   A     test/mjsunit/debug-stepnext-do-while.js



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to