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

Issue 116473004: Add Dart API method Dart_SetPersistentHandle to enable setting the value of (Closed)

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

Description

Add Dart API method Dart_SetPersistentHandle to enable setting the value of a persistent handle. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=31443

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -0 lines) Patch
M runtime/include/dart_api.h View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 2 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
6 years, 11 months ago (2014-01-03 17:58:03 UTC) #1
Ivan Posva
LGTM with comments addressed. -Ivan https://codereview.chromium.org/116473004/diff/50001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/116473004/diff/50001/runtime/vm/dart_api_impl.cc#newcode588 runtime/vm/dart_api_impl.cc:588: if (!state->IsValidPersistentHandle(obj1)) { In ...
6 years, 11 months ago (2014-01-03 18:21:21 UTC) #2
siva
https://codereview.chromium.org/116473004/diff/50001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/116473004/diff/50001/runtime/vm/dart_api_impl.cc#newcode588 runtime/vm/dart_api_impl.cc:588: if (!state->IsValidPersistentHandle(obj1)) { On 2014/01/03 18:21:21, Ivan Posva wrote: ...
6 years, 11 months ago (2014-01-03 18:33:48 UTC) #3
siva
6 years, 11 months ago (2014-01-03 18:47:41 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r31443 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698