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

Issue 664333003: Add remaining @@toStringTag symbols to builtins (Closed)

Created:
6 years, 2 months ago by caitp (gmail)
Modified:
6 years, 2 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Add remaining @@toStringTag symbols to builtins R=dslomov@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24885

Patch Set 1 #

Patch Set 2 : Oops, forgot to add the test cases for Math / JSON #

Total comments: 7

Patch Set 3 : Remove comment / use handles + clang format #

Total comments: 3

Patch Set 4 : shs->scope, line length #

Patch Set 5 : Make heap-snapshot-generator not explode #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -9 lines) Patch
M src/array-iterator.js View 1 chunk +2 lines, -0 lines 0 comments Download
M src/collection-iterator.js View 2 chunks +4 lines, -0 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/json.js View 1 chunk +2 lines, -0 lines 0 comments Download
M src/math.js View 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime/runtime-function.cc View 1 2 3 1 chunk +23 lines, -4 lines 0 comments Download
M src/string-iterator.js View 1 chunk +2 lines, -0 lines 0 comments Download
M src/typedarray.js View 1 2 3 3 chunks +11 lines, -1 line 0 comments Download
M test/mjsunit/es6/array-iterator.js View 2 chunks +10 lines, -1 line 0 comments Download
M test/mjsunit/es6/collection-iterator.js View 3 chunks +19 lines, -1 line 0 comments Download
A test/mjsunit/es6/json.js View 1 1 chunk +15 lines, -0 lines 0 comments Download
A test/mjsunit/es6/math.js View 1 1 chunk +15 lines, -0 lines 0 comments Download
M test/mjsunit/es6/string-iterator.js View 2 chunks +7 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/typedarrays.js View 2 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
caitp (gmail)
Adding the missing @@toStringTag items for builtin types. There is a tiny spec violation WRT ...
6 years, 2 months ago (2014-10-23 17:29:51 UTC) #2
Dmitry Lomov (no reviews)
Some comments https://codereview.chromium.org/664333003/diff/20001/src/runtime/runtime-function.cc File src/runtime/runtime-function.cc (right): https://codereview.chromium.org/664333003/diff/20001/src/runtime/runtime-function.cc#newcode70 src/runtime/runtime-function.cc:70: static String* NameToFunctionName(Isolate* isolate, Name* name) { ...
6 years, 2 months ago (2014-10-24 08:20:48 UTC) #3
caitp (gmail)
Thanks --- Handle constructor doesn't like being called with a Handle, without an isolate, apparently ...
6 years, 2 months ago (2014-10-24 12:18:33 UTC) #4
Dmitry Lomov (no reviews)
lgtm with small nits https://codereview.chromium.org/664333003/diff/40001/src/runtime/runtime-function.cc File src/runtime/runtime-function.cc (right): https://codereview.chromium.org/664333003/diff/40001/src/runtime/runtime-function.cc#newcode89 src/runtime/runtime-function.cc:89: HandleScope shs(isolate); nit: s/shs/scope/ https://codereview.chromium.org/664333003/diff/40001/src/typedarray.js ...
6 years, 2 months ago (2014-10-24 12:38:55 UTC) #5
caitp (gmail)
https://codereview.chromium.org/664333003/diff/40001/src/typedarray.js File src/typedarray.js (right): https://codereview.chromium.org/664333003/diff/40001/src/typedarray.js#newcode298 src/typedarray.js:298: return name; admittedly the above if statement doesn't really ...
6 years, 2 months ago (2014-10-24 12:44:34 UTC) #6
caitp (gmail)
On 2014/10/24 12:44:34, caitp wrote: > https://codereview.chromium.org/664333003/diff/40001/src/typedarray.js > File src/typedarray.js (right): > > https://codereview.chromium.org/664333003/diff/40001/src/typedarray.js#newcode298 > ...
6 years, 2 months ago (2014-10-24 14:23:14 UTC) #7
caitp (gmail)
On 2014/10/24 14:23:14, caitp wrote: > On 2014/10/24 12:44:34, caitp wrote: > > https://codereview.chromium.org/664333003/diff/40001/src/typedarray.js > ...
6 years, 2 months ago (2014-10-24 15:11:19 UTC) #8
Dmitry Lomov (no reviews)
On 2014/10/24 15:11:19, caitp wrote: > On 2014/10/24 14:23:14, caitp wrote: > > On 2014/10/24 ...
6 years, 2 months ago (2014-10-24 16:34:13 UTC) #9
Dmitry Lomov (no reviews)
6 years, 2 months ago (2014-10-24 19:28:43 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as 24885 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698