Comment #25 on issue 3330 by [email protected]: Implement ES6 classes
https://code.google.com/p/v8/issues/detail?id=3330#c25

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

commit 583868288a8008a64dda0afeb6c004b47eaacb46
Author: [email protected] <[email protected]>
Date: Tue Oct 07 16:24:59 2014

This uses a runtime function to set up the the constructor and its
prototype.

This does not add the methods/accessors to the prototype or the
constructor.

BUG=v8:3330
LOG=Y
[email protected]

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24442 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

[modify] https://chromium.googlesource.com/v8/v8.git/+/583868288a8008a64dda0afeb6c004b47eaacb46/src/compiler/ast-graph-builder.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/583868288a8008a64dda0afeb6c004b47eaacb46/src/compiler/pipeline.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/583868288a8008a64dda0afeb6c004b47eaacb46/src/full-codegen.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/583868288a8008a64dda0afeb6c004b47eaacb46/src/messages.js [modify] https://chromium.googlesource.com/v8/v8.git/+/583868288a8008a64dda0afeb6c004b47eaacb46/src/parser.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/583868288a8008a64dda0afeb6c004b47eaacb46/src/parser.h [modify] https://chromium.googlesource.com/v8/v8.git/+/583868288a8008a64dda0afeb6c004b47eaacb46/src/preparser.h [modify] https://chromium.googlesource.com/v8/v8.git/+/583868288a8008a64dda0afeb6c004b47eaacb46/src/runtime/runtime-classes.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/583868288a8008a64dda0afeb6c004b47eaacb46/src/runtime/runtime.h [add] https://chromium.googlesource.com/v8/v8.git/+/583868288a8008a64dda0afeb6c004b47eaacb46/test/mjsunit/harmony/classes.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