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

Issue 10824209: - Allow patching of top-level methods and accessors. (Closed)

Created:
8 years, 4 months ago by Ivan Posva
Modified:
8 years, 4 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, Anders Johnsen
Visibility:
Public.

Description

- Allow patching of top-level methods and accessors. Committed: https://code.google.com/p/dart/source/detail?r=10409

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -73 lines) Patch
M runtime/vm/dart_api_impl_test.cc View 1 2 chunks +48 lines, -12 lines 0 comments Download
M runtime/vm/object.h View 1 3 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 5 chunks +65 lines, -41 lines 0 comments Download
M runtime/vm/parser.h View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 7 chunks +64 lines, -12 lines 0 comments Download
M runtime/vm/raw_object.h View 2 chunks +9 lines, -8 lines 0 comments Download
A tests/language/patch_test.dart View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Ivan Posva
8 years, 4 months ago (2012-08-07 22:22:06 UTC) #1
hausner
This change does not handle function named "patch" correctly. The more I see this language ...
8 years, 4 months ago (2012-08-07 22:56:35 UTC) #2
Ivan Posva
https://chromiumcodereview.appspot.com/10824209/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://chromiumcodereview.appspot.com/10824209/diff/1/runtime/vm/object.cc#newcode5467 runtime/vm/object.cc:5467: Object& entry = Object::Handle(isolate, Object::null()); On 2012/08/07 22:56:36, hausner ...
8 years, 4 months ago (2012-08-08 00:56:52 UTC) #3
hausner
8 years, 4 months ago (2012-08-08 17:15:12 UTC) #4
LGTM, but I still don't like it.

Powered by Google App Engine
This is Rietveld 408576698