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

Issue 1440753002: Include field reference with implicit getter / setter functions (Closed)

Created:
5 years, 1 month ago by Cutch
Modified:
5 years, 1 month ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, turnidge, rmacnak, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Include field reference with implicit getter / setter functions - When printing implicit getter or setter functions, include the field that the implicit functions were generated for. - Display field on function view in Observatory. - Service unit test. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/c6a8c44eae1b256be991033cdb275c63e88afddc

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -0 lines) Patch
M runtime/observatory/lib/src/elements/function_view.html View 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 2 chunks +2 lines, -0 lines 0 comments Download
A runtime/observatory/tests/service/implicit_getter_setter_test.dart View 1 chunk +69 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 chunks +29 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Cutch
5 years, 1 month ago (2015-11-11 20:36:50 UTC) #4
rmacnak
https://chromiumcodereview.appspot.com/1440753002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://chromiumcodereview.appspot.com/1440753002/diff/1/runtime/vm/object.cc#newcode5557 runtime/vm/object.cc:5557: printf("Looking for %" Pd " == %" Pd "\n", ...
5 years, 1 month ago (2015-11-11 20:43:02 UTC) #5
Cutch
https://chromiumcodereview.appspot.com/1440753002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://chromiumcodereview.appspot.com/1440753002/diff/1/runtime/vm/object.cc#newcode5557 runtime/vm/object.cc:5557: printf("Looking for %" Pd " == %" Pd "\n", ...
5 years, 1 month ago (2015-11-11 20:54:22 UTC) #6
rmacnak
lgtm
5 years, 1 month ago (2015-11-11 21:30:58 UTC) #7
Cutch
5 years, 1 month ago (2015-11-11 22:13:49 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
c6a8c44eae1b256be991033cdb275c63e88afddc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698