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

Issue 21319002: - Add following additional methods to the API to make returning values (Closed)

Created:
7 years, 4 months ago by siva
Modified:
7 years, 4 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

- Add following additional methods to the API to make returning values from Dartium easier: Dart_SetBooleanReturnValue Dart_SetIntegerReturnValue Dart_SetDoubleReturnValue - Use Isolate value stored in NativeArguments instead of calling Isolate::Current R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=25676

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -8 lines) Patch
M runtime/include/dart_api.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.h View 1 4 chunks +27 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 chunks +38 lines, -5 lines 0 comments Download
M runtime/vm/native_arguments.h View 1 2 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
7 years, 4 months ago (2013-07-31 02:45:26 UTC) #1
srdjan
lgtm https://chromiumcodereview.appspot.com/21319002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://chromiumcodereview.appspot.com/21319002/diff/1/runtime/vm/dart_api_impl.cc#newcode3599 runtime/vm/dart_api_impl.cc:3599: if (retval != Api::Null() && !Api::IsInstance(retval)) { Add ...
7 years, 4 months ago (2013-07-31 14:27:31 UTC) #2
siva
https://chromiumcodereview.appspot.com/21319002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://chromiumcodereview.appspot.com/21319002/diff/1/runtime/vm/dart_api_impl.cc#newcode3599 runtime/vm/dart_api_impl.cc:3599: if (retval != Api::Null() && !Api::IsInstance(retval)) { On 2013/07/31 ...
7 years, 4 months ago (2013-07-31 16:23:03 UTC) #3
siva
7 years, 4 months ago (2013-07-31 18:05:11 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r25676 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698