261200c587
Relanding https://codereview.chromium.org/810623005/ Review URL: https://codereview.chromium.org//837723004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42645 260f80e4-7a28-3924-810f-c04153c831b5
19 lines
396 B
Plaintext
19 lines
396 B
Plaintext
0.
|
|
dart --observe retainingPath.dart
|
|
1.
|
|
isolate 'root'
|
|
2.
|
|
library 'retainingPath.dart'
|
|
3.
|
|
class 'Foo'
|
|
4.
|
|
under 'instances', find 'strongly reachable' list; it should contain 2 elements, one of which should have a field containing "87"
|
|
5.
|
|
instance "87"
|
|
6.
|
|
find 'retaining path'; it should have length 4, and be annotated as follows:
|
|
"87" in var a
|
|
Foo in var b
|
|
Foo at list index 5 of
|
|
_List(10)
|