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

Issue 8490016: Renaming: (Closed)

Created:
9 years, 1 month ago by turnidge
Modified:
9 years, 1 month ago
Reviewers:
Anton Muhin, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Renaming: Dart_ObjectToString -> Dart_ToString Dart_Objects_Equal -> Dart_ObjectEquals Dart_IsInstanceOf -> Dart_ObjectIsType Dart_ReThrowException -> Dart_RethrowException Added: Dart_IsSame: === operation Added a couple of tests.

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -37 lines) Patch
M runtime/bin/main.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M runtime/include/dart_api.h View 1 2 3 4 5 chunks +35 lines, -23 lines 1 comment Download
M runtime/vm/dart_api_impl.cc View 1 2 3 4 5 chunks +17 lines, -6 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 2 3 4 4 chunks +75 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
turnidge
9 years, 1 month ago (2011-11-07 18:07:00 UTC) #1
Ivan Posva
First round of comments. -Ivan http://codereview.chromium.org/8490016/diff/1/runtime/include/dart_api.h File runtime/include/dart_api.h (right): http://codereview.chromium.org/8490016/diff/1/runtime/include/dart_api.h#newcode464 runtime/include/dart_api.h:464: DART_EXPORT Dart_Handle Dart_ToString(Dart_Handle object); ...
9 years, 1 month ago (2011-11-07 23:10:45 UTC) #2
turnidge
PTAL http://codereview.chromium.org/8490016/diff/1/runtime/include/dart_api.h File runtime/include/dart_api.h (right): http://codereview.chromium.org/8490016/diff/1/runtime/include/dart_api.h#newcode464 runtime/include/dart_api.h:464: DART_EXPORT Dart_Handle Dart_ToString(Dart_Handle object); On 2011/11/07 23:10:45, Ivan ...
9 years, 1 month ago (2011-11-07 23:35:19 UTC) #3
Ivan Posva
LGTM with comments. -Ivan http://codereview.chromium.org/8490016/diff/4002/runtime/include/dart_api.h File runtime/include/dart_api.h (right): http://codereview.chromium.org/8490016/diff/4002/runtime/include/dart_api.h#newcode148 runtime/include/dart_api.h:148: * The result of the ...
9 years, 1 month ago (2011-11-07 23:48:29 UTC) #4
turnidge
Forgot to mail out these responses... http://codereview.chromium.org/8490016/diff/4002/runtime/include/dart_api.h File runtime/include/dart_api.h (right): http://codereview.chromium.org/8490016/diff/4002/runtime/include/dart_api.h#newcode148 runtime/include/dart_api.h:148: * The result ...
9 years, 1 month ago (2011-11-10 20:30:57 UTC) #5
Ivan Posva
9 years, 1 month ago (2011-11-10 21:43:45 UTC) #6
Sorry, it seems that my comment was not clear.

Still LGTM.

-Ivan

http://codereview.chromium.org/8490016/diff/10004/runtime/include/dart_api.h
File runtime/include/dart_api.h (right):

http://codereview.chromium.org/8490016/diff/10004/runtime/include/dart_api.h#...
runtime/include/dart_api.h:150: * \param equal Returns whether the two objects
are the same.
equal -> same for the parameter name.

Powered by Google App Engine
This is Rietveld 408576698