Reviewers: rossberg, Yang,

Message:
PTAL. Patchset 1 is original patch as reverted. Patchset 2 updates for super
spread calls, and fixes
http://code.google.com/p/chromium/issues/detail?id=487289. I ended up using a
CatchContext to bind "this" as it was easiest.

Description:
Reapply "Resolve references to "this" the same way as normal variables""

This reapplies https://codereview.chromium.org/1136073002, along with
the followups:

  Remove Scope::scope_uses_this_ flag
  https://codereview.chromium.org/1128963005

and

  PPC: Resolve references to "this" the same way as normal variables
  https://codereview.chromium.org/1134073003

[email protected], [email protected]
LOG=N
BUG=

Please review this at https://codereview.chromium.org/1136883006/

Base URL: https://chromium.googlesource.com/v8/v8@master

Affected files (+398, -176 lines):
  M src/arm/full-codegen-arm.cc
  M src/arm/lithium-codegen-arm.cc
  M src/arm64/full-codegen-arm64.cc
  M src/arm64/lithium-codegen-arm64.cc
  M src/compiler.cc
  M src/compiler/ast-graph-builder.h
  M src/compiler/ast-graph-builder.cc
  M src/contexts.cc
  M src/heap/heap.h
  M src/ia32/full-codegen-ia32.cc
  M src/ia32/lithium-codegen-ia32.cc
  M src/mips/full-codegen-mips.cc
  M src/mips/lithium-codegen-mips.cc
  M src/mips64/full-codegen-mips64.cc
  M src/mips64/lithium-codegen-mips64.cc
  M src/parser.cc
  M src/ppc/full-codegen-ppc.cc
  M src/ppc/lithium-codegen-ppc.cc
  M src/preparser.h
  M src/runtime/runtime-debug.cc
  M src/runtime/runtime-scopes.cc
  M src/scopeinfo.cc
  M src/scopes.h
  M src/scopes.cc
  M src/variables.cc
  M src/x64/full-codegen-x64.cc
  M src/x64/lithium-codegen-x64.cc
  M test/cctest/test-parsing.cc
  M test/cctest/test-serialize.cc
  M test/mjsunit/debug-scopes.js
  A test/mjsunit/harmony/arrow-functions-this.js
  M test/mjsunit/testcfg.py
  A + test/mjsunit/this-dynamic-lookup.js


--
--
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