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

Issue 11293163: Throw illegal argument exception when (Closed)

Created:
8 years, 1 month ago by siva
Modified:
8 years, 1 month ago
Reviewers:
hausner, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Throw illegal argument exception when - objects which extend NativeWrapper are passed in isolate messages - closure objects are passed in isolate messages (issues 6108, 6312) Committed: https://code.google.com/p/dart/source/detail?r=14926

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Total comments: 4

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -29 lines) Patch
M vm/dart_api_impl_test.cc View 1 2 3 4 5 6 1 chunk +35 lines, -0 lines 0 comments Download
M vm/exceptions.h View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M vm/exceptions.cc View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
M vm/snapshot.h View 1 2 3 4 5 6 5 chunks +19 lines, -7 lines 0 comments Download
M vm/snapshot.cc View 1 2 3 4 5 6 7 chunks +120 lines, -22 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
siva
8 years, 1 month ago (2012-11-08 02:29:14 UTC) #1
siva
synched up to TOT.
8 years, 1 month ago (2012-11-12 19:32:06 UTC) #2
Ivan Posva
http://codereview.chromium.org/11293163/diff/17001/vm/base_isolate.h File vm/base_isolate.h (right): http://codereview.chromium.org/11293163/diff/17001/vm/base_isolate.h#newcode83 vm/base_isolate.h:83: void ResetNoGCScopeDepth() { As discussed in person we should ...
8 years, 1 month ago (2012-11-13 08:12:46 UTC) #3
siva
Addressed comment, PTAL. http://codereview.chromium.org/11293163/diff/17001/vm/base_isolate.h File vm/base_isolate.h (right): http://codereview.chromium.org/11293163/diff/17001/vm/base_isolate.h#newcode83 vm/base_isolate.h:83: void ResetNoGCScopeDepth() { Done. Now a ...
8 years, 1 month ago (2012-11-13 19:46:54 UTC) #4
Ivan Posva
https://codereview.chromium.org/11293163/diff/16002/vm/snapshot.cc File vm/snapshot.cc (right): https://codereview.chromium.org/11293163/diff/16002/vm/snapshot.cc#newcode1222 vm/snapshot.cc:1222: String::Handle(String::New("Error while writing script snapshot"))); Can these strings be ...
8 years, 1 month ago (2012-11-14 05:12:15 UTC) #5
siva
https://codereview.chromium.org/11293163/diff/16002/vm/snapshot.cc File vm/snapshot.cc (right): https://codereview.chromium.org/11293163/diff/16002/vm/snapshot.cc#newcode1222 vm/snapshot.cc:1222: String::Handle(String::New("Error while writing script snapshot"))); Instead of using the ...
8 years, 1 month ago (2012-11-14 18:26:38 UTC) #6
Ivan Posva
8 years, 1 month ago (2012-11-14 19:47:50 UTC) #7
LGTM -ip

Powered by Google App Engine
This is Rietveld 408576698