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

Issue 18238003: Add Dart_GetSupertype to the dart debugger API so that the dartium (Closed)

Created:
7 years, 5 months ago by siva
Modified:
7 years, 5 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vsm
Visibility:
Public.

Description

Add Dart_GetSupertype to the dart debugger API so that the dartium debugger interface can use this instead of Dart_GetSuperClass. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=24648

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -4 lines) Patch
M runtime/include/dart_debugger_api.h View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 2 3 4 2 chunks +42 lines, -0 lines 0 comments Download
M runtime/vm/debugger_api_impl_test.cc View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
siva
7 years, 5 months ago (2013-06-29 01:15:43 UTC) #1
regis
https://codereview.chromium.org/18238003/diff/15001/runtime/vm/debugger_api_impl.cc File runtime/vm/debugger_api_impl.cc (right): https://codereview.chromium.org/18238003/diff/15001/runtime/vm/debugger_api_impl.cc#newcode533 runtime/vm/debugger_api_impl.cc:533: for (intptr_t i = 0; i < num_expected_type_arguments; i++) ...
7 years, 5 months ago (2013-07-01 16:29:27 UTC) #2
siva
Addressed review comment. PTAL https://codereview.chromium.org/18238003/diff/15001/runtime/vm/debugger_api_impl.cc File runtime/vm/debugger_api_impl.cc (right): https://codereview.chromium.org/18238003/diff/15001/runtime/vm/debugger_api_impl.cc#newcode533 runtime/vm/debugger_api_impl.cc:533: for (intptr_t i = 0; ...
7 years, 5 months ago (2013-07-01 18:45:15 UTC) #3
regis
LGTM https://codereview.chromium.org/18238003/diff/22001/runtime/vm/debugger_api_impl.cc File runtime/vm/debugger_api_impl.cc (right): https://codereview.chromium.org/18238003/diff/22001/runtime/vm/debugger_api_impl.cc#newcode536 runtime/vm/debugger_api_impl.cc:536: ASSERT(type_args_array.Length() > (i + index_offset)); Isn't this ASSERT ...
7 years, 5 months ago (2013-07-01 18:55:49 UTC) #4
siva
https://codereview.chromium.org/18238003/diff/22001/runtime/vm/debugger_api_impl.cc File runtime/vm/debugger_api_impl.cc (right): https://codereview.chromium.org/18238003/diff/22001/runtime/vm/debugger_api_impl.cc#newcode536 runtime/vm/debugger_api_impl.cc:536: ASSERT(type_args_array.Length() > (i + index_offset)); True it is, removed ...
7 years, 5 months ago (2013-07-01 19:41:40 UTC) #5
siva
7 years, 5 months ago (2013-07-01 19:46:45 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r24648 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698