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

Side by Side Diff: runtime/observatory/tests/manual_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
OLDNEW
1 0. 1 0.
2 dart --observe retainingPath.dart 2 dart --observe retainingPath.dart
3 1. 3 1.
4 isolate 'root' 4 isolate 'root'
5 2. 5 2.
6 library 'retainingPath.dart' 6 library 'retainingPath.dart'
7 3. 7 3.
8 class 'Foo' 8 class 'Foo'
9 4. 9 4.
10 under 'instances', find 'strongly reachable' list; it should contain 2 elements, one of which should have a field containing "87" 10 under 'instances', find 'strongly reachable' list; it should contain 2 elements, one of which should have a field containing "87"
11 5. 11 5.
12 instance "87" 12 instance "87"
13 6. 13 6.
14 find 'retaining path'; it should have length 4, and be annotated as follows: 14 find 'retaining path'; it should have length 4, and be annotated as follows:
15 "87" in var a 15 "87" in var a
16 Foo in var b 16 Foo in var b
17 Foo at list index 5 of 17 Foo at list index 5 of
18 _List(10) 18 _List(10)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698