| OLD | NEW |
| 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2011, 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 DOM implementation. | 6 // Auto-generated Dart DOM implementation. |
| 7 | 7 |
| 8 function DOM$EnsureDartNull(value) { | 8 function DOM$EnsureDartNull(value) { |
| 9 return value === null ? (void 0) : value; | 9 return value === null ? (void 0) : value; |
| 10 } | 10 } |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 'createBufferSource', | 159 'createBufferSource', |
| 160 'createChannelMerger', | 160 'createChannelMerger', |
| 161 'createChannelSplitter', | 161 'createChannelSplitter', |
| 162 'createConvolver', | 162 'createConvolver', |
| 163 'createDelayNode', | 163 'createDelayNode', |
| 164 'createDynamicsCompressor', | 164 'createDynamicsCompressor', |
| 165 'createGainNode', | 165 'createGainNode', |
| 166 'createHighPass2Filter', | 166 'createHighPass2Filter', |
| 167 'createJavaScriptNode', | 167 'createJavaScriptNode', |
| 168 'createLowPass2Filter', | 168 'createLowPass2Filter', |
| 169 'createMediaElementSource', |
| 169 'createPanner', | 170 'createPanner', |
| 170 'createWaveShaper', | 171 'createWaveShaper', |
| 171 'decodeAudioData', | 172 'decodeAudioData', |
| 172 'startRendering']); | 173 'startRendering']); |
| 173 c.$implements$AudioContext$Dart = 1; | 174 c.$implements$AudioContext$Dart = 1; |
| 174 } | 175 } |
| 175 function DOM$fixClass$AudioDestinationNode(c) { | 176 function DOM$fixClass$AudioDestinationNode(c) { |
| 176 if (c.prototype) { | 177 if (c.prototype) { |
| 177 c.prototype.numberOfChannels$getter = function() { return DOM$EnsureDartNull
(this.numberOfChannels); }; | 178 c.prototype.numberOfChannels$getter = function() { return DOM$EnsureDartNull
(this.numberOfChannels); }; |
| 178 } | 179 } |
| (...skipping 10182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10361 function native__NativeDomGlobalProperties_getWindow() { | 10362 function native__NativeDomGlobalProperties_getWindow() { |
| 10362 // TODO: Should the window be obtained from an isolate? | 10363 // TODO: Should the window be obtained from an isolate? |
| 10363 return window; | 10364 return window; |
| 10364 } | 10365 } |
| 10365 | 10366 |
| 10366 // Declared in src/GlobalProperties.dart | 10367 // Declared in src/GlobalProperties.dart |
| 10367 function native__NativeDomGlobalProperties_getDocument() { | 10368 function native__NativeDomGlobalProperties_getDocument() { |
| 10368 // TODO: Should the window be obtained from an isolate? | 10369 // TODO: Should the window be obtained from an isolate? |
| 10369 return window.document; | 10370 return window.document; |
| 10370 } | 10371 } |
| OLD | NEW |