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

Issue 11186025: Reimplement a simpler version of JSON.stringify. (Closed)

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

Description

Reimplement a simpler version of JSON.stringify. BUG= Committed: https://code.google.com/p/v8/source/detail?r=12760

Patch Set 1 #

Total comments: 13

Patch Set 2 : Addressed comments #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+675 lines, -19 lines) Patch
M src/json.js View 1 chunk +3 lines, -1 line 0 comments Download
A src/json-stringifier.h View 1 1 chunk +618 lines, -0 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M test/mjsunit/json.js View 1 2 2 chunks +33 lines, -2 lines 0 comments Download
A + test/mjsunit/json-recursive.js View 1 1 chunk +11 lines, -16 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
PTAL. I'll probably add some more test cases later on.
8 years, 2 months ago (2012-10-17 15:47:07 UTC) #1
Toon Verwaest
Added a first round of minor and major comments. We can still see if we ...
8 years, 2 months ago (2012-10-17 17:52:49 UTC) #2
Yang
I'll do the C++/JS ping pong in a later CL. For now, I'll just bail ...
8 years, 2 months ago (2012-10-18 12:27:33 UTC) #3
Toon Verwaest
8 years, 2 months ago (2012-10-18 12:59:35 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698