| 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 7545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7556 'getError', | 7556 'getError', |
| 7557 'getExtension', | 7557 'getExtension', |
| 7558 'getFramebufferAttachmentParameter', | 7558 'getFramebufferAttachmentParameter', |
| 7559 'getParameter', | 7559 'getParameter', |
| 7560 'getProgramInfoLog', | 7560 'getProgramInfoLog', |
| 7561 'getProgramParameter', | 7561 'getProgramParameter', |
| 7562 'getRenderbufferParameter', | 7562 'getRenderbufferParameter', |
| 7563 'getShaderInfoLog', | 7563 'getShaderInfoLog', |
| 7564 'getShaderParameter', | 7564 'getShaderParameter', |
| 7565 'getShaderSource', | 7565 'getShaderSource', |
| 7566 'getSupportedExtensions', | |
| 7567 'getTexParameter', | 7566 'getTexParameter', |
| 7568 'getUniform', | 7567 'getUniform', |
| 7569 'getUniformLocation', | 7568 'getUniformLocation', |
| 7570 'getVertexAttrib', | 7569 'getVertexAttrib', |
| 7571 'getVertexAttribOffset', | 7570 'getVertexAttribOffset', |
| 7572 'hint', | 7571 'hint', |
| 7573 'isBuffer', | 7572 'isBuffer', |
| 7574 'isContextLost', | 7573 'isContextLost', |
| 7575 'isEnabled', | 7574 'isEnabled', |
| 7576 'isFramebuffer', | 7575 'isFramebuffer', |
| (...skipping 2582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10159 function native__NativeDomGlobalProperties_getWindow() { | 10158 function native__NativeDomGlobalProperties_getWindow() { |
| 10160 // TODO: Should the window be obtained from an isolate? | 10159 // TODO: Should the window be obtained from an isolate? |
| 10161 return window; | 10160 return window; |
| 10162 } | 10161 } |
| 10163 | 10162 |
| 10164 // Declared in src/GlobalProperties.dart | 10163 // Declared in src/GlobalProperties.dart |
| 10165 function native__NativeDomGlobalProperties_getDocument() { | 10164 function native__NativeDomGlobalProperties_getDocument() { |
| 10166 // TODO: Should the window be obtained from an isolate? | 10165 // TODO: Should the window be obtained from an isolate? |
| 10167 return window.document; | 10166 return window.document; |
| 10168 } | 10167 } |
| OLD | NEW |