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

Issue 396993004: Go to slow path when JSON.stringifying the global proxy. (Closed)

Created:
6 years, 5 months ago by Yang
Modified:
6 years, 5 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Go to slow path when JSON.stringifying the global proxy. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22440

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -6 lines) Patch
M src/json-stringifier.h View 1 2 chunks +3 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
6 years, 5 months ago (2014-07-16 15:52:54 UTC) #1
Toon Verwaest
LGTM with nit https://codereview.chromium.org/396993004/diff/1/src/json-stringifier.h File src/json-stringifier.h (right): https://codereview.chromium.org/396993004/diff/1/src/json-stringifier.h#newcode634 src/json-stringifier.h:634: ASSERT(!object->IsJSGlobalProxy() && !object->IsJSGlobalObject()); Maybe test IsGlobalObject() ...
6 years, 5 months ago (2014-07-16 16:08:03 UTC) #2
Yang
https://codereview.chromium.org/396993004/diff/1/src/json-stringifier.h File src/json-stringifier.h (right): https://codereview.chromium.org/396993004/diff/1/src/json-stringifier.h#newcode634 src/json-stringifier.h:634: ASSERT(!object->IsJSGlobalProxy() && !object->IsJSGlobalObject()); On 2014/07/16 16:08:03, Toon Verwaest wrote: ...
6 years, 5 months ago (2014-07-17 08:35:18 UTC) #3
Yang
6 years, 5 months ago (2014-07-17 08:35:52 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22440 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698