| 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 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 943 'addEventListener', | 943 'addEventListener', |
| 944 'alert', | 944 'alert', |
| 945 'atob', | 945 'atob', |
| 946 'blur', | 946 'blur', |
| 947 'btoa', | 947 'btoa', |
| 948 'captureEvents', | 948 'captureEvents', |
| 949 'clearInterval', | 949 'clearInterval', |
| 950 'clearTimeout', | 950 'clearTimeout', |
| 951 'close', | 951 'close', |
| 952 'confirm', | 952 'confirm', |
| 953 'createFileReader', | |
| 954 'createWebKitCSSMatrix', | |
| 955 'createWebKitPoint', | |
| 956 'createXMLHttpRequest', | |
| 957 'dispatchEvent', | 953 'dispatchEvent', |
| 958 'find', | 954 'find', |
| 959 'focus', | 955 'focus', |
| 960 'getComputedStyle', | 956 'getComputedStyle', |
| 961 'getSelection', | 957 'getSelection', |
| 962 'matchMedia', | 958 'matchMedia', |
| 963 'moveBy', | 959 'moveBy', |
| 964 'moveTo', | 960 'moveTo', |
| 965 'open', | 961 'open', |
| 966 'postMessage', | 962 'postMessage', |
| (...skipping 6176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7143 function native__NativeDomGlobalProperties_getWindow() { | 7139 function native__NativeDomGlobalProperties_getWindow() { |
| 7144 // TODO: Should the window be obtained from an isolate? | 7140 // TODO: Should the window be obtained from an isolate? |
| 7145 return window; | 7141 return window; |
| 7146 } | 7142 } |
| 7147 | 7143 |
| 7148 // Declared in src/GlobalProperties.dart | 7144 // Declared in src/GlobalProperties.dart |
| 7149 function native__NativeDomGlobalProperties_getDocument() { | 7145 function native__NativeDomGlobalProperties_getDocument() { |
| 7150 // TODO: Should the window be obtained from an isolate? | 7146 // TODO: Should the window be obtained from an isolate? |
| 7151 return window.document; | 7147 return window.document; |
| 7152 } | 7148 } |
| OLD | NEW |