Comment #7 on issue 3834 by [email protected]: Implement new semantics of ES6 subclassing
https://code.google.com/p/v8/issues/detail?id=3834#c7
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/bf49be39f333bf1ce14202663595d455aa4b24cb
commit bf49be39f333bf1ce14202663595d455aa4b24cb Author: dslomov <[email protected]> Date: Wed Feb 11 09:47:32 2015 new classes: implement new.target passing to superclass constructor. [email protected],[email protected] BUG=v8:3834 LOG=N Committed: https://crrev.com/8aed43e82c6d2742fe5988603cb8841324cc942b Cr-Commit-Position: refs/heads/master@{#26560} Review URL: https://codereview.chromium.org/908883002 Cr-Commit-Position: refs/heads/master@{#26572}[modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/accessors.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/arm/builtins-arm.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/arm/code-stubs-arm.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/arm/full-codegen-arm.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/arm64/builtins-arm64.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/arm64/code-stubs-arm64.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/arm64/full-codegen-arm64.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/ast-value-factory.h [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/bootstrapper.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/code-stubs.h [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/code.h [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/compiler.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/compiler/js-generic-lowering.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/compiler/linkage.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/compiler/pipeline.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/deoptimizer.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/factory.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/frames.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/full-codegen.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/globals.h [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/hydrogen-instructions.h [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/hydrogen.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/ia32/builtins-ia32.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/ia32/code-stubs-ia32.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/ia32/deoptimizer-ia32.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/ia32/full-codegen-ia32.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/ic/ic.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/objects-inl.h [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/objects.h [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/runtime/runtime-classes.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/runtime/runtime-function.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/runtime/runtime-object.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/runtime/runtime-scopes.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/scopes.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/scopes.h [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/variables.h [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/x64/builtins-x64.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/x64/code-stubs-x64.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/src/x64/full-codegen-x64.cc [modify] http://crrev.com/bf49be39f333bf1ce14202663595d455aa4b24cb/test/mjsunit/harmony/classes-experimental.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.
