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

Issue 25090002: Make strict_mode a flag on StoreIC. (Closed)

Created:
7 years, 2 months ago by Toon Verwaest
Modified:
7 years, 2 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Make strict_mode a flag on StoreIC. BUG= R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17035

Patch Set 1 #

Patch Set 2 : Move setting strictmode to the constructor #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -175 lines) Patch
M src/ic.h View 1 10 chunks +76 lines, -72 lines 1 comment Download
M src/ic.cc View 1 48 chunks +57 lines, -103 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL
7 years, 2 months ago (2013-09-27 16:51:23 UTC) #1
ulan
LGTM https://chromiumcodereview.appspot.com/25090002/diff/4001/src/ic.h File src/ic.h (right): https://chromiumcodereview.appspot.com/25090002/diff/4001/src/ic.h#newcode544 src/ic.h:544: if (strict_mode() == kStrictMode) { Let's use strict_mode_ ...
7 years, 2 months ago (2013-10-01 08:38:42 UTC) #2
Toon Verwaest
7 years, 2 months ago (2013-10-01 09:36:41 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r17035 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698