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

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: Code review fixes 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
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables.html ('k') | Source/bindings/dart/DartDOMWrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4be9841347e862867ff6a12c6df6a12dae3d4360 100644
--- a/LayoutTests/dart/inspector/scope-variables-expected.txt
+++ b/LayoutTests/dart/inspector/scope-variables-expected.txt
@@ -1,3 +1,4 @@
+Example div
Debugger was enabled.
Running: testScopeChain
@@ -15,17 +16,22 @@ Local
d: 1.618
event: MessageEvent
i: 42
- l: Array[3]
+ l: List
this: undefined
-ObjectGlobal
- A: A [Dart Class]
- core: Object
+[Dart Library]Global
+ A: A
+ core: [Dart Library]
+ exampleDivGetter: DivElement
+ globalArrayVariable: List
+ globalMapVariable: LinkedHashMap
globalVariable: "globalString"
- handleMessage: function invoke()
- handleMessage2: function invoke()
- html: Object
- main: function invoke()
- throwingGetter: "<Exception thrown>"
+ handleMessage: [Dart Function]
+ handleMessage2: [Dart Function]
+ html: [Dart Library]
+ main: [Dart Function]
+ throwingGetter: [Exception: Unhandled exception:
+only the best reviews
+#0 throwingGetter (SOURCE_LOCATION)]
Inspected value toString(): [Instance of A, d = 3.14]
Script execution resumed.
Debugger was disabled.
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables.html ('k') | Source/bindings/dart/DartDOMWrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698