Chromium Code Reviews

Issue 6611003: Renaming strict to strict_mode for uniformity. (Closed)

Created:
9 years, 9 months ago by Martin Maly
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein, Mads Ager (chromium)
CC:
v8-dev
Visibility:
Public.

Description

Renaming strict to strict_mode for uniformity. BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+42 lines, -38 lines)
M src/handles.h View 2 chunks +3 lines, -3 lines 0 comments
M src/handles.cc View 3 chunks +6 lines, -6 lines 0 comments
M src/objects.h View 2 chunks +4 lines, -4 lines 0 comments
M src/objects.cc View 8 chunks +10 lines, -10 lines 0 comments
M src/runtime.h View 1 chunk +1 line, -1 line 0 comments
M src/runtime.cc View 6 chunks +15 lines, -11 lines 0 comments
M src/stub-cache.cc View 1 chunk +3 lines, -3 lines 0 comments

Messages

Total messages: 2 (0 generated)
Martin Maly
Couple of renames.
9 years, 9 months ago (2011-03-03 02:08:22 UTC) #1
Lasse Reichstein
9 years, 9 months ago (2011-03-03 08:47:46 UTC) #2
If it compiles, it works!
LGTM.

Powered by Google App Engine