| OLD | NEW |
| 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 // DO NOT EDIT | 5 // DO NOT EDIT |
| 6 // Auto-generated dart:html library. | 6 // Auto-generated dart:html library. |
| 7 | 7 |
| 8 /// The Dart HTML library. | 8 /// The Dart HTML library. |
| 9 /// | 9 /// |
| 10 /// For examples, see | 10 /// For examples, see |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 // Not actually used, but imported since dart:html can generate these objects. | 27 // Not actually used, but imported since dart:html can generate these objects. |
| 28 import 'dart:svg' as svg; | 28 import 'dart:svg' as svg; |
| 29 import 'dart:web_audio' as web_audio; | 29 import 'dart:web_audio' as web_audio; |
| 30 | 30 |
| 31 $!GENERATED_DART_FILES | 31 $!GENERATED_DART_FILES |
| 32 | 32 |
| 33 part '$AUXILIARY_DIR/AttributeMap.dart'; | 33 part '$AUXILIARY_DIR/AttributeMap.dart'; |
| 34 part '$AUXILIARY_DIR/CanvasImageSource.dart'; | 34 part '$AUXILIARY_DIR/CanvasImageSource.dart'; |
| 35 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; | 35 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; |
| 36 part '$AUXILIARY_DIR/CssClassSet.dart'; | 36 part '$AUXILIARY_DIR/CssClassSet.dart'; |
| 37 part '$AUXILIARY_DIR/CssRectangle.dart'; |
| 38 part '$AUXILIARY_DIR/Dimension.dart'; |
| 37 part '$AUXILIARY_DIR/EventListener.dart'; | 39 part '$AUXILIARY_DIR/EventListener.dart'; |
| 38 part '$AUXILIARY_DIR/EventStreamProvider.dart'; | 40 part '$AUXILIARY_DIR/EventStreamProvider.dart'; |
| 39 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; | 41 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; |
| 40 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; | 42 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; |
| 41 part '$AUXILIARY_DIR/KeyCode.dart'; | 43 part '$AUXILIARY_DIR/KeyCode.dart'; |
| 42 part '$AUXILIARY_DIR/KeyLocation.dart'; | 44 part '$AUXILIARY_DIR/KeyLocation.dart'; |
| 43 part '$AUXILIARY_DIR/KeyName.dart'; | 45 part '$AUXILIARY_DIR/KeyName.dart'; |
| 44 part '$AUXILIARY_DIR/Point.dart'; | 46 part '$AUXILIARY_DIR/Point.dart'; |
| 45 part '$AUXILIARY_DIR/ReadyState.dart'; | 47 part '$AUXILIARY_DIR/ReadyState.dart'; |
| 46 part '$AUXILIARY_DIR/Rectangle.dart'; | 48 part '$AUXILIARY_DIR/Rectangle.dart'; |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 _callPortLastResult = json.parse(_getPortSyncEventData(event)); | 110 _callPortLastResult = json.parse(_getPortSyncEventData(event)); |
| 109 }); | 111 }); |
| 110 _callPortInitialized = true; | 112 _callPortInitialized = true; |
| 111 } | 113 } |
| 112 assert(_callPortLastResult == null); | 114 assert(_callPortLastResult == null); |
| 113 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); | 115 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); |
| 114 var result = _callPortLastResult; | 116 var result = _callPortLastResult; |
| 115 _callPortLastResult = null; | 117 _callPortLastResult = null; |
| 116 return result; | 118 return result; |
| 117 } | 119 } |
| OLD | NEW |