Comment #14 on issue 3768 by [email protected]: super does not work in eval
https://code.google.com/p/v8/issues/detail?id=3768#c14
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/345fa142a9fca4b468417350ac26f61101d626e8
commit 345fa142a9fca4b468417350ac26f61101d626e8 Author: arv <[email protected]> Date: Thu Jun 04 16:22:29 2015 Refactor lexical home object binding Before this we had 3 super related lexical bindings that got injected into method bodies: .home_object, .this_function, and new.target. With this change we get rid of the .home_object one in favor of using .this_function[home_object_symbol] which allows some simplifications throughout the code base. BUG=v8:3768 LOG=N [email protected], [email protected] Review URL: https://codereview.chromium.org/1154103005 Cr-Commit-Position: refs/heads/master@{#28802}[modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/arm/full-codegen-arm.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/arm64/full-codegen-arm64.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/ast-numbering.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/ast-value-factory.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/ast-value-factory.h
[modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/ast.h[modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/ia32/full-codegen-ia32.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/mips/full-codegen-mips.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/mips64/full-codegen-mips64.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/parser.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/ppc/full-codegen-ppc.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/scopes.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/scopes.h [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/x64/full-codegen-x64.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/src/x87/full-codegen-x87.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/test/cctest/test-compiler.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/test/cctest/test-feedback-vector.cc [modify] http://crrev.com/345fa142a9fca4b468417350ac26f61101d626e8/test/cctest/test-heap.cc
--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.
