Chromium Code Reviews| 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..e9fcd86f53f65316cad1452d507ca1fa339f3542 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[3] |
| this: undefined |
| -ObjectGlobal |
| - A: A [Dart Class] |
| - core: Object |
| +[Dart Library]Global |
| + A: A |
| + core: [Dart Library] |
| + exampleDivGetter: div#example_div |
| + globalArrayVariable: List[6] |
| + 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 (file:///usr/local/google/home/jacobr/src/dartium6/src/third_party/WebKit/LayoutTests/dart/inspector/scope-variables.dart:42:3)] |
|
vsm
2013/07/15 18:40:29
Note: stack trace has 'jacobr' in here.
Jacob
2013/07/15 22:23:54
Added logic to scope-variables.html to strip sourc
|
| Inspected value toString(): [Instance of A, d = 3.14] |
| Script execution resumed. |
| Debugger was disabled. |