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

Issue 12653003: More useful result pretty printing for d8 (Closed)

Created:
7 years, 9 months ago by rossberg
Modified:
7 years, 9 months ago
Reviewers:
Toon Verwaest, Yang
CC:
v8-dev, adamk
Visibility:
Public.

Description

More useful result pretty printing for d8 For example: d8> ["hi", 5, [2,3],Object.prototype.toString, {get a() { return a}, b: 9, set a(x) {this.b=x}}, null, undefined] ["hi", 5, [2, 3], function toString() { [native code] }, {get a() { return a}, set a(x) {this.b=x}, b: 9}, null, undefined] Deactivated in test mode. R=yangguo@chromium.org BUG= Committed: http://code.google.com/p/v8/source/detail?r=13966

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments; minor fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -7 lines) Patch
M src/d8.cc View 1 1 chunk +19 lines, -7 lines 0 comments Download
M src/d8.js View 1 1 chunk +56 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rossberg
7 years, 9 months ago (2013-03-08 15:07:43 UTC) #1
Yang
On 2013/03/08 15:07:43, rossberg wrote: LGTM with comments.
7 years, 9 months ago (2013-03-12 12:56:35 UTC) #2
Yang
https://codereview.chromium.org/12653003/diff/1/src/d8.js File src/d8.js (right): https://codereview.chromium.org/12653003/diff/1/src/d8.js#newcode2201 src/d8.js:2201: var stringifyDepthLimit = 12; // To avoid crashing on ...
7 years, 9 months ago (2013-03-12 12:56:41 UTC) #3
rossberg
https://codereview.chromium.org/12653003/diff/1/src/d8.js File src/d8.js (right): https://codereview.chromium.org/12653003/diff/1/src/d8.js#newcode2201 src/d8.js:2201: var stringifyDepthLimit = 12; // To avoid crashing on ...
7 years, 9 months ago (2013-03-18 14:03:07 UTC) #4
Toon Verwaest
This CL breaks building V8 as shared library. (component=shared_library).
7 years, 9 months ago (2013-03-18 15:28:58 UTC) #5
rossberg
7 years, 9 months ago (2013-03-18 15:46:37 UTC) #6
Message was sent while issue was closed.
On 2013/03/18 15:28:58, Toon Verwaest wrote:
> This CL breaks building V8 as shared library. (component=shared_library).

Fix under https://codereview.chromium.org/12779019/

Powered by Google App Engine
This is Rietveld 408576698