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

Issue 289553002: Add accessors for Maps to the embedding API. (Closed)

Created:
6 years, 7 months ago by rmacnak
Modified:
6 years, 6 months ago
Reviewers:
koda
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add accessors for Maps to the embedding API. (To be used by Dartium.) R=koda@google.com Committed: https://code.google.com/p/dart/source/detail?r=36840

Patch Set 1 #

Patch Set 2 : #

Total comments: 11

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+269 lines, -16 lines) Patch
M runtime/include/dart_api.h View 1 2 3 chunks +46 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 5 chunks +131 lines, -15 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 2 1 chunk +92 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
rmacnak
6 years, 7 months ago (2014-05-22 22:46:48 UTC) #1
koda
Interface looks good. I'll hook up the fast case for hash maps once they are ...
6 years, 7 months ago (2014-05-22 23:40:24 UTC) #2
koda
https://codereview.chromium.org/289553002/diff/20001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/289553002/diff/20001/runtime/vm/dart_api_impl.cc#newcode2988 runtime/vm/dart_api_impl.cc:2988: args.SetAt(0, instance); Consider passing in 'false' as an argument ...
6 years, 7 months ago (2014-05-23 00:33:05 UTC) #3
rmacnak
https://codereview.chromium.org/289553002/diff/20001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/289553002/diff/20001/runtime/include/dart_api.h#newcode1824 runtime/include/dart_api.h:1824: * \return The Object in the Map at the ...
6 years, 6 months ago (2014-05-30 17:23:32 UTC) #4
koda
LGTM if you cast the argument to prevent leaking internal objects to userland https://codereview.chromium.org/289553002/diff/40001/runtime/vm/dart_api_impl.cc File ...
6 years, 6 months ago (2014-05-30 20:40:23 UTC) #5
rmacnak
https://codereview.chromium.org/289553002/diff/40001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/289553002/diff/40001/runtime/vm/dart_api_impl.cc#newcode272 runtime/vm/dart_api_impl.cc:272: const Object& argument) { On 2014/05/30 20:40:23, koda wrote: ...
6 years, 6 months ago (2014-05-30 21:49:14 UTC) #6
rmacnak
6 years, 6 months ago (2014-05-30 21:49:33 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r36840 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698