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

Issue 18404009: Refactor JavaScriptFrame::function() to return a JSFunction* and remove associated casts. (Closed)

Created:
7 years, 5 months ago by titzer
Modified:
7 years, 5 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Refactor JavaScriptFrame::function() to return a JSFunction* and remove associated casts. BUG= Committed: https://code.google.com/p/v8/source/detail?r=15638

Patch Set 1 #

Total comments: 3

Patch Set 2 : Remove implicit ASSERT. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -111 lines) Patch
M src/compiler.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/debug.cc View 6 chunks +8 lines, -10 lines 0 comments Download
M src/deoptimizer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/frames.h View 1 chunk +1 line, -1 line 0 comments Download
M src/frames.cc View 12 chunks +57 lines, -68 lines 0 comments Download
M src/frames-inl.h View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/ic.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.cc View 4 chunks +4 lines, -7 lines 0 comments Download
M src/liveedit.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/runtime.cc View 9 chunks +11 lines, -13 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
titzer
7 years, 5 months ago (2013-07-11 15:03:00 UTC) #1
Toon Verwaest
Nice cleanup. lgtm with a nit. https://codereview.chromium.org/18404009/diff/1/src/frames-inl.h File src/frames-inl.h (right): https://codereview.chromium.org/18404009/diff/1/src/frames-inl.h#newcode279 src/frames-inl.h:279: ASSERT(result->IsJSFunction()); You can ...
7 years, 5 months ago (2013-07-11 15:23:45 UTC) #2
titzer
https://codereview.chromium.org/18404009/diff/1/src/frames-inl.h File src/frames-inl.h (right): https://codereview.chromium.org/18404009/diff/1/src/frames-inl.h#newcode279 src/frames-inl.h:279: ASSERT(result->IsJSFunction()); On 2013/07/11 15:23:46, Toon Verwaest wrote: > You ...
7 years, 5 months ago (2013-07-11 15:30:19 UTC) #3
titzer
7 years, 5 months ago (2013-07-11 16:46:07 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r15638 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698