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

Side by Side Diff: runtime/observatory/tests/ui/retainingPath.txt

Issue 2119733003: Wrapping leaf nodes in non polymer elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Converted vm-connect Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « runtime/observatory/tests/ui/retainingPath.dart ('k') | runtime/observatory/web/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 0.
2 dart --observe retainingPath.dart
3 1.
4 isolate 'root'
5 2.
6 library 'retainingPath.dart'
7 3.
8 class 'Foo'
9 4.
10 under 'instances', find 'strongly reachable' list; it should contain 2 elements, one of which should have a field containing "87"
11 5.
12 instance "87"
13 6.
14 find 'retaining path'; it should have length 4, and be annotated as follows:
15 "87" in var a
16 Foo in var b
17 Foo at list index 5 of
18 _List(10)
OLDNEW
« no previous file with comments | « runtime/observatory/tests/ui/retainingPath.dart ('k') | runtime/observatory/web/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698