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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Debugger was enabled. 1 Debugger was enabled.
2 2
3 Running: testScopeChain 3 Running: testScopeChain
4 Script execution paused. 4 Script execution paused.
5 Call stack: 5 Call stack:
6 0) handleMessage2 (scope-variables.dart:22) 6 0) handleMessage2 (scope-variables.dart:22)
7 1) handleMessage (scope-variables.dart:10) 7 1) handleMessage (scope-variables.dart:10)
8 8
9 Dump scope sections: 9 Dump scope sections:
10 Local 10 Local
11 _s: "foo" 11 _s: "foo"
12 a1: A 12 a1: A
13 a2: null 13 a2: null
14 b: false 14 b: false
15 d: 1.618 15 d: 1.618
16 event: MessageEvent 16 event: MessageEvent
17 i: 42 17 i: 42
18 l: Array[3] 18 l: List[3]
19 this: undefined 19 this: undefined
20 ObjectGlobal 20 [Dart Library]Global
21 A: A [Dart Class] 21 A: A
22 core: Object 22 core: [Dart Library]
23 globalVariable: "globalString" 23 handleMessage: [Dart Function]
24 handleMessage: function invoke() 24 handleMessage2: [Dart Function]
25 handleMessage2: function invoke() 25 html: [Dart Library]
26 html: Object 26 main: [Dart Function]
27 main: function invoke() 27 regularGetter: "regular value"
28 throwingGetter: "<Exception thrown>" 28 throwingGetter: [Exception: Error]
29 Inspected value toString(): [Instance of A, d = 3.14] 29 Inspected value toString(): [Instance of A, d = 3.14]
30 Script execution resumed. 30 Script execution resumed.
31 Debugger was disabled. 31 Debugger was disabled.
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698