Comment #2 on issue 3674 by [email protected]: Classes: Step into default constructor
https://code.google.com/p/v8/issues/detail?id=3674#c2

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/ef41de10db404a5be0957a2546b60ce7126ecff3

commit ef41de10db404a5be0957a2546b60ce7126ecff3
Author: arv <[email protected]>
Date: Sat Nov 15 19:48:32 2014

Classes: Add support for stepping through default constructors

If a class extends another class and it doesn't provide a constructor,
one is created for them. We therefore need to ensure that stepping into
the constructor steps into the super class constructor.

BUG=v8:3674
LOG=Y
[email protected], aandrey , yurys

Review URL: https://codereview.chromium.org/725983002

Cr-Commit-Position: refs/heads/master@{#25366}

[modify] https://chromium.googlesource.com/v8/v8.git/+/ef41de10db404a5be0957a2546b60ce7126ecff3/src/debug.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/ef41de10db404a5be0957a2546b60ce7126ecff3/src/debug.h [add] https://chromium.googlesource.com/v8/v8.git/+/ef41de10db404a5be0957a2546b60ce7126ecff3/test/mjsunit/harmony/debug-step-into-class-extends.js [add] https://chromium.googlesource.com/v8/v8.git/+/ef41de10db404a5be0957a2546b60ce7126ecff3/test/mjsunit/harmony/debug-step-into-constructor.js


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to