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

Issue 10196003: Dart_IsSame -> Dart_IdentityEquals. (Closed)

Created:
8 years, 8 months ago by turnidge
Modified:
8 years, 7 months ago
Reviewers:
Anton Muhin
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Dart_IsSame -> Dart_IdentityEquals. Use return value for the equality result. Made function more efficient by avoiding a DARTSCOPE. Committed: https://code.google.com/p/dart/source/detail?r=7664

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -48 lines) Patch
M include/dart_api.h View 1 1 chunk +4 lines, -9 lines 0 comments Download
M vm/dart_api_impl.cc View 1 chunk +4 lines, -7 lines 0 comments Download
M vm/dart_api_impl_test.cc View 6 chunks +12 lines, -32 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
turnidge
8 years, 8 months ago (2012-04-23 21:40:16 UTC) #1
Anton Muhin
8 years, 8 months ago (2012-04-24 11:03:52 UTC) #2
LGTM and thanks.

I'll prepare a change on bindings side today and send it to you so we can
coordinate landing.  Or you may keep an old API for a couple of days, up to you.

Powered by Google App Engine
This is Rietveld 408576698