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

Issue 302143004: - Add Dart_EmptyString to return the canonical empty string similar to how (Closed)

Created:
6 years, 6 months ago by siva
Modified:
6 years, 6 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Add Dart_EmptyString to return the canonical empty string similar to how Null, True and False are done - Removed check for current isolate from Dart_Null, Dart_True, Dart_False, Dart_EmptyString as these are returning singleton objects. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=36823

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -27 lines) Patch
M runtime/include/dart_api.h View 1 chunk +7 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl.h View 2 chunks +16 lines, -4 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 5 chunks +13 lines, -21 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
siva
6 years, 6 months ago (2014-05-30 17:06:44 UTC) #1
regis
LGTM
6 years, 6 months ago (2014-05-30 17:18:53 UTC) #2
siva
6 years, 6 months ago (2014-05-30 17:33:18 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r36823 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698