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

Issue 1000063002: Hide RegExp and String initialization in a closure. (Closed)

Created:
5 years, 9 months ago by Yang
Modified:
5 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Hide RegExp and String initialization in a closure. R=jkummerow@chromium.org Committed: https://crrev.com/4e9daf4e3d13089d0bfbe4f690aa792f2d21bffb Cr-Commit-Position: refs/heads/master@{#27161}

Patch Set 1 #

Total comments: 2

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+350 lines, -322 lines) Patch
M src/api.cc View 4 chunks +14 lines, -0 lines 0 comments Download
M src/i18n.js View 19 chunks +22 lines, -20 lines 0 comments Download
M src/math.js View 4 chunks +12 lines, -14 lines 0 comments Download
M src/messages.js View 5 chunks +6 lines, -6 lines 0 comments Download
M src/regexp.js View 14 chunks +159 lines, -154 lines 0 comments Download
M src/snapshot-common.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M src/string.js View 1 14 chunks +97 lines, -89 lines 0 comments Download
M src/string-iterator.js View 2 chunks +24 lines, -28 lines 0 comments Download
M src/third_party/fdlibm/fdlibm.js View 3 chunks +9 lines, -4 lines 0 comments Download
M src/v8natives.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
Yang
5 years, 9 months ago (2015-03-12 12:19:54 UTC) #1
Jakob Kummerow
LGTM with comments. https://codereview.chromium.org/1000063002/diff/1/src/string.js File src/string.js (right): https://codereview.chromium.org/1000063002/diff/1/src/string.js#newcode940 src/string.js:940: %AddNamedProperty(GlobalString.prototype, "constructor", GlobalString, DONT_ENUM); nit: 80col ...
5 years, 9 months ago (2015-03-12 12:46:35 UTC) #2
Yang
On 2015/03/12 12:46:35, Jakob wrote: > LGTM with comments. > > https://codereview.chromium.org/1000063002/diff/1/src/string.js > File src/string.js ...
5 years, 9 months ago (2015-03-12 14:26:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1000063002/20001
5 years, 9 months ago (2015-03-12 14:26:57 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-12 14:47:41 UTC) #7
commit-bot: I haz the power
5 years, 9 months ago (2015-03-12 14:48:00 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4e9daf4e3d13089d0bfbe4f690aa792f2d21bffb
Cr-Commit-Position: refs/heads/master@{#27161}

Powered by Google App Engine
This is Rietveld 408576698