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

Unified Diff: LayoutTests/dart/inspector/scope-variables-expected.txt

Issue 18169002: Improve Dart Debugger performance and robustness by creating Dart wrappers using the standard SetNa… (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Checkpoint Created 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/dart/inspector/scope-variables-expected.txt
diff --git a/LayoutTests/dart/inspector/scope-variables-expected.txt b/LayoutTests/dart/inspector/scope-variables-expected.txt
index d3530d65ac328be1f864cd99950cf997b8145c37..98c6a2217320ad2bdd52e914b8b27b495f8ed9c8 100644
--- a/LayoutTests/dart/inspector/scope-variables-expected.txt
+++ b/LayoutTests/dart/inspector/scope-variables-expected.txt
@@ -15,17 +15,17 @@ Local
d: 1.618
event: MessageEvent
i: 42
- l: Array[3]
+ l: List[3]
this: undefined
-ObjectGlobal
- A: A [Dart Class]
- core: Object
- globalVariable: "globalString"
- handleMessage: function invoke()
- handleMessage2: function invoke()
- html: Object
- main: function invoke()
- throwingGetter: "<Exception thrown>"
+[Dart Library]Global
+ A: A
+ core: [Dart Library]
+ handleMessage: [Dart Function]
+ handleMessage2: [Dart Function]
+ html: [Dart Library]
+ main: [Dart Function]
+ regularGetter: "regular value"
+ throwingGetter: [Exception: Error]
Inspected value toString(): [Instance of A, d = 3.14]
Script execution resumed.
Debugger was disabled.

Powered by Google App Engine
This is Rietveld 408576698