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

Issue 349643003: Add a function Dart_AllocateWithNativeFields which allocates an object and sets the native fields i… (Closed)

Created:
6 years, 6 months ago by siva
Modified:
6 years, 6 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add a function Dart_AllocateWithNativeFields which allocates an object and sets the native fields in one call. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=37568

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -23 lines) Patch
M runtime/include/dart_api.h View 2 chunks +18 lines, -1 line 1 comment Download
M runtime/vm/dart_api_impl.cc View 1 2 chunks +56 lines, -18 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 chunk +9 lines, -4 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
siva
6 years, 6 months ago (2014-06-20 20:22:21 UTC) #1
srdjan
lgtm https://codereview.chromium.org/349643003/diff/40001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/349643003/diff/40001/runtime/include/dart_api.h#newcode2012 runtime/include/dart_api.h:2012: * \param args the Native arguments block passed ...
6 years, 6 months ago (2014-06-20 20:36:59 UTC) #2
siva
6 years, 6 months ago (2014-06-20 21:08:37 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r37568 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698