| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; | 95 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; |
| 96 c.prototype.ownerElement$getter = function() { return DOM$EnsureDartNull(thi
s.ownerElement); }; | 96 c.prototype.ownerElement$getter = function() { return DOM$EnsureDartNull(thi
s.ownerElement); }; |
| 97 c.prototype.specified$getter = function() { return DOM$EnsureDartNull(this.s
pecified); }; | 97 c.prototype.specified$getter = function() { return DOM$EnsureDartNull(this.s
pecified); }; |
| 98 c.prototype.value$getter = function() { return DOM$EnsureDartNull(this.value
); }; | 98 c.prototype.value$getter = function() { return DOM$EnsureDartNull(this.value
); }; |
| 99 c.prototype.value$setter = function(value) { this.value = value; }; | 99 c.prototype.value$setter = function(value) { this.value = value; }; |
| 100 } | 100 } |
| 101 c.$implements$Attr$Dart = 1; | 101 c.$implements$Attr$Dart = 1; |
| 102 c.$implements$Node$Dart = 1; | 102 c.$implements$Node$Dart = 1; |
| 103 c.$implements$EventTarget$Dart = 1; | 103 c.$implements$EventTarget$Dart = 1; |
| 104 } | 104 } |
| 105 function DOM$fixClass$AudioBuffer(c) { |
| 106 if (c.prototype) { |
| 107 c.prototype.duration$getter = function() { return DOM$EnsureDartNull(this.du
ration); }; |
| 108 c.prototype.gain$getter = function() { return DOM$EnsureDartNull(this.gain);
}; |
| 109 c.prototype.gain$setter = function(value) { this.gain = value; }; |
| 110 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng
th); }; |
| 111 c.prototype.numberOfChannels$getter = function() { return DOM$EnsureDartNull
(this.numberOfChannels); }; |
| 112 c.prototype.sampleRate$getter = function() { return DOM$EnsureDartNull(this.
sampleRate); }; |
| 113 } |
| 114 DOM$fixMembers(c, ['getChannelData']); |
| 115 c.$implements$AudioBuffer$Dart = 1; |
| 116 } |
| 117 function DOM$fixClass$AudioBufferCallback(c) { |
| 118 if (c.prototype) { |
| 119 } |
| 120 DOM$fixMembers(c, ['handleEvent']); |
| 121 c.$implements$AudioBufferCallback$Dart = 1; |
| 122 } |
| 123 function DOM$fixClass$AudioBufferSourceNode(c) { |
| 124 if (c.prototype) { |
| 125 c.prototype.buffer$getter = function() { return DOM$EnsureDartNull(this.buff
er); }; |
| 126 c.prototype.buffer$setter = function(value) { this.buffer = value; }; |
| 127 c.prototype.gain$getter = function() { return DOM$EnsureDartNull(this.gain);
}; |
| 128 c.prototype.loop$getter = function() { return DOM$EnsureDartNull(this.loop);
}; |
| 129 c.prototype.loop$setter = function(value) { this.loop = value; }; |
| 130 c.prototype.looping$getter = function() { return DOM$EnsureDartNull(this.loo
ping); }; |
| 131 c.prototype.looping$setter = function(value) { this.looping = value; }; |
| 132 c.prototype.playbackRate$getter = function() { return DOM$EnsureDartNull(thi
s.playbackRate); }; |
| 133 } |
| 134 DOM$fixMembers(c, [ |
| 135 'noteGrainOn', |
| 136 'noteOff', |
| 137 'noteOn']); |
| 138 c.$implements$AudioBufferSourceNode$Dart = 1; |
| 139 c.$implements$AudioSourceNode$Dart = 1; |
| 140 c.$implements$AudioNode$Dart = 1; |
| 141 } |
| 142 function DOM$fixClass$AudioChannelMerger(c) { |
| 143 if (c.prototype) { |
| 144 } |
| 145 c.$implements$AudioChannelMerger$Dart = 1; |
| 146 c.$implements$AudioNode$Dart = 1; |
| 147 } |
| 148 function DOM$fixClass$AudioChannelSplitter(c) { |
| 149 if (c.prototype) { |
| 150 } |
| 151 c.$implements$AudioChannelSplitter$Dart = 1; |
| 152 c.$implements$AudioNode$Dart = 1; |
| 153 } |
| 154 function DOM$fixClass$AudioContext(c) { |
| 155 if (c.prototype) { |
| 156 c.prototype.currentTime$getter = function() { return DOM$EnsureDartNull(this
.currentTime); }; |
| 157 c.prototype.destination$getter = function() { return DOM$EnsureDartNull(this
.destination); }; |
| 158 c.prototype.listener$getter = function() { return DOM$EnsureDartNull(this.li
stener); }; |
| 159 c.prototype.sampleRate$getter = function() { return DOM$EnsureDartNull(this.
sampleRate); }; |
| 160 } |
| 161 DOM$fixMembers(c, [ |
| 162 'createAnalyser', |
| 163 'createBiquadFilter', |
| 164 'createBuffer', |
| 165 'createBufferSource', |
| 166 'createChannelMerger', |
| 167 'createChannelSplitter', |
| 168 'createConvolver', |
| 169 'createDelayNode', |
| 170 'createDynamicsCompressor', |
| 171 'createGainNode', |
| 172 'createHighPass2Filter', |
| 173 'createJavaScriptNode', |
| 174 'createLowPass2Filter', |
| 175 'createPanner', |
| 176 'createWaveShaper', |
| 177 'decodeAudioData', |
| 178 'startRendering']); |
| 179 c.$implements$AudioContext$Dart = 1; |
| 180 } |
| 181 function DOM$fixClass$AudioDestinationNode(c) { |
| 182 if (c.prototype) { |
| 183 c.prototype.numberOfChannels$getter = function() { return DOM$EnsureDartNull
(this.numberOfChannels); }; |
| 184 } |
| 185 c.$implements$AudioDestinationNode$Dart = 1; |
| 186 c.$implements$AudioNode$Dart = 1; |
| 187 } |
| 188 function DOM$fixClass$AudioGain(c) { |
| 189 if (c.prototype) { |
| 190 } |
| 191 c.$implements$AudioGain$Dart = 1; |
| 192 c.$implements$AudioParam$Dart = 1; |
| 193 } |
| 194 function DOM$fixClass$AudioGainNode(c) { |
| 195 if (c.prototype) { |
| 196 c.prototype.gain$getter = function() { return DOM$EnsureDartNull(this.gain);
}; |
| 197 } |
| 198 c.$implements$AudioGainNode$Dart = 1; |
| 199 c.$implements$AudioNode$Dart = 1; |
| 200 } |
| 201 function DOM$fixClass$AudioListener(c) { |
| 202 if (c.prototype) { |
| 203 c.prototype.dopplerFactor$getter = function() { return DOM$EnsureDartNull(th
is.dopplerFactor); }; |
| 204 c.prototype.dopplerFactor$setter = function(value) { this.dopplerFactor = va
lue; }; |
| 205 c.prototype.speedOfSound$getter = function() { return DOM$EnsureDartNull(thi
s.speedOfSound); }; |
| 206 c.prototype.speedOfSound$setter = function(value) { this.speedOfSound = valu
e; }; |
| 207 } |
| 208 DOM$fixMembers(c, [ |
| 209 'setOrientation', |
| 210 'setPosition', |
| 211 'setVelocity']); |
| 212 c.$implements$AudioListener$Dart = 1; |
| 213 } |
| 214 function DOM$fixClass$AudioNode(c) { |
| 215 if (c.prototype) { |
| 216 c.prototype.context$getter = function() { return DOM$EnsureDartNull(this.con
text); }; |
| 217 c.prototype.numberOfInputs$getter = function() { return DOM$EnsureDartNull(t
his.numberOfInputs); }; |
| 218 c.prototype.numberOfOutputs$getter = function() { return DOM$EnsureDartNull(
this.numberOfOutputs); }; |
| 219 } |
| 220 DOM$fixMembers(c, [ |
| 221 'connect', |
| 222 'disconnect']); |
| 223 c.$implements$AudioNode$Dart = 1; |
| 224 } |
| 225 function DOM$fixClass$AudioPannerNode(c) { |
| 226 if (c.prototype) { |
| 227 c.prototype.coneGain$getter = function() { return DOM$EnsureDartNull(this.co
neGain); }; |
| 228 c.prototype.coneInnerAngle$getter = function() { return DOM$EnsureDartNull(t
his.coneInnerAngle); }; |
| 229 c.prototype.coneInnerAngle$setter = function(value) { this.coneInnerAngle =
value; }; |
| 230 c.prototype.coneOuterAngle$getter = function() { return DOM$EnsureDartNull(t
his.coneOuterAngle); }; |
| 231 c.prototype.coneOuterAngle$setter = function(value) { this.coneOuterAngle =
value; }; |
| 232 c.prototype.coneOuterGain$getter = function() { return DOM$EnsureDartNull(th
is.coneOuterGain); }; |
| 233 c.prototype.coneOuterGain$setter = function(value) { this.coneOuterGain = va
lue; }; |
| 234 c.prototype.distanceGain$getter = function() { return DOM$EnsureDartNull(thi
s.distanceGain); }; |
| 235 c.prototype.distanceModel$getter = function() { return DOM$EnsureDartNull(th
is.distanceModel); }; |
| 236 c.prototype.distanceModel$setter = function(value) { this.distanceModel = va
lue; }; |
| 237 c.prototype.maxDistance$getter = function() { return DOM$EnsureDartNull(this
.maxDistance); }; |
| 238 c.prototype.maxDistance$setter = function(value) { this.maxDistance = value;
}; |
| 239 c.prototype.panningModel$getter = function() { return DOM$EnsureDartNull(thi
s.panningModel); }; |
| 240 c.prototype.panningModel$setter = function(value) { this.panningModel = valu
e; }; |
| 241 c.prototype.refDistance$getter = function() { return DOM$EnsureDartNull(this
.refDistance); }; |
| 242 c.prototype.refDistance$setter = function(value) { this.refDistance = value;
}; |
| 243 c.prototype.rolloffFactor$getter = function() { return DOM$EnsureDartNull(th
is.rolloffFactor); }; |
| 244 c.prototype.rolloffFactor$setter = function(value) { this.rolloffFactor = va
lue; }; |
| 245 } |
| 246 DOM$fixMembers(c, [ |
| 247 'setOrientation', |
| 248 'setPosition', |
| 249 'setVelocity']); |
| 250 c.$implements$AudioPannerNode$Dart = 1; |
| 251 c.$implements$AudioNode$Dart = 1; |
| 252 } |
| 253 function DOM$fixClass$AudioParam(c) { |
| 254 if (c.prototype) { |
| 255 c.prototype.defaultValue$getter = function() { return DOM$EnsureDartNull(thi
s.defaultValue); }; |
| 256 c.prototype.maxValue$getter = function() { return DOM$EnsureDartNull(this.ma
xValue); }; |
| 257 c.prototype.minValue$getter = function() { return DOM$EnsureDartNull(this.mi
nValue); }; |
| 258 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; |
| 259 c.prototype.units$getter = function() { return DOM$EnsureDartNull(this.units
); }; |
| 260 c.prototype.value$getter = function() { return DOM$EnsureDartNull(this.value
); }; |
| 261 c.prototype.value$setter = function(value) { this.value = value; }; |
| 262 } |
| 263 DOM$fixMembers(c, [ |
| 264 'cancelScheduledValues', |
| 265 'exponentialRampToValueAtTime', |
| 266 'linearRampToValueAtTime', |
| 267 'setTargetValueAtTime', |
| 268 'setValueAtTime', |
| 269 'setValueCurveAtTime']); |
| 270 c.$implements$AudioParam$Dart = 1; |
| 271 } |
| 272 function DOM$fixClass$AudioProcessingEvent(c) { |
| 273 if (c.prototype) { |
| 274 c.prototype.inputBuffer$getter = function() { return DOM$EnsureDartNull(this
.inputBuffer); }; |
| 275 c.prototype.outputBuffer$getter = function() { return DOM$EnsureDartNull(thi
s.outputBuffer); }; |
| 276 } |
| 277 c.$implements$AudioProcessingEvent$Dart = 1; |
| 278 c.$implements$Event$Dart = 1; |
| 279 } |
| 280 function DOM$fixClass$AudioSourceNode(c) { |
| 281 if (c.prototype) { |
| 282 } |
| 283 c.$implements$AudioSourceNode$Dart = 1; |
| 284 c.$implements$AudioNode$Dart = 1; |
| 285 } |
| 105 function DOM$fixClass$BarInfo(c) { | 286 function DOM$fixClass$BarInfo(c) { |
| 106 if (c.prototype) { | 287 if (c.prototype) { |
| 107 c.prototype.visible$getter = function() { return DOM$EnsureDartNull(this.vis
ible); }; | 288 c.prototype.visible$getter = function() { return DOM$EnsureDartNull(this.vis
ible); }; |
| 108 } | 289 } |
| 109 c.$implements$BarInfo$Dart = 1; | 290 c.$implements$BarInfo$Dart = 1; |
| 110 } | 291 } |
| 111 function DOM$fixClass$BeforeLoadEvent(c) { | 292 function DOM$fixClass$BeforeLoadEvent(c) { |
| 112 if (c.prototype) { | 293 if (c.prototype) { |
| 113 c.prototype.url$getter = function() { return DOM$EnsureDartNull(this.url); }
; | 294 c.prototype.url$getter = function() { return DOM$EnsureDartNull(this.url); }
; |
| 114 } | 295 } |
| 115 DOM$fixMembers(c, ['initBeforeLoadEvent']); | 296 DOM$fixMembers(c, ['initBeforeLoadEvent']); |
| 116 c.$implements$BeforeLoadEvent$Dart = 1; | 297 c.$implements$BeforeLoadEvent$Dart = 1; |
| 117 c.$implements$Event$Dart = 1; | 298 c.$implements$Event$Dart = 1; |
| 118 } | 299 } |
| 300 function DOM$fixClass$BiquadFilterNode(c) { |
| 301 if (c.prototype) { |
| 302 c.prototype.Q$getter = function() { return DOM$EnsureDartNull(this.Q); }; |
| 303 c.prototype.frequency$getter = function() { return DOM$EnsureDartNull(this.f
requency); }; |
| 304 c.prototype.gain$getter = function() { return DOM$EnsureDartNull(this.gain);
}; |
| 305 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 306 c.prototype.type$setter = function(value) { this.type = value; }; |
| 307 } |
| 308 c.$implements$BiquadFilterNode$Dart = 1; |
| 309 c.$implements$AudioNode$Dart = 1; |
| 310 } |
| 119 function DOM$fixClass$Blob(c) { | 311 function DOM$fixClass$Blob(c) { |
| 120 if (c.prototype) { | 312 if (c.prototype) { |
| 121 c.prototype.size$getter = function() { return DOM$EnsureDartNull(this.size);
}; | 313 c.prototype.size$getter = function() { return DOM$EnsureDartNull(this.size);
}; |
| 122 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; | 314 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 123 } | 315 } |
| 124 c.$implements$Blob$Dart = 1; | 316 c.$implements$Blob$Dart = 1; |
| 125 } | 317 } |
| 126 function DOM$fixClass$CDATASection(c) { | 318 function DOM$fixClass$CDATASection(c) { |
| 127 if (c.prototype) { | 319 if (c.prototype) { |
| 128 } | 320 } |
| (...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 'time', | 692 'time', |
| 501 'timeEnd', | 693 'timeEnd', |
| 502 'timeStamp', | 694 'timeStamp', |
| 503 'trace', | 695 'trace', |
| 504 'warn']); | 696 'warn']); |
| 505 c.prototype.assert$member = function() { | 697 c.prototype.assert$member = function() { |
| 506 return DOM$EnsureDartNull(this.assertCondition.apply(this, arguments)); | 698 return DOM$EnsureDartNull(this.assertCondition.apply(this, arguments)); |
| 507 }; | 699 }; |
| 508 c.$implements$Console$Dart = 1; | 700 c.$implements$Console$Dart = 1; |
| 509 } | 701 } |
| 702 function DOM$fixClass$ConvolverNode(c) { |
| 703 if (c.prototype) { |
| 704 c.prototype.buffer$getter = function() { return DOM$EnsureDartNull(this.buff
er); }; |
| 705 c.prototype.buffer$setter = function(value) { this.buffer = value; }; |
| 706 } |
| 707 c.$implements$ConvolverNode$Dart = 1; |
| 708 c.$implements$AudioNode$Dart = 1; |
| 709 } |
| 510 function DOM$fixClass$Coordinates(c) { | 710 function DOM$fixClass$Coordinates(c) { |
| 511 if (c.prototype) { | 711 if (c.prototype) { |
| 512 c.prototype.accuracy$getter = function() { return DOM$EnsureDartNull(this.ac
curacy); }; | 712 c.prototype.accuracy$getter = function() { return DOM$EnsureDartNull(this.ac
curacy); }; |
| 513 c.prototype.altitude$getter = function() { return DOM$EnsureDartNull(this.al
titude); }; | 713 c.prototype.altitude$getter = function() { return DOM$EnsureDartNull(this.al
titude); }; |
| 514 c.prototype.altitudeAccuracy$getter = function() { return DOM$EnsureDartNull
(this.altitudeAccuracy); }; | 714 c.prototype.altitudeAccuracy$getter = function() { return DOM$EnsureDartNull
(this.altitudeAccuracy); }; |
| 515 c.prototype.heading$getter = function() { return DOM$EnsureDartNull(this.hea
ding); }; | 715 c.prototype.heading$getter = function() { return DOM$EnsureDartNull(this.hea
ding); }; |
| 516 c.prototype.latitude$getter = function() { return DOM$EnsureDartNull(this.la
titude); }; | 716 c.prototype.latitude$getter = function() { return DOM$EnsureDartNull(this.la
titude); }; |
| 517 c.prototype.longitude$getter = function() { return DOM$EnsureDartNull(this.l
ongitude); }; | 717 c.prototype.longitude$getter = function() { return DOM$EnsureDartNull(this.l
ongitude); }; |
| 518 c.prototype.speed$getter = function() { return DOM$EnsureDartNull(this.speed
); }; | 718 c.prototype.speed$getter = function() { return DOM$EnsureDartNull(this.speed
); }; |
| 519 } | 719 } |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 903 } | 1103 } |
| 904 function DOM$fixClass$DedicatedWorkerContext(c) { | 1104 function DOM$fixClass$DedicatedWorkerContext(c) { |
| 905 if (c.prototype) { | 1105 if (c.prototype) { |
| 906 } | 1106 } |
| 907 DOM$fixMembers(c, [ | 1107 DOM$fixMembers(c, [ |
| 908 'postMessage', | 1108 'postMessage', |
| 909 'webkitPostMessage']); | 1109 'webkitPostMessage']); |
| 910 c.$implements$DedicatedWorkerContext$Dart = 1; | 1110 c.$implements$DedicatedWorkerContext$Dart = 1; |
| 911 c.$implements$WorkerContext$Dart = 1; | 1111 c.$implements$WorkerContext$Dart = 1; |
| 912 } | 1112 } |
| 1113 function DOM$fixClass$DelayNode(c) { |
| 1114 if (c.prototype) { |
| 1115 c.prototype.delayTime$getter = function() { return DOM$EnsureDartNull(this.d
elayTime); }; |
| 1116 } |
| 1117 c.$implements$DelayNode$Dart = 1; |
| 1118 c.$implements$AudioNode$Dart = 1; |
| 1119 } |
| 913 function DOM$fixClass$DeviceMotionEvent(c) { | 1120 function DOM$fixClass$DeviceMotionEvent(c) { |
| 914 if (c.prototype) { | 1121 if (c.prototype) { |
| 915 c.prototype.interval$getter = function() { return DOM$EnsureDartNull(this.in
terval); }; | 1122 c.prototype.interval$getter = function() { return DOM$EnsureDartNull(this.in
terval); }; |
| 916 } | 1123 } |
| 917 c.$implements$DeviceMotionEvent$Dart = 1; | 1124 c.$implements$DeviceMotionEvent$Dart = 1; |
| 918 c.$implements$Event$Dart = 1; | 1125 c.$implements$Event$Dart = 1; |
| 919 } | 1126 } |
| 920 function DOM$fixClass$DeviceOrientationEvent(c) { | 1127 function DOM$fixClass$DeviceOrientationEvent(c) { |
| 921 if (c.prototype) { | 1128 if (c.prototype) { |
| 922 c.prototype.alpha$getter = function() { return DOM$EnsureDartNull(this.alpha
); }; | 1129 c.prototype.alpha$getter = function() { return DOM$EnsureDartNull(this.alpha
); }; |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1067 c.prototype.internalSubset$getter = function() { return DOM$EnsureDartNull(t
his.internalSubset); }; | 1274 c.prototype.internalSubset$getter = function() { return DOM$EnsureDartNull(t
his.internalSubset); }; |
| 1068 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; | 1275 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; |
| 1069 c.prototype.notations$getter = function() { return DOM$EnsureDartNull(this.n
otations); }; | 1276 c.prototype.notations$getter = function() { return DOM$EnsureDartNull(this.n
otations); }; |
| 1070 c.prototype.publicId$getter = function() { return DOM$EnsureDartNull(this.pu
blicId); }; | 1277 c.prototype.publicId$getter = function() { return DOM$EnsureDartNull(this.pu
blicId); }; |
| 1071 c.prototype.systemId$getter = function() { return DOM$EnsureDartNull(this.sy
stemId); }; | 1278 c.prototype.systemId$getter = function() { return DOM$EnsureDartNull(this.sy
stemId); }; |
| 1072 } | 1279 } |
| 1073 c.$implements$DocumentType$Dart = 1; | 1280 c.$implements$DocumentType$Dart = 1; |
| 1074 c.$implements$Node$Dart = 1; | 1281 c.$implements$Node$Dart = 1; |
| 1075 c.$implements$EventTarget$Dart = 1; | 1282 c.$implements$EventTarget$Dart = 1; |
| 1076 } | 1283 } |
| 1284 function DOM$fixClass$DynamicsCompressorNode(c) { |
| 1285 if (c.prototype) { |
| 1286 } |
| 1287 c.$implements$DynamicsCompressorNode$Dart = 1; |
| 1288 c.$implements$AudioNode$Dart = 1; |
| 1289 } |
| 1077 function DOM$fixClass$Element(c) { | 1290 function DOM$fixClass$Element(c) { |
| 1078 if (c.prototype) { | 1291 if (c.prototype) { |
| 1079 c.prototype.childElementCount$getter = function() { return DOM$EnsureDartNul
l(this.childElementCount); }; | 1292 c.prototype.childElementCount$getter = function() { return DOM$EnsureDartNul
l(this.childElementCount); }; |
| 1080 c.prototype.clientHeight$getter = function() { return DOM$EnsureDartNull(thi
s.clientHeight); }; | 1293 c.prototype.clientHeight$getter = function() { return DOM$EnsureDartNull(thi
s.clientHeight); }; |
| 1081 c.prototype.clientLeft$getter = function() { return DOM$EnsureDartNull(this.
clientLeft); }; | 1294 c.prototype.clientLeft$getter = function() { return DOM$EnsureDartNull(this.
clientLeft); }; |
| 1082 c.prototype.clientTop$getter = function() { return DOM$EnsureDartNull(this.c
lientTop); }; | 1295 c.prototype.clientTop$getter = function() { return DOM$EnsureDartNull(this.c
lientTop); }; |
| 1083 c.prototype.clientWidth$getter = function() { return DOM$EnsureDartNull(this
.clientWidth); }; | 1296 c.prototype.clientWidth$getter = function() { return DOM$EnsureDartNull(this
.clientWidth); }; |
| 1084 c.prototype.firstElementChild$getter = function() { return DOM$EnsureDartNul
l(this.firstElementChild); }; | 1297 c.prototype.firstElementChild$getter = function() { return DOM$EnsureDartNul
l(this.firstElementChild); }; |
| 1085 c.prototype.lastElementChild$getter = function() { return DOM$EnsureDartNull
(this.lastElementChild); }; | 1298 c.prototype.lastElementChild$getter = function() { return DOM$EnsureDartNull
(this.lastElementChild); }; |
| 1086 c.prototype.nextElementSibling$getter = function() { return DOM$EnsureDartNu
ll(this.nextElementSibling); }; | 1299 c.prototype.nextElementSibling$getter = function() { return DOM$EnsureDartNu
ll(this.nextElementSibling); }; |
| (...skipping 2161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3248 } | 3461 } |
| 3249 function DOM$fixClass$HashChangeEvent(c) { | 3462 function DOM$fixClass$HashChangeEvent(c) { |
| 3250 if (c.prototype) { | 3463 if (c.prototype) { |
| 3251 c.prototype.newURL$getter = function() { return DOM$EnsureDartNull(this.newU
RL); }; | 3464 c.prototype.newURL$getter = function() { return DOM$EnsureDartNull(this.newU
RL); }; |
| 3252 c.prototype.oldURL$getter = function() { return DOM$EnsureDartNull(this.oldU
RL); }; | 3465 c.prototype.oldURL$getter = function() { return DOM$EnsureDartNull(this.oldU
RL); }; |
| 3253 } | 3466 } |
| 3254 DOM$fixMembers(c, ['initHashChangeEvent']); | 3467 DOM$fixMembers(c, ['initHashChangeEvent']); |
| 3255 c.$implements$HashChangeEvent$Dart = 1; | 3468 c.$implements$HashChangeEvent$Dart = 1; |
| 3256 c.$implements$Event$Dart = 1; | 3469 c.$implements$Event$Dart = 1; |
| 3257 } | 3470 } |
| 3471 function DOM$fixClass$HighPass2FilterNode(c) { |
| 3472 if (c.prototype) { |
| 3473 c.prototype.cutoff$getter = function() { return DOM$EnsureDartNull(this.cuto
ff); }; |
| 3474 c.prototype.resonance$getter = function() { return DOM$EnsureDartNull(this.r
esonance); }; |
| 3475 } |
| 3476 c.$implements$HighPass2FilterNode$Dart = 1; |
| 3477 c.$implements$AudioNode$Dart = 1; |
| 3478 } |
| 3258 function DOM$fixClass$History(c) { | 3479 function DOM$fixClass$History(c) { |
| 3259 if (c.prototype) { | 3480 if (c.prototype) { |
| 3260 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng
th); }; | 3481 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng
th); }; |
| 3261 } | 3482 } |
| 3262 DOM$fixMembers(c, [ | 3483 DOM$fixMembers(c, [ |
| 3263 'back', | 3484 'back', |
| 3264 'forward', | 3485 'forward', |
| 3265 'go', | 3486 'go', |
| 3266 'pushState', | 3487 'pushState', |
| 3267 'replaceState']); | 3488 'replaceState']); |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3521 c.$implements$ArrayBufferView$Dart = 1; | 3742 c.$implements$ArrayBufferView$Dart = 1; |
| 3522 } | 3743 } |
| 3523 function DOM$fixClass$Int8Array(c) { | 3744 function DOM$fixClass$Int8Array(c) { |
| 3524 if (c.prototype) { | 3745 if (c.prototype) { |
| 3525 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng
th); }; | 3746 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng
th); }; |
| 3526 } | 3747 } |
| 3527 DOM$fixMembers(c, ['subarray']); | 3748 DOM$fixMembers(c, ['subarray']); |
| 3528 c.$implements$Int8Array$Dart = 1; | 3749 c.$implements$Int8Array$Dart = 1; |
| 3529 c.$implements$ArrayBufferView$Dart = 1; | 3750 c.$implements$ArrayBufferView$Dart = 1; |
| 3530 } | 3751 } |
| 3752 function DOM$fixClass$JavaScriptAudioNode(c) { |
| 3753 if (c.prototype) { |
| 3754 c.prototype.bufferSize$getter = function() { return DOM$EnsureDartNull(this.
bufferSize); }; |
| 3755 } |
| 3756 c.$implements$JavaScriptAudioNode$Dart = 1; |
| 3757 c.$implements$AudioNode$Dart = 1; |
| 3758 } |
| 3531 function DOM$fixClass$JavaScriptCallFrame(c) { | 3759 function DOM$fixClass$JavaScriptCallFrame(c) { |
| 3532 if (c.prototype) { | 3760 if (c.prototype) { |
| 3533 c.prototype.caller$getter = function() { return DOM$EnsureDartNull(this.call
er); }; | 3761 c.prototype.caller$getter = function() { return DOM$EnsureDartNull(this.call
er); }; |
| 3534 c.prototype.column$getter = function() { return DOM$EnsureDartNull(this.colu
mn); }; | 3762 c.prototype.column$getter = function() { return DOM$EnsureDartNull(this.colu
mn); }; |
| 3535 c.prototype.functionName$getter = function() { return DOM$EnsureDartNull(thi
s.functionName); }; | 3763 c.prototype.functionName$getter = function() { return DOM$EnsureDartNull(thi
s.functionName); }; |
| 3536 c.prototype.line$getter = function() { return DOM$EnsureDartNull(this.line);
}; | 3764 c.prototype.line$getter = function() { return DOM$EnsureDartNull(this.line);
}; |
| 3537 c.prototype.scopeChain$getter = function() { return DOM$EnsureDartNull(this.
scopeChain); }; | 3765 c.prototype.scopeChain$getter = function() { return DOM$EnsureDartNull(this.
scopeChain); }; |
| 3538 c.prototype.sourceID$getter = function() { return DOM$EnsureDartNull(this.so
urceID); }; | 3766 c.prototype.sourceID$getter = function() { return DOM$EnsureDartNull(this.so
urceID); }; |
| 3539 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; | 3767 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 3540 } | 3768 } |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3581 DOM$fixMembers(c, [ | 3809 DOM$fixMembers(c, [ |
| 3582 'assign', | 3810 'assign', |
| 3583 'getParameter', | 3811 'getParameter', |
| 3584 'reload', | 3812 'reload', |
| 3585 'replace']); | 3813 'replace']); |
| 3586 c.prototype.toString$member = function() { | 3814 c.prototype.toString$member = function() { |
| 3587 return DOM$EnsureDartNull(this.toStringFunction.apply(this, arguments)); | 3815 return DOM$EnsureDartNull(this.toStringFunction.apply(this, arguments)); |
| 3588 }; | 3816 }; |
| 3589 c.$implements$Location$Dart = 1; | 3817 c.$implements$Location$Dart = 1; |
| 3590 } | 3818 } |
| 3819 function DOM$fixClass$LowPass2FilterNode(c) { |
| 3820 if (c.prototype) { |
| 3821 c.prototype.cutoff$getter = function() { return DOM$EnsureDartNull(this.cuto
ff); }; |
| 3822 c.prototype.resonance$getter = function() { return DOM$EnsureDartNull(this.r
esonance); }; |
| 3823 } |
| 3824 c.$implements$LowPass2FilterNode$Dart = 1; |
| 3825 c.$implements$AudioNode$Dart = 1; |
| 3826 } |
| 3827 function DOM$fixClass$MediaElementAudioSourceNode(c) { |
| 3828 if (c.prototype) { |
| 3829 c.prototype.mediaElement$getter = function() { return DOM$EnsureDartNull(thi
s.mediaElement); }; |
| 3830 } |
| 3831 c.$implements$MediaElementAudioSourceNode$Dart = 1; |
| 3832 c.$implements$AudioSourceNode$Dart = 1; |
| 3833 c.$implements$AudioNode$Dart = 1; |
| 3834 } |
| 3591 function DOM$fixClass$MediaError(c) { | 3835 function DOM$fixClass$MediaError(c) { |
| 3592 if (c.prototype) { | 3836 if (c.prototype) { |
| 3593 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code);
}; | 3837 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code);
}; |
| 3594 } | 3838 } |
| 3595 c.$implements$MediaError$Dart = 1; | 3839 c.$implements$MediaError$Dart = 1; |
| 3596 } | 3840 } |
| 3597 function DOM$fixClass$MediaList(c) { | 3841 function DOM$fixClass$MediaList(c) { |
| 3598 if (c.prototype) { | 3842 if (c.prototype) { |
| 3599 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng
th); }; | 3843 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng
th); }; |
| 3600 c.prototype.mediaText$getter = function() { return DOM$EnsureDartNull(this.m
ediaText); }; | 3844 c.prototype.mediaText$getter = function() { return DOM$EnsureDartNull(this.m
ediaText); }; |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3960 function DOM$fixClass$OESVertexArrayObject(c) { | 4204 function DOM$fixClass$OESVertexArrayObject(c) { |
| 3961 if (c.prototype) { | 4205 if (c.prototype) { |
| 3962 } | 4206 } |
| 3963 DOM$fixMembers(c, [ | 4207 DOM$fixMembers(c, [ |
| 3964 'bindVertexArrayOES', | 4208 'bindVertexArrayOES', |
| 3965 'createVertexArrayOES', | 4209 'createVertexArrayOES', |
| 3966 'deleteVertexArrayOES', | 4210 'deleteVertexArrayOES', |
| 3967 'isVertexArrayOES']); | 4211 'isVertexArrayOES']); |
| 3968 c.$implements$OESVertexArrayObject$Dart = 1; | 4212 c.$implements$OESVertexArrayObject$Dart = 1; |
| 3969 } | 4213 } |
| 4214 function DOM$fixClass$OfflineAudioCompletionEvent(c) { |
| 4215 if (c.prototype) { |
| 4216 c.prototype.renderedBuffer$getter = function() { return DOM$EnsureDartNull(t
his.renderedBuffer); }; |
| 4217 } |
| 4218 c.$implements$OfflineAudioCompletionEvent$Dart = 1; |
| 4219 c.$implements$Event$Dart = 1; |
| 4220 } |
| 3970 function DOM$fixClass$OperationNotAllowedException(c) { | 4221 function DOM$fixClass$OperationNotAllowedException(c) { |
| 3971 if (c.prototype) { | 4222 if (c.prototype) { |
| 3972 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code);
}; | 4223 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code);
}; |
| 3973 c.prototype.message$getter = function() { return DOM$EnsureDartNull(this.mes
sage); }; | 4224 c.prototype.message$getter = function() { return DOM$EnsureDartNull(this.mes
sage); }; |
| 3974 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; | 4225 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; |
| 3975 } | 4226 } |
| 3976 DOM$fixMembers(c, ['toString']); | 4227 DOM$fixMembers(c, ['toString']); |
| 3977 c.$implements$OperationNotAllowedException$Dart = 1; | 4228 c.$implements$OperationNotAllowedException$Dart = 1; |
| 3978 } | 4229 } |
| 3979 function DOM$fixClass$OverflowEvent(c) { | 4230 function DOM$fixClass$OverflowEvent(c) { |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4130 } | 4381 } |
| 4131 function DOM$fixClass$RangeException(c) { | 4382 function DOM$fixClass$RangeException(c) { |
| 4132 if (c.prototype) { | 4383 if (c.prototype) { |
| 4133 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code);
}; | 4384 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code);
}; |
| 4134 c.prototype.message$getter = function() { return DOM$EnsureDartNull(this.mes
sage); }; | 4385 c.prototype.message$getter = function() { return DOM$EnsureDartNull(this.mes
sage); }; |
| 4135 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; | 4386 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; |
| 4136 } | 4387 } |
| 4137 DOM$fixMembers(c, ['toString']); | 4388 DOM$fixMembers(c, ['toString']); |
| 4138 c.$implements$RangeException$Dart = 1; | 4389 c.$implements$RangeException$Dart = 1; |
| 4139 } | 4390 } |
| 4391 function DOM$fixClass$RealtimeAnalyserNode(c) { |
| 4392 if (c.prototype) { |
| 4393 c.prototype.fftSize$getter = function() { return DOM$EnsureDartNull(this.fft
Size); }; |
| 4394 c.prototype.fftSize$setter = function(value) { this.fftSize = value; }; |
| 4395 c.prototype.frequencyBinCount$getter = function() { return DOM$EnsureDartNul
l(this.frequencyBinCount); }; |
| 4396 c.prototype.maxDecibels$getter = function() { return DOM$EnsureDartNull(this
.maxDecibels); }; |
| 4397 c.prototype.maxDecibels$setter = function(value) { this.maxDecibels = value;
}; |
| 4398 c.prototype.minDecibels$getter = function() { return DOM$EnsureDartNull(this
.minDecibels); }; |
| 4399 c.prototype.minDecibels$setter = function(value) { this.minDecibels = value;
}; |
| 4400 c.prototype.smoothingTimeConstant$getter = function() { return DOM$EnsureDar
tNull(this.smoothingTimeConstant); }; |
| 4401 c.prototype.smoothingTimeConstant$setter = function(value) { this.smoothingT
imeConstant = value; }; |
| 4402 } |
| 4403 DOM$fixMembers(c, [ |
| 4404 'getByteFrequencyData', |
| 4405 'getByteTimeDomainData', |
| 4406 'getFloatFrequencyData']); |
| 4407 c.$implements$RealtimeAnalyserNode$Dart = 1; |
| 4408 c.$implements$AudioNode$Dart = 1; |
| 4409 } |
| 4140 function DOM$fixClass$Rect(c) { | 4410 function DOM$fixClass$Rect(c) { |
| 4141 if (c.prototype) { | 4411 if (c.prototype) { |
| 4142 c.prototype.bottom$getter = function() { return DOM$EnsureDartNull(this.bott
om); }; | 4412 c.prototype.bottom$getter = function() { return DOM$EnsureDartNull(this.bott
om); }; |
| 4143 c.prototype.left$getter = function() { return DOM$EnsureDartNull(this.left);
}; | 4413 c.prototype.left$getter = function() { return DOM$EnsureDartNull(this.left);
}; |
| 4144 c.prototype.right$getter = function() { return DOM$EnsureDartNull(this.right
); }; | 4414 c.prototype.right$getter = function() { return DOM$EnsureDartNull(this.right
); }; |
| 4145 c.prototype.top$getter = function() { return DOM$EnsureDartNull(this.top); }
; | 4415 c.prototype.top$getter = function() { return DOM$EnsureDartNull(this.top); }
; |
| 4146 } | 4416 } |
| 4147 c.$implements$Rect$Dart = 1; | 4417 c.$implements$Rect$Dart = 1; |
| 4148 } | 4418 } |
| 4149 function DOM$fixClass$SQLError(c) { | 4419 function DOM$fixClass$SQLError(c) { |
| (...skipping 3269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7419 c.prototype.valueMissing$getter = function() { return DOM$EnsureDartNull(thi
s.valueMissing); }; | 7689 c.prototype.valueMissing$getter = function() { return DOM$EnsureDartNull(thi
s.valueMissing); }; |
| 7420 } | 7690 } |
| 7421 c.$implements$ValidityState$Dart = 1; | 7691 c.$implements$ValidityState$Dart = 1; |
| 7422 } | 7692 } |
| 7423 function DOM$fixClass$VoidCallback(c) { | 7693 function DOM$fixClass$VoidCallback(c) { |
| 7424 if (c.prototype) { | 7694 if (c.prototype) { |
| 7425 } | 7695 } |
| 7426 DOM$fixMembers(c, ['handleEvent']); | 7696 DOM$fixMembers(c, ['handleEvent']); |
| 7427 c.$implements$VoidCallback$Dart = 1; | 7697 c.$implements$VoidCallback$Dart = 1; |
| 7428 } | 7698 } |
| 7699 function DOM$fixClass$WaveShaperNode(c) { |
| 7700 if (c.prototype) { |
| 7701 c.prototype.curve$getter = function() { return DOM$EnsureDartNull(this.curve
); }; |
| 7702 c.prototype.curve$setter = function(value) { this.curve = value; }; |
| 7703 } |
| 7704 c.$implements$WaveShaperNode$Dart = 1; |
| 7705 c.$implements$AudioNode$Dart = 1; |
| 7706 } |
| 7429 function DOM$fixClass$WebGLActiveInfo(c) { | 7707 function DOM$fixClass$WebGLActiveInfo(c) { |
| 7430 if (c.prototype) { | 7708 if (c.prototype) { |
| 7431 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; | 7709 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; |
| 7432 c.prototype.size$getter = function() { return DOM$EnsureDartNull(this.size);
}; | 7710 c.prototype.size$getter = function() { return DOM$EnsureDartNull(this.size);
}; |
| 7433 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; | 7711 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 7434 } | 7712 } |
| 7435 c.$implements$WebGLActiveInfo$Dart = 1; | 7713 c.$implements$WebGLActiveInfo$Dart = 1; |
| 7436 } | 7714 } |
| 7437 function DOM$fixClass$WebGLBuffer(c) { | 7715 function DOM$fixClass$WebGLBuffer(c) { |
| 7438 if (c.prototype) { | 7716 if (c.prototype) { |
| (...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8095 DOM$fixClass$ArrayBuffer(_); | 8373 DOM$fixClass$ArrayBuffer(_); |
| 8096 } | 8374 } |
| 8097 if ((_ = w.ArrayBufferView)) { | 8375 if ((_ = w.ArrayBufferView)) { |
| 8098 w.ArrayBufferView$Dart = _; | 8376 w.ArrayBufferView$Dart = _; |
| 8099 DOM$fixClass$ArrayBufferView(_); | 8377 DOM$fixClass$ArrayBufferView(_); |
| 8100 } | 8378 } |
| 8101 if ((_ = w.Attr)) { | 8379 if ((_ = w.Attr)) { |
| 8102 w.Attr$Dart = _; | 8380 w.Attr$Dart = _; |
| 8103 DOM$fixClass$Attr(_); | 8381 DOM$fixClass$Attr(_); |
| 8104 } | 8382 } |
| 8383 if ((_ = w.AudioBuffer)) { |
| 8384 w.AudioBuffer$Dart = _; |
| 8385 DOM$fixClass$AudioBuffer(_); |
| 8386 } |
| 8387 if ((_ = w.AudioBufferCallback)) { |
| 8388 w.AudioBufferCallback$Dart = _; |
| 8389 DOM$fixClass$AudioBufferCallback(_); |
| 8390 } |
| 8391 if ((_ = w.AudioBufferSourceNode)) { |
| 8392 w.AudioBufferSourceNode$Dart = _; |
| 8393 DOM$fixClass$AudioBufferSourceNode(_); |
| 8394 } |
| 8395 if ((_ = w.AudioChannelMerger)) { |
| 8396 w.AudioChannelMerger$Dart = _; |
| 8397 DOM$fixClass$AudioChannelMerger(_); |
| 8398 } |
| 8399 if ((_ = w.AudioChannelSplitter)) { |
| 8400 w.AudioChannelSplitter$Dart = _; |
| 8401 DOM$fixClass$AudioChannelSplitter(_); |
| 8402 } |
| 8403 if ((_ = w.AudioContext)) { |
| 8404 w.AudioContext$Dart = _; |
| 8405 DOM$fixClass$AudioContext(_); |
| 8406 } |
| 8407 if ((_ = w.AudioDestinationNode)) { |
| 8408 w.AudioDestinationNode$Dart = _; |
| 8409 DOM$fixClass$AudioDestinationNode(_); |
| 8410 } |
| 8411 if ((_ = w.AudioGain)) { |
| 8412 w.AudioGain$Dart = _; |
| 8413 DOM$fixClass$AudioGain(_); |
| 8414 } |
| 8415 if ((_ = w.AudioGainNode)) { |
| 8416 w.AudioGainNode$Dart = _; |
| 8417 DOM$fixClass$AudioGainNode(_); |
| 8418 } |
| 8419 if ((_ = w.AudioListener)) { |
| 8420 w.AudioListener$Dart = _; |
| 8421 DOM$fixClass$AudioListener(_); |
| 8422 } |
| 8423 if ((_ = w.AudioNode)) { |
| 8424 w.AudioNode$Dart = _; |
| 8425 DOM$fixClass$AudioNode(_); |
| 8426 } |
| 8427 if ((_ = w.AudioPannerNode)) { |
| 8428 w.AudioPannerNode$Dart = _; |
| 8429 DOM$fixClass$AudioPannerNode(_); |
| 8430 } |
| 8431 if ((_ = w.AudioParam)) { |
| 8432 w.AudioParam$Dart = _; |
| 8433 DOM$fixClass$AudioParam(_); |
| 8434 } |
| 8435 if ((_ = w.AudioProcessingEvent)) { |
| 8436 w.AudioProcessingEvent$Dart = _; |
| 8437 DOM$fixClass$AudioProcessingEvent(_); |
| 8438 } |
| 8439 if ((_ = w.AudioSourceNode)) { |
| 8440 w.AudioSourceNode$Dart = _; |
| 8441 DOM$fixClass$AudioSourceNode(_); |
| 8442 } |
| 8105 if (!w.BarInfo && (_ = w.toolbar) && (_ = _.__proto__) && (_ = {prototype: _})
) { | 8443 if (!w.BarInfo && (_ = w.toolbar) && (_ = _.__proto__) && (_ = {prototype: _})
) { |
| 8106 w.BarInfo = _; | 8444 w.BarInfo = _; |
| 8107 } | 8445 } |
| 8108 if ((_ = w.BarInfo)) { | 8446 if ((_ = w.BarInfo)) { |
| 8109 w.BarInfo$Dart = _; | 8447 w.BarInfo$Dart = _; |
| 8110 DOM$fixClass$BarInfo(_); | 8448 DOM$fixClass$BarInfo(_); |
| 8111 } | 8449 } |
| 8112 if ((_ = w.BeforeLoadEvent)) { | 8450 if ((_ = w.BeforeLoadEvent)) { |
| 8113 w.BeforeLoadEvent$Dart = _; | 8451 w.BeforeLoadEvent$Dart = _; |
| 8114 DOM$fixClass$BeforeLoadEvent(_); | 8452 DOM$fixClass$BeforeLoadEvent(_); |
| 8115 } | 8453 } |
| 8454 if ((_ = w.BiquadFilterNode)) { |
| 8455 w.BiquadFilterNode$Dart = _; |
| 8456 DOM$fixClass$BiquadFilterNode(_); |
| 8457 } |
| 8116 if ((_ = w.Blob)) { | 8458 if ((_ = w.Blob)) { |
| 8117 w.Blob$Dart = _; | 8459 w.Blob$Dart = _; |
| 8118 DOM$fixClass$Blob(_); | 8460 DOM$fixClass$Blob(_); |
| 8119 } | 8461 } |
| 8120 if ((_ = w.CDATASection)) { | 8462 if ((_ = w.CDATASection)) { |
| 8121 w.CDATASection$Dart = _; | 8463 w.CDATASection$Dart = _; |
| 8122 DOM$fixClass$CDATASection(_); | 8464 DOM$fixClass$CDATASection(_); |
| 8123 } | 8465 } |
| 8124 if ((_ = w.CSSCharsetRule)) { | 8466 if ((_ = w.CSSCharsetRule)) { |
| 8125 w.CSSCharsetRule$Dart = _; | 8467 w.CSSCharsetRule$Dart = _; |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8225 w.CompositionEvent$Dart = _; | 8567 w.CompositionEvent$Dart = _; |
| 8226 DOM$fixClass$CompositionEvent(_); | 8568 DOM$fixClass$CompositionEvent(_); |
| 8227 } | 8569 } |
| 8228 if (!w.Console && (_ = w.console) && (_ = _.__proto__) && (_ = {prototype: _})
) { | 8570 if (!w.Console && (_ = w.console) && (_ = _.__proto__) && (_ = {prototype: _})
) { |
| 8229 w.Console = _; | 8571 w.Console = _; |
| 8230 } | 8572 } |
| 8231 if ((_ = w.Console)) { | 8573 if ((_ = w.Console)) { |
| 8232 w.Console$Dart = _; | 8574 w.Console$Dart = _; |
| 8233 DOM$fixClass$Console(_); | 8575 DOM$fixClass$Console(_); |
| 8234 } | 8576 } |
| 8577 if ((_ = w.ConvolverNode)) { |
| 8578 w.ConvolverNode$Dart = _; |
| 8579 DOM$fixClass$ConvolverNode(_); |
| 8580 } |
| 8235 if ((_ = w.Coordinates)) { | 8581 if ((_ = w.Coordinates)) { |
| 8236 w.Coordinates$Dart = _; | 8582 w.Coordinates$Dart = _; |
| 8237 DOM$fixClass$Coordinates(_); | 8583 DOM$fixClass$Coordinates(_); |
| 8238 } | 8584 } |
| 8239 if ((_ = w.Counter)) { | 8585 if ((_ = w.Counter)) { |
| 8240 w.Counter$Dart = _; | 8586 w.Counter$Dart = _; |
| 8241 DOM$fixClass$Counter(_); | 8587 DOM$fixClass$Counter(_); |
| 8242 } | 8588 } |
| 8243 if (!w.Crypto && (_ = w.crypto) && (_ = _.__proto__) && (_ = {prototype: _}))
{ | 8589 if (!w.Crypto && (_ = w.crypto) && (_ = _.__proto__) && (_ = {prototype: _}))
{ |
| 8244 w.Crypto = _; | 8590 w.Crypto = _; |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8345 DOM$fixClass$DatabaseCallback(_); | 8691 DOM$fixClass$DatabaseCallback(_); |
| 8346 } | 8692 } |
| 8347 if ((_ = w.DatabaseSync)) { | 8693 if ((_ = w.DatabaseSync)) { |
| 8348 w.DatabaseSync$Dart = _; | 8694 w.DatabaseSync$Dart = _; |
| 8349 DOM$fixClass$DatabaseSync(_); | 8695 DOM$fixClass$DatabaseSync(_); |
| 8350 } | 8696 } |
| 8351 if ((_ = w.DedicatedWorkerContext)) { | 8697 if ((_ = w.DedicatedWorkerContext)) { |
| 8352 w.DedicatedWorkerContext$Dart = _; | 8698 w.DedicatedWorkerContext$Dart = _; |
| 8353 DOM$fixClass$DedicatedWorkerContext(_); | 8699 DOM$fixClass$DedicatedWorkerContext(_); |
| 8354 } | 8700 } |
| 8701 if ((_ = w.DelayNode)) { |
| 8702 w.DelayNode$Dart = _; |
| 8703 DOM$fixClass$DelayNode(_); |
| 8704 } |
| 8355 if ((_ = w.DeviceMotionEvent)) { | 8705 if ((_ = w.DeviceMotionEvent)) { |
| 8356 w.DeviceMotionEvent$Dart = _; | 8706 w.DeviceMotionEvent$Dart = _; |
| 8357 DOM$fixClass$DeviceMotionEvent(_); | 8707 DOM$fixClass$DeviceMotionEvent(_); |
| 8358 } | 8708 } |
| 8359 if ((_ = w.DeviceOrientationEvent)) { | 8709 if ((_ = w.DeviceOrientationEvent)) { |
| 8360 w.DeviceOrientationEvent$Dart = _; | 8710 w.DeviceOrientationEvent$Dart = _; |
| 8361 DOM$fixClass$DeviceOrientationEvent(_); | 8711 DOM$fixClass$DeviceOrientationEvent(_); |
| 8362 } | 8712 } |
| 8363 if ((_ = w.DirectoryEntry)) { | 8713 if ((_ = w.DirectoryEntry)) { |
| 8364 w.DirectoryEntry$Dart = _; | 8714 w.DirectoryEntry$Dart = _; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 8384 DOM$fixClass$Document(_); | 8734 DOM$fixClass$Document(_); |
| 8385 } | 8735 } |
| 8386 if ((_ = w.DocumentFragment)) { | 8736 if ((_ = w.DocumentFragment)) { |
| 8387 w.DocumentFragment$Dart = _; | 8737 w.DocumentFragment$Dart = _; |
| 8388 DOM$fixClass$DocumentFragment(_); | 8738 DOM$fixClass$DocumentFragment(_); |
| 8389 } | 8739 } |
| 8390 if ((_ = w.DocumentType)) { | 8740 if ((_ = w.DocumentType)) { |
| 8391 w.DocumentType$Dart = _; | 8741 w.DocumentType$Dart = _; |
| 8392 DOM$fixClass$DocumentType(_); | 8742 DOM$fixClass$DocumentType(_); |
| 8393 } | 8743 } |
| 8744 if ((_ = w.DynamicsCompressorNode)) { |
| 8745 w.DynamicsCompressorNode$Dart = _; |
| 8746 DOM$fixClass$DynamicsCompressorNode(_); |
| 8747 } |
| 8394 if (!w.Element && (_ = w.frameElement) && (_ = _.__proto__) && (_ = {prototype
: _})) { | 8748 if (!w.Element && (_ = w.frameElement) && (_ = _.__proto__) && (_ = {prototype
: _})) { |
| 8395 w.Element = _; | 8749 w.Element = _; |
| 8396 } | 8750 } |
| 8397 if ((_ = w.Element)) { | 8751 if ((_ = w.Element)) { |
| 8398 w.Element$Dart = _; | 8752 w.Element$Dart = _; |
| 8399 DOM$fixClass$Element(_); | 8753 DOM$fixClass$Element(_); |
| 8400 } | 8754 } |
| 8401 if ((_ = w.ElementTimeControl)) { | 8755 if ((_ = w.ElementTimeControl)) { |
| 8402 w.ElementTimeControl$Dart = _; | 8756 w.ElementTimeControl$Dart = _; |
| 8403 DOM$fixClass$ElementTimeControl(_); | 8757 DOM$fixClass$ElementTimeControl(_); |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8822 DOM$fixClass$HTMLUnknownElement(_); | 9176 DOM$fixClass$HTMLUnknownElement(_); |
| 8823 } | 9177 } |
| 8824 if ((_ = w.HTMLVideoElement)) { | 9178 if ((_ = w.HTMLVideoElement)) { |
| 8825 w.HTMLVideoElement$Dart = _; | 9179 w.HTMLVideoElement$Dart = _; |
| 8826 DOM$fixClass$HTMLVideoElement(_); | 9180 DOM$fixClass$HTMLVideoElement(_); |
| 8827 } | 9181 } |
| 8828 if ((_ = w.HashChangeEvent)) { | 9182 if ((_ = w.HashChangeEvent)) { |
| 8829 w.HashChangeEvent$Dart = _; | 9183 w.HashChangeEvent$Dart = _; |
| 8830 DOM$fixClass$HashChangeEvent(_); | 9184 DOM$fixClass$HashChangeEvent(_); |
| 8831 } | 9185 } |
| 9186 if ((_ = w.HighPass2FilterNode)) { |
| 9187 w.HighPass2FilterNode$Dart = _; |
| 9188 DOM$fixClass$HighPass2FilterNode(_); |
| 9189 } |
| 8832 if (!w.History && (_ = w.history) && (_ = _.__proto__) && (_ = {prototype: _})
) { | 9190 if (!w.History && (_ = w.history) && (_ = _.__proto__) && (_ = {prototype: _})
) { |
| 8833 w.History = _; | 9191 w.History = _; |
| 8834 } | 9192 } |
| 8835 if ((_ = w.History)) { | 9193 if ((_ = w.History)) { |
| 8836 w.History$Dart = _; | 9194 w.History$Dart = _; |
| 8837 DOM$fixClass$History(_); | 9195 DOM$fixClass$History(_); |
| 8838 } | 9196 } |
| 8839 if ((_ = w.IDBAny)) { | 9197 if ((_ = w.IDBAny)) { |
| 8840 w.IDBAny$Dart = _; | 9198 w.IDBAny$Dart = _; |
| 8841 DOM$fixClass$IDBAny(_); | 9199 DOM$fixClass$IDBAny(_); |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8913 DOM$fixClass$Int16Array(_); | 9271 DOM$fixClass$Int16Array(_); |
| 8914 } | 9272 } |
| 8915 if ((_ = w.Int32Array)) { | 9273 if ((_ = w.Int32Array)) { |
| 8916 w.Int32Array$Dart = _; | 9274 w.Int32Array$Dart = _; |
| 8917 DOM$fixClass$Int32Array(_); | 9275 DOM$fixClass$Int32Array(_); |
| 8918 } | 9276 } |
| 8919 if ((_ = w.Int8Array)) { | 9277 if ((_ = w.Int8Array)) { |
| 8920 w.Int8Array$Dart = _; | 9278 w.Int8Array$Dart = _; |
| 8921 DOM$fixClass$Int8Array(_); | 9279 DOM$fixClass$Int8Array(_); |
| 8922 } | 9280 } |
| 9281 if ((_ = w.JavaScriptAudioNode)) { |
| 9282 w.JavaScriptAudioNode$Dart = _; |
| 9283 DOM$fixClass$JavaScriptAudioNode(_); |
| 9284 } |
| 8923 if ((_ = w.JavaScriptCallFrame)) { | 9285 if ((_ = w.JavaScriptCallFrame)) { |
| 8924 w.JavaScriptCallFrame$Dart = _; | 9286 w.JavaScriptCallFrame$Dart = _; |
| 8925 DOM$fixClass$JavaScriptCallFrame(_); | 9287 DOM$fixClass$JavaScriptCallFrame(_); |
| 8926 } | 9288 } |
| 8927 if ((_ = w.KeyboardEvent)) { | 9289 if ((_ = w.KeyboardEvent)) { |
| 8928 w.KeyboardEvent$Dart = _; | 9290 w.KeyboardEvent$Dart = _; |
| 8929 DOM$fixClass$KeyboardEvent(_); | 9291 DOM$fixClass$KeyboardEvent(_); |
| 8930 } | 9292 } |
| 8931 if (!w.Location && (_ = w.location) && (_ = _.__proto__) && (_ = {prototype: _
})) { | 9293 if (!w.Location && (_ = w.location) && (_ = _.__proto__) && (_ = {prototype: _
})) { |
| 8932 w.Location = _; | 9294 w.Location = _; |
| 8933 } | 9295 } |
| 8934 if ((_ = w.Location)) { | 9296 if ((_ = w.Location)) { |
| 8935 w.Location$Dart = _; | 9297 w.Location$Dart = _; |
| 8936 DOM$fixClass$Location(_); | 9298 DOM$fixClass$Location(_); |
| 8937 } | 9299 } |
| 9300 if ((_ = w.LowPass2FilterNode)) { |
| 9301 w.LowPass2FilterNode$Dart = _; |
| 9302 DOM$fixClass$LowPass2FilterNode(_); |
| 9303 } |
| 9304 if ((_ = w.MediaElementAudioSourceNode)) { |
| 9305 w.MediaElementAudioSourceNode$Dart = _; |
| 9306 DOM$fixClass$MediaElementAudioSourceNode(_); |
| 9307 } |
| 8938 if ((_ = w.MediaError)) { | 9308 if ((_ = w.MediaError)) { |
| 8939 w.MediaError$Dart = _; | 9309 w.MediaError$Dart = _; |
| 8940 DOM$fixClass$MediaError(_); | 9310 DOM$fixClass$MediaError(_); |
| 8941 } | 9311 } |
| 8942 if ((_ = w.MediaList)) { | 9312 if ((_ = w.MediaList)) { |
| 8943 w.MediaList$Dart = _; | 9313 w.MediaList$Dart = _; |
| 8944 DOM$fixClass$MediaList(_); | 9314 DOM$fixClass$MediaList(_); |
| 8945 } | 9315 } |
| 8946 if ((_ = w.MediaQueryList)) { | 9316 if ((_ = w.MediaQueryList)) { |
| 8947 w.MediaQueryList$Dart = _; | 9317 w.MediaQueryList$Dart = _; |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9054 DOM$fixClass$OESStandardDerivatives(_); | 9424 DOM$fixClass$OESStandardDerivatives(_); |
| 9055 } | 9425 } |
| 9056 if ((_ = w.OESTextureFloat)) { | 9426 if ((_ = w.OESTextureFloat)) { |
| 9057 w.OESTextureFloat$Dart = _; | 9427 w.OESTextureFloat$Dart = _; |
| 9058 DOM$fixClass$OESTextureFloat(_); | 9428 DOM$fixClass$OESTextureFloat(_); |
| 9059 } | 9429 } |
| 9060 if ((_ = w.OESVertexArrayObject)) { | 9430 if ((_ = w.OESVertexArrayObject)) { |
| 9061 w.OESVertexArrayObject$Dart = _; | 9431 w.OESVertexArrayObject$Dart = _; |
| 9062 DOM$fixClass$OESVertexArrayObject(_); | 9432 DOM$fixClass$OESVertexArrayObject(_); |
| 9063 } | 9433 } |
| 9434 if ((_ = w.OfflineAudioCompletionEvent)) { |
| 9435 w.OfflineAudioCompletionEvent$Dart = _; |
| 9436 DOM$fixClass$OfflineAudioCompletionEvent(_); |
| 9437 } |
| 9064 if ((_ = w.OperationNotAllowedException)) { | 9438 if ((_ = w.OperationNotAllowedException)) { |
| 9065 w.OperationNotAllowedException$Dart = _; | 9439 w.OperationNotAllowedException$Dart = _; |
| 9066 DOM$fixClass$OperationNotAllowedException(_); | 9440 DOM$fixClass$OperationNotAllowedException(_); |
| 9067 } | 9441 } |
| 9068 if ((_ = w.OverflowEvent)) { | 9442 if ((_ = w.OverflowEvent)) { |
| 9069 w.OverflowEvent$Dart = _; | 9443 w.OverflowEvent$Dart = _; |
| 9070 DOM$fixClass$OverflowEvent(_); | 9444 DOM$fixClass$OverflowEvent(_); |
| 9071 } | 9445 } |
| 9072 if ((_ = w.PageTransitionEvent)) { | 9446 if ((_ = w.PageTransitionEvent)) { |
| 9073 w.PageTransitionEvent$Dart = _; | 9447 w.PageTransitionEvent$Dart = _; |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9123 DOM$fixClass$RGBColor(_); | 9497 DOM$fixClass$RGBColor(_); |
| 9124 } | 9498 } |
| 9125 if ((_ = w.Range)) { | 9499 if ((_ = w.Range)) { |
| 9126 w.Range$Dart = _; | 9500 w.Range$Dart = _; |
| 9127 DOM$fixClass$Range(_); | 9501 DOM$fixClass$Range(_); |
| 9128 } | 9502 } |
| 9129 if ((_ = w.RangeException)) { | 9503 if ((_ = w.RangeException)) { |
| 9130 w.RangeException$Dart = _; | 9504 w.RangeException$Dart = _; |
| 9131 DOM$fixClass$RangeException(_); | 9505 DOM$fixClass$RangeException(_); |
| 9132 } | 9506 } |
| 9507 if ((_ = w.RealtimeAnalyserNode)) { |
| 9508 w.RealtimeAnalyserNode$Dart = _; |
| 9509 DOM$fixClass$RealtimeAnalyserNode(_); |
| 9510 } |
| 9133 if ((_ = w.Rect)) { | 9511 if ((_ = w.Rect)) { |
| 9134 w.Rect$Dart = _; | 9512 w.Rect$Dart = _; |
| 9135 DOM$fixClass$Rect(_); | 9513 DOM$fixClass$Rect(_); |
| 9136 } | 9514 } |
| 9137 if ((_ = w.SQLError)) { | 9515 if ((_ = w.SQLError)) { |
| 9138 w.SQLError$Dart = _; | 9516 w.SQLError$Dart = _; |
| 9139 DOM$fixClass$SQLError(_); | 9517 DOM$fixClass$SQLError(_); |
| 9140 } | 9518 } |
| 9141 if ((_ = w.SQLException)) { | 9519 if ((_ = w.SQLException)) { |
| 9142 w.SQLException$Dart = _; | 9520 w.SQLException$Dart = _; |
| (...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9928 DOM$fixClass$Uint8Array(_); | 10306 DOM$fixClass$Uint8Array(_); |
| 9929 } | 10307 } |
| 9930 if ((_ = w.ValidityState)) { | 10308 if ((_ = w.ValidityState)) { |
| 9931 w.ValidityState$Dart = _; | 10309 w.ValidityState$Dart = _; |
| 9932 DOM$fixClass$ValidityState(_); | 10310 DOM$fixClass$ValidityState(_); |
| 9933 } | 10311 } |
| 9934 if ((_ = w.VoidCallback)) { | 10312 if ((_ = w.VoidCallback)) { |
| 9935 w.VoidCallback$Dart = _; | 10313 w.VoidCallback$Dart = _; |
| 9936 DOM$fixClass$VoidCallback(_); | 10314 DOM$fixClass$VoidCallback(_); |
| 9937 } | 10315 } |
| 10316 if ((_ = w.WaveShaperNode)) { |
| 10317 w.WaveShaperNode$Dart = _; |
| 10318 DOM$fixClass$WaveShaperNode(_); |
| 10319 } |
| 9938 if ((_ = w.WebGLActiveInfo)) { | 10320 if ((_ = w.WebGLActiveInfo)) { |
| 9939 w.WebGLActiveInfo$Dart = _; | 10321 w.WebGLActiveInfo$Dart = _; |
| 9940 DOM$fixClass$WebGLActiveInfo(_); | 10322 DOM$fixClass$WebGLActiveInfo(_); |
| 9941 } | 10323 } |
| 9942 if ((_ = w.WebGLBuffer)) { | 10324 if ((_ = w.WebGLBuffer)) { |
| 9943 w.WebGLBuffer$Dart = _; | 10325 w.WebGLBuffer$Dart = _; |
| 9944 DOM$fixClass$WebGLBuffer(_); | 10326 DOM$fixClass$WebGLBuffer(_); |
| 9945 } | 10327 } |
| 9946 if ((_ = w.WebGLContextAttributes)) { | 10328 if ((_ = w.WebGLContextAttributes)) { |
| 9947 w.WebGLContextAttributes$Dart = _; | 10329 w.WebGLContextAttributes$Dart = _; |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10158 function native__NativeDomGlobalProperties_getWindow() { | 10540 function native__NativeDomGlobalProperties_getWindow() { |
| 10159 // TODO: Should the window be obtained from an isolate? | 10541 // TODO: Should the window be obtained from an isolate? |
| 10160 return window; | 10542 return window; |
| 10161 } | 10543 } |
| 10162 | 10544 |
| 10163 // Declared in src/GlobalProperties.dart | 10545 // Declared in src/GlobalProperties.dart |
| 10164 function native__NativeDomGlobalProperties_getDocument() { | 10546 function native__NativeDomGlobalProperties_getDocument() { |
| 10165 // TODO: Should the window be obtained from an isolate? | 10547 // TODO: Should the window be obtained from an isolate? |
| 10166 return window.document; | 10548 return window.document; |
| 10167 } | 10549 } |
| OLD | NEW |