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

Issue 10989074: Handle receiving GrowableObjectArrays correctly on native ports (Closed)

Created:
8 years, 2 months ago by Søren Gjesse
Modified:
8 years, 2 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Handle receiving GrowableObjectArrays correctly on native ports The deserialization when receiving GrowableObjectArrays through native ports was not correct. A GrowableObjectArrays is now handled as an internal VM object and is now handled on all code paths. Added a more comprehensiive test using array literals which are represented as GrowableObjectArrays. R=ager@google.com BUG=dart:5474 Committed: https://code.google.com/p/dart/source/detail?r=12992

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -25 lines) Patch
M runtime/vm/dart_api_message.cc View 3 chunks +23 lines, -18 lines 0 comments Download
M runtime/vm/snapshot_test.cc View 3 chunks +114 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Gjesse
8 years, 2 months ago (2012-09-28 07:09:47 UTC) #1
Mads Ager (google)
8 years, 2 months ago (2012-09-28 07:42:29 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698