Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Issue 1420683002: X87: Test for var declarations in eval which conflict with let (Closed)

Created:
5 years, 2 months ago by shiyu.zhang
Modified:
5 years, 2 months ago
Reviewers:
Weiliang, chunyang.dai
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

X87: Test for var declarations in eval which conflict with let port d515e5138d30ab5b2a79e4cac99fcc5ca8d8991b(r31211). contributed by zhengxing.li@intel.com original commit message: Previously, name conflicts between var and let declarations were only made into exceptions if they were visible at parse-time. This patch adds runtime checks so that sloppy-mode direct eval can't introduce conflicting var declarations. The change is implemented by traversing the scope chain when a direct eval introduces a var declaration to look for conflicting let declarations, up to the function boundary. additional comment: The original r31211 patch needs some additional changes for x87 1. Should use Smi::FromInt(variable->DeclarationPropertyAttributes()) BUG= Committed: https://crrev.com/a910b8f0e237152c521b1befae04c82b1e5065c5 Cr-Commit-Position: refs/heads/master@{#31433}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M src/full-codegen/x87/full-codegen-x87.cc View 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Weiliang
lgtm
5 years, 2 months ago (2015-10-21 10:19:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1420683002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1420683002/1
5 years, 2 months ago (2015-10-21 10:19:54 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 2 months ago (2015-10-21 10:45:16 UTC) #6
commit-bot: I haz the power
5 years, 2 months ago (2015-10-21 10:45:35 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/a910b8f0e237152c521b1befae04c82b1e5065c5
Cr-Commit-Position: refs/heads/master@{#31433}

Powered by Google App Engine
This is Rietveld 408576698