| OLD | NEW |
| 1 CONSOLE MESSAGE: line 1: foo | 1 CONSOLE MESSAGE: line 1: foo |
| 2 Debugger was enabled. | 2 Debugger was enabled. |
| 3 | 3 |
| 4 Running: testScopeChain | 4 Running: testScopeChain |
| 5 Script execution paused. | 5 Script execution paused. |
| 6 Call stack: | 6 Call stack: |
| 7 0) handleMessage (evaluate-in-console.dart:12) | 7 0) handleMessage (evaluate-in-console.dart:12) |
| 8 test.instanceField = "Test.instanceField" | 8 test.instanceField = "Test.instanceField" |
| 9 test.instanceField = "new value" = "new value" | 9 test.instanceField = "new value" = "new value" |
| 10 test.foo = null | 10 test.foo = null |
| 11 test.foo = 3 = 3 | 11 test.foo = 3 = 3 |
| 12 test.foo = 3 | 12 test.foo = 3 |
| 13 test.somePropertyThatDoesntExist = undefined |
| 13 test.toString() = "<Test instance with instanceField = new value>" | 14 test.toString() = "<Test instance with instanceField = new value>" |
| 14 test.toString(1) = "Unhandled exception: | 15 test.toString(1) = "Unhandled exception: |
| 15 Closure call with mismatched arguments: function 'call' | 16 Closure call with mismatched arguments: function 'call' |
| 16 | 17 |
| 17 NoSuchMethodError: incorrect number of arguments passed to method named 'call' | 18 NoSuchMethodError: incorrect number of arguments passed to method named 'call' |
| 18 Receiver: Closure: () => String from Function 'toString':. | 19 Receiver: Closure: () => String from Function 'toString':. |
| 19 Tried calling: call(1) | 20 Tried calling: call(1) |
| 20 Found: call() | 21 Found: call() |
| 21 #0 Object.noSuchMethod (SOURCE_LOCATION)" | 22 #0 Object.noSuchMethod (SOURCE_LOCATION)" |
| 22 test.create("x").instanceField = "x" | 23 test.create("x").instanceField = "x" |
| 23 test.concat(test.create("x"), test.create("y")) = "new value:x:y" | 24 test.concat(test.create("x"), test.create("y")) = "new value:x:y" |
| 24 _private = "private" | 25 _private = "private" |
| 25 globalField = null | 26 globalField = null |
| 26 calculateSquareRoot(25) = 5 | 27 calculateSquareRoot(25) = 5 |
| 27 new Element.tag("div").outerHtml = "<div></div>" | 28 new Element.tag("div").outerHtml = "<div></div>" |
| 28 new Element.tag("div").tagName = "DIV" | 29 new Element.tag("div").tagName = "DIV" |
| 29 a=new List() = | 30 a=new List() = |
| 30 jsObject={} = Object {} | 31 jsObject={} = Object {} |
| 31 jsObject.__proto__=a = | 32 jsObject.__proto__=a = |
| 32 jsObject.add(7) = null | 33 jsObject.add(7) = null |
| 33 a.toString() = "[7]" | 34 a.toString() = "[7]" |
| 34 | 35 |
| 35 Running: testPrint | 36 Running: testPrint |
| 36 Script execution resumed. | 37 Script execution resumed. |
| 37 Debugger was disabled. | 38 Debugger was disabled. |
| 38 | 39 |
| OLD | NEW |