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

Issue 22297008: Expose classes, codes, functions, and libraries collections. (Closed)

Created:
7 years, 4 months ago by Cutch
Modified:
7 years, 4 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Expose classes, codes, functions, and libraries collections. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=25900

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+478 lines, -51 lines) Patch
M runtime/vm/object_id_ring.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 5 chunks +86 lines, -23 lines 0 comments Download
A + tests/standalone/vmservice/isolate_bad_class_test.dart View 2 chunks +22 lines, -7 lines 0 comments Download
A + tests/standalone/vmservice/isolate_bad_code_test.dart View 2 chunks +22 lines, -7 lines 0 comments Download
A + tests/standalone/vmservice/isolate_bad_function_test.dart View 2 chunks +22 lines, -7 lines 0 comments Download
A + tests/standalone/vmservice/isolate_bad_library_test.dart View 2 chunks +19 lines, -7 lines 0 comments Download
A tests/standalone/vmservice/isolate_class_test.dart View 1 chunk +82 lines, -0 lines 0 comments Download
A tests/standalone/vmservice/isolate_code_test.dart View 1 chunk +81 lines, -0 lines 0 comments Download
A tests/standalone/vmservice/isolate_function_test.dart View 1 chunk +80 lines, -0 lines 0 comments Download
A tests/standalone/vmservice/isolate_library_test.dart View 1 chunk +61 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Cutch
7 years, 4 months ago (2013-08-06 18:17:45 UTC) #1
Ivan Posva
LGTM with comment. -Ivan https://codereview.chromium.org/22297008/diff/1/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/22297008/diff/1/runtime/vm/service.cc#newcode271 runtime/vm/service.cc:271: if (!obj.IsCode()) { This code ...
7 years, 4 months ago (2013-08-07 00:39:11 UTC) #2
Cutch
https://codereview.chromium.org/22297008/diff/1/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/22297008/diff/1/runtime/vm/service.cc#newcode271 runtime/vm/service.cc:271: if (!obj.IsCode()) { On 2013/08/07 00:39:11, Ivan Posva wrote: ...
7 years, 4 months ago (2013-08-07 14:47:48 UTC) #3
Cutch
7 years, 4 months ago (2013-08-07 20:35:54 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r25900 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698