| OLD | NEW |
| 1 CONSOLE MESSAGE: before attached throw | 1 CONSOLE MESSAGE: line 1: before attached throw |
| 2 CONSOLE ERROR: line 12: Exception: attached error | 2 CONSOLE ERROR: line 1: Uncaught Unhandled exception: |
| 3 attached error |
| 4 #0 Error.attached (lifecycle-exception.dart:38:19) |
| 3 CONSOLE MESSAGE: before attached throw | 5 CONSOLE MESSAGE: before attached throw |
| 4 CONSOLE MESSAGE: Caught direct throw | 6 CONSOLE MESSAGE: Caught direct throw |
| 5 CONSOLE ERROR: line 44: Exception: Class 'Error' has no instance method 'attribu
teChanged' with matching arguments. | 7 CONSOLE ERROR: line 1: Uncaught Unhandled exception: |
| 8 Class 'Error' has no instance method 'attributeChanged' with matching arguments. |
| 6 | 9 |
| 7 NoSuchMethodError: incorrect number of arguments passed to method named 'attribu
teChanged' | 10 NoSuchMethodError: incorrect number of arguments passed to method named 'attribu
teChanged' |
| 8 Receiver: Instance of 'Error' | 11 Receiver: Instance of 'Error' |
| 9 Tried calling: attributeChanged("foo", null, "bar") | 12 Tried calling: attributeChanged("foo", null, "bar") |
| 10 Found: attributeChanged() | 13 Found: attributeChanged() |
| 11 CONSOLE MESSAGE: before detached throw | 14 #0 Object._noSuchMethod (dart:core-patch/object_patch.dart:42) |
| 12 CONSOLE ERROR: line 18: Exception: detached error | 15 #1 Object.noSuchMethod (dart:core-patch/object_patch.dart:45) |
| 13 CONSOLE ERROR: line 29: Exception: Error2 cannot be created | 16 #2 HtmlDocument.registerElement.<anonymous closure> (dart:html:xxxx) |
| 17 #3 JsObject._callMethod (dart:js:xxxx) |
| 18 #4 JsObject.callMethod (dart:js:xxxx) |
| 19 #5 BlinkElement.setAttribute_Callback_2_ (dart:_blink:xxxx) |
| 20 #6 Element.setAttribute (dart:html:xxxx) |
| 21 #7 main (lifecycle-exception.dart:44:13) |
| 22 CONSOLE MESSAGE: line 1: before detached throw |
| 23 CONSOLE ERROR: line 1: Uncaught Unhandled exception: |
| 24 detached error |
| 25 #0 Error.detached (lifecycle-exception.dart:45:13) |
| 26 CONSOLE ERROR: line 1: Uncaught Unhandled exception: |
| 27 Error2 cannot be created |
| 28 #0 HtmlDocument.registerElement.<anonymous closure> (dart:html:xxxx) |
| 29 #1 JsObject._callMethod (dart:js:xxxx) |
| 30 #2 JsObject.callMethod (dart:js:xxxx) |
| 31 #3 BlinkDocument.createElement_Callback_1_ (dart:_blink:xxxx) |
| 32 #4 Document.createElement (dart:html:xxxx) |
| 33 #5 main (lifecycle-exception.dart:53:28) |
| 14 CONSOLE MESSAGE: false | 34 CONSOLE MESSAGE: false |
| 15 CONSOLE MESSAGE: true | 35 CONSOLE MESSAGE: true |
| 16 | 36 |
| OLD | NEW |