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

Issue 21156011: Alter the native code generator to directly use (Closed)

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

Description

Alter the native code generator to directly use Dart_SetBooleanReturnValue Dart_SetIntReturnValue Dart_SetDoubleReturnValue instead of Dart_Handle retval = toDart(...); // Calls Dart_Boolean, Dart_NewInteger, // Dart_Double. Dart_SetReturnValue(args, retval); R=vsm@google.com Committed: https://code.google.com/p/dart/source/detail?r=25698

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -5 lines) Patch
M tools/dom/scripts/systemnative.py View 1 chunk +11 lines, -5 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
siva
7 years, 4 months ago (2013-07-31 02:48:55 UTC) #1
vsm
lgtm https://chromiumcodereview.appspot.com/21156011/diff/1/tools/dom/scripts/systemnative.py File tools/dom/scripts/systemnative.py (right): https://chromiumcodereview.appspot.com/21156011/diff/1/tools/dom/scripts/systemnative.py#newcode910 tools/dom/scripts/systemnative.py:910: set_return_value = 'Dart_SetReturnValue(args, %s)' % (to_dart_conversion) Do we ...
7 years, 4 months ago (2013-07-31 14:59:19 UTC) #2
siva
https://chromiumcodereview.appspot.com/21156011/diff/1/tools/dom/scripts/systemnative.py File tools/dom/scripts/systemnative.py (right): https://chromiumcodereview.appspot.com/21156011/diff/1/tools/dom/scripts/systemnative.py#newcode910 tools/dom/scripts/systemnative.py:910: set_return_value = 'Dart_SetReturnValue(args, %s)' % (to_dart_conversion) All the toDart ...
7 years, 4 months ago (2013-07-31 18:51:59 UTC) #3
siva
7 years, 4 months ago (2013-08-01 00:58:26 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r25698 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698