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

Issue 343563009: Fix stack trace accessor behavior. (Closed)

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

Description

Fix stack trace accessor behavior. R=verwaest@chromium.org BUG=v8:3404 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=22089

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : address comments and fix mistakes along the way #

Total comments: 2

Patch Set 5 : addressed comments and rebased #

Patch Set 6 : fix for the prototype chain lookup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -140 lines) Patch
M include/v8.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M src/heap.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/isolate.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 chunks +39 lines, -31 lines 0 comments Download
M src/messages.js View 1 2 3 4 5 4 chunks +40 lines, -71 lines 0 comments Download
M src/runtime.h View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 1 chunk +3 lines, -18 lines 0 comments Download
A test/mjsunit/regress/regress-3404.js View 1 chunk +27 lines, -0 lines 0 comments Download
M test/mjsunit/runtime-gen/collectstacktrace.js View 1 chunk +1 line, -2 lines 0 comments Download
D test/mjsunit/runtime-gen/getandclearoverflowedstacktrace.js View 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/stack-traces.js View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download
M test/mjsunit/stack-traces-overflow.js View 1 2 chunks +4 lines, -2 lines 0 comments Download
M tools/generate-runtime-tests.py View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Yang
6 years, 6 months ago (2014-06-26 11:21:52 UTC) #1
Yang
On 2014/06/26 11:21:52, Yang wrote: addressed offline comments. Now the setter doesn't do anything if ...
6 years, 6 months ago (2014-06-26 13:47:27 UTC) #2
Toon Verwaest
As discussed offline, I'd drop support for derived objects, this is just too annoying. Also, ...
6 years, 6 months ago (2014-06-26 14:50:44 UTC) #3
Yang
On 2014/06/26 14:50:44, Toon Verwaest wrote: > As discussed offline, I'd drop support for derived ...
6 years, 5 months ago (2014-06-27 08:06:59 UTC) #4
Toon Verwaest
lgtm with some comments https://codereview.chromium.org/343563009/diff/50001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/343563009/diff/50001/src/isolate.cc#newcode457 src/isolate.cc:457: JSObject::SetProperty(error_object, key, stack_trace, NONE, STRICT).Assert(); ...
6 years, 5 months ago (2014-06-30 09:56:30 UTC) #5
Yang
6 years, 5 months ago (2014-06-30 11:48:35 UTC) #6
Message was sent while issue was closed.
Committed patchset #6 manually as r22089 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698