Status: New
Owner: ----

New issue 329 by [email protected]: d8 asserts while printing an outer  
function's paramter value
http://code.google.com/p/v8/issues/detail?id=329

If you try to print an outer function's parameter that's otherwise unused
in the inner function, d8 asserts (at revision 1793)

Take the source in the attached file.  While debugging in c2()'s frame, try
to "print v".  You'll get the assertion.  If you un-comment the print(),
the same sequence works.

Note: breakpoints on line #s don't seem to work for me, so I set a break in
c3() and then "frame 1" to get to c2().  Are line # breakpoints new
functionality?  I'm not keying a bug against that...



Attachments:
        bug.js  144 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to