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

Issue 17346002: Fix for issue 11262. (Closed)

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

Description

Fix for issue 11262. - Add Dart_InstanceGetType - Wire Dart_New, Dart_Invoke and Dart_[G|S]etField to use types

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+331 lines, -252 lines) Patch
M runtime/include/dart_api.h View 11 chunks +26 lines, -14 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 14 chunks +139 lines, -106 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 42 chunks +166 lines, -132 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
7 years, 6 months ago (2013-06-18 01:00:42 UTC) #1
siva
7 years, 6 months ago (2013-06-18 01:00:53 UTC) #2
regis
LGTM with one question https://codereview.chromium.org/17346002/diff/1/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/17346002/diff/1/runtime/include/dart_api.h#newcode2064 runtime/include/dart_api.h:2064: * \param type_name The name ...
7 years, 6 months ago (2013-06-18 08:14:24 UTC) #3
siva
7 years, 6 months ago (2013-06-18 17:23:58 UTC) #4
https://codereview.chromium.org/17346002/diff/1/runtime/include/dart_api.h
File runtime/include/dart_api.h (right):

https://codereview.chromium.org/17346002/diff/1/runtime/include/dart_api.h#ne...
runtime/include/dart_api.h:2064: * \param type_name The name of the type.
Yes, I cut and paste the prototype from the first bug report and forgot about
the second update I had done to the bug report.

On 2013/06/18 08:14:24, regis wrote:
> Didn't we decide to call this parameter class_name?

https://codereview.chromium.org/17346002/diff/1/runtime/include/dart_api.h#ne...
runtime/include/dart_api.h:2074: Dart_Handle type_name,
On 2013/06/18 08:14:24, regis wrote:
> class_name?

Done.

Powered by Google App Engine
This is Rietveld 408576698