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

Issue 10565002: Print correct line number for Error thrown inside eval. (Closed)

Created:
8 years, 6 months ago by Yang
Modified:
8 years, 6 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Print correct line number for Error thrown inside eval. R=rossberg@chromium.org BUG=v8:1914 TEST=eval-stack-trace.js Committed: https://code.google.com/p/v8/source/detail?r=11851

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : changed "unknown" to "<anonymous>" #

Total comments: 2

Patch Set 4 : Comment addressed #

Patch Set 5 : fix whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -12 lines) Patch
M src/messages.js View 1 2 3 4 2 chunks +17 lines, -12 lines 0 comments Download
A test/mjsunit/eval-stack-trace.js View 1 2 1 chunk +203 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
8 years, 6 months ago (2012-06-15 12:54:10 UTC) #1
rossberg
https://chromiumcodereview.appspot.com/10565002/diff/4/src/messages.js File src/messages.js (right): https://chromiumcodereview.appspot.com/10565002/diff/4/src/messages.js#newcode934 src/messages.js:934: if (!this.isNative()) { I think the code is clearer ...
8 years, 6 months ago (2012-06-18 13:11:30 UTC) #2
Yang
Please take another look. https://chromiumcodereview.appspot.com/10565002/diff/4/src/messages.js File src/messages.js (right): https://chromiumcodereview.appspot.com/10565002/diff/4/src/messages.js#newcode934 src/messages.js:934: if (!this.isNative()) { On 2012/06/18 ...
8 years, 6 months ago (2012-06-18 13:18:42 UTC) #3
rossberg
8 years, 6 months ago (2012-06-18 13:31:33 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698