| 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 | 8 |
| 9 function native__AbstractWorkerWrappingImplementation__addEventListener_Abstract
Worker(_this, type, listener) { | 9 function native__AbstractWorkerWrappingImplementation__addEventListener_Abstract
Worker(_this, type, listener) { |
| 10 try { | 10 try { |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 } | 135 } |
| 136 | 136 |
| 137 function native__AttrWrappingImplementation__set_value(_this, value) { | 137 function native__AttrWrappingImplementation__set_value(_this, value) { |
| 138 try { | 138 try { |
| 139 _this.$dom.value = __dom_unwrap(value); | 139 _this.$dom.value = __dom_unwrap(value); |
| 140 } catch (e) { | 140 } catch (e) { |
| 141 throw __dom_wrap_exception(e); | 141 throw __dom_wrap_exception(e); |
| 142 } | 142 } |
| 143 } | 143 } |
| 144 | 144 |
| 145 function native__AudioBufferWrappingImplementation__get_duration(_this) { |
| 146 try { |
| 147 return __dom_wrap(_this.$dom.duration); |
| 148 } catch (e) { |
| 149 throw __dom_wrap_exception(e); |
| 150 } |
| 151 } |
| 152 |
| 153 function native__AudioBufferWrappingImplementation__get_gain(_this) { |
| 154 try { |
| 155 return __dom_wrap(_this.$dom.gain); |
| 156 } catch (e) { |
| 157 throw __dom_wrap_exception(e); |
| 158 } |
| 159 } |
| 160 |
| 161 function native__AudioBufferWrappingImplementation__set_gain(_this, value) { |
| 162 try { |
| 163 _this.$dom.gain = __dom_unwrap(value); |
| 164 } catch (e) { |
| 165 throw __dom_wrap_exception(e); |
| 166 } |
| 167 } |
| 168 |
| 169 function native__AudioBufferWrappingImplementation__get_length(_this) { |
| 170 try { |
| 171 return __dom_wrap(_this.$dom.length); |
| 172 } catch (e) { |
| 173 throw __dom_wrap_exception(e); |
| 174 } |
| 175 } |
| 176 |
| 177 function native__AudioBufferWrappingImplementation__get_numberOfChannels(_this)
{ |
| 178 try { |
| 179 return __dom_wrap(_this.$dom.numberOfChannels); |
| 180 } catch (e) { |
| 181 throw __dom_wrap_exception(e); |
| 182 } |
| 183 } |
| 184 |
| 185 function native__AudioBufferWrappingImplementation__get_sampleRate(_this) { |
| 186 try { |
| 187 return __dom_wrap(_this.$dom.sampleRate); |
| 188 } catch (e) { |
| 189 throw __dom_wrap_exception(e); |
| 190 } |
| 191 } |
| 192 |
| 193 function native__AudioBufferWrappingImplementation__getChannelData(_this, channe
lIndex) { |
| 194 try { |
| 195 return __dom_wrap(_this.$dom.getChannelData(__dom_unwrap(channelIndex))); |
| 196 } catch (e) { |
| 197 throw __dom_wrap_exception(e); |
| 198 } |
| 199 } |
| 200 |
| 201 function native__AudioBufferCallbackWrappingImplementation__handleEvent(_this, a
udioBuffer) { |
| 202 try { |
| 203 return __dom_wrap(_this.$dom.handleEvent(__dom_unwrap(audioBuffer))); |
| 204 } catch (e) { |
| 205 throw __dom_wrap_exception(e); |
| 206 } |
| 207 } |
| 208 |
| 209 function native__AudioBufferSourceNodeWrappingImplementation__get_buffer(_this)
{ |
| 210 try { |
| 211 return __dom_wrap(_this.$dom.buffer); |
| 212 } catch (e) { |
| 213 throw __dom_wrap_exception(e); |
| 214 } |
| 215 } |
| 216 |
| 217 function native__AudioBufferSourceNodeWrappingImplementation__set_buffer(_this,
value) { |
| 218 try { |
| 219 _this.$dom.buffer = __dom_unwrap(value); |
| 220 } catch (e) { |
| 221 throw __dom_wrap_exception(e); |
| 222 } |
| 223 } |
| 224 |
| 225 function native__AudioBufferSourceNodeWrappingImplementation__get_gain(_this) { |
| 226 try { |
| 227 return __dom_wrap(_this.$dom.gain); |
| 228 } catch (e) { |
| 229 throw __dom_wrap_exception(e); |
| 230 } |
| 231 } |
| 232 |
| 233 function native__AudioBufferSourceNodeWrappingImplementation__get_loop(_this) { |
| 234 try { |
| 235 return __dom_wrap(_this.$dom.loop); |
| 236 } catch (e) { |
| 237 throw __dom_wrap_exception(e); |
| 238 } |
| 239 } |
| 240 |
| 241 function native__AudioBufferSourceNodeWrappingImplementation__set_loop(_this, va
lue) { |
| 242 try { |
| 243 _this.$dom.loop = __dom_unwrap(value); |
| 244 } catch (e) { |
| 245 throw __dom_wrap_exception(e); |
| 246 } |
| 247 } |
| 248 |
| 249 function native__AudioBufferSourceNodeWrappingImplementation__get_looping(_this)
{ |
| 250 try { |
| 251 return __dom_wrap(_this.$dom.looping); |
| 252 } catch (e) { |
| 253 throw __dom_wrap_exception(e); |
| 254 } |
| 255 } |
| 256 |
| 257 function native__AudioBufferSourceNodeWrappingImplementation__set_looping(_this,
value) { |
| 258 try { |
| 259 _this.$dom.looping = __dom_unwrap(value); |
| 260 } catch (e) { |
| 261 throw __dom_wrap_exception(e); |
| 262 } |
| 263 } |
| 264 |
| 265 function native__AudioBufferSourceNodeWrappingImplementation__get_playbackRate(_
this) { |
| 266 try { |
| 267 return __dom_wrap(_this.$dom.playbackRate); |
| 268 } catch (e) { |
| 269 throw __dom_wrap_exception(e); |
| 270 } |
| 271 } |
| 272 |
| 273 function native__AudioBufferSourceNodeWrappingImplementation__noteGrainOn(_this,
when, grainOffset, grainDuration) { |
| 274 try { |
| 275 return __dom_wrap(_this.$dom.noteGrainOn(__dom_unwrap(when), __dom_unwrap(gr
ainOffset), __dom_unwrap(grainDuration))); |
| 276 } catch (e) { |
| 277 throw __dom_wrap_exception(e); |
| 278 } |
| 279 } |
| 280 |
| 281 function native__AudioBufferSourceNodeWrappingImplementation__noteOff(_this, whe
n) { |
| 282 try { |
| 283 return __dom_wrap(_this.$dom.noteOff(__dom_unwrap(when))); |
| 284 } catch (e) { |
| 285 throw __dom_wrap_exception(e); |
| 286 } |
| 287 } |
| 288 |
| 289 function native__AudioBufferSourceNodeWrappingImplementation__noteOn(_this, when
) { |
| 290 try { |
| 291 return __dom_wrap(_this.$dom.noteOn(__dom_unwrap(when))); |
| 292 } catch (e) { |
| 293 throw __dom_wrap_exception(e); |
| 294 } |
| 295 } |
| 296 |
| 297 function native__AudioContextWrappingImplementation__get_currentTime(_this) { |
| 298 try { |
| 299 return __dom_wrap(_this.$dom.currentTime); |
| 300 } catch (e) { |
| 301 throw __dom_wrap_exception(e); |
| 302 } |
| 303 } |
| 304 |
| 305 function native__AudioContextWrappingImplementation__get_destination(_this) { |
| 306 try { |
| 307 return __dom_wrap(_this.$dom.destination); |
| 308 } catch (e) { |
| 309 throw __dom_wrap_exception(e); |
| 310 } |
| 311 } |
| 312 |
| 313 function native__AudioContextWrappingImplementation__get_listener(_this) { |
| 314 try { |
| 315 return __dom_wrap(_this.$dom.listener); |
| 316 } catch (e) { |
| 317 throw __dom_wrap_exception(e); |
| 318 } |
| 319 } |
| 320 |
| 321 function native__AudioContextWrappingImplementation__get_sampleRate(_this) { |
| 322 try { |
| 323 return __dom_wrap(_this.$dom.sampleRate); |
| 324 } catch (e) { |
| 325 throw __dom_wrap_exception(e); |
| 326 } |
| 327 } |
| 328 |
| 329 function native__AudioContextWrappingImplementation__createAnalyser(_this) { |
| 330 try { |
| 331 return __dom_wrap(_this.$dom.createAnalyser()); |
| 332 } catch (e) { |
| 333 throw __dom_wrap_exception(e); |
| 334 } |
| 335 } |
| 336 |
| 337 function native__AudioContextWrappingImplementation__createBiquadFilter(_this) { |
| 338 try { |
| 339 return __dom_wrap(_this.$dom.createBiquadFilter()); |
| 340 } catch (e) { |
| 341 throw __dom_wrap_exception(e); |
| 342 } |
| 343 } |
| 344 |
| 345 function native__AudioContextWrappingImplementation__createBuffer(_this) { |
| 346 try { |
| 347 return __dom_wrap(_this.$dom.createBuffer()); |
| 348 } catch (e) { |
| 349 throw __dom_wrap_exception(e); |
| 350 } |
| 351 } |
| 352 |
| 353 function native__AudioContextWrappingImplementation__createBufferSource(_this) { |
| 354 try { |
| 355 return __dom_wrap(_this.$dom.createBufferSource()); |
| 356 } catch (e) { |
| 357 throw __dom_wrap_exception(e); |
| 358 } |
| 359 } |
| 360 |
| 361 function native__AudioContextWrappingImplementation__createChannelMerger(_this)
{ |
| 362 try { |
| 363 return __dom_wrap(_this.$dom.createChannelMerger()); |
| 364 } catch (e) { |
| 365 throw __dom_wrap_exception(e); |
| 366 } |
| 367 } |
| 368 |
| 369 function native__AudioContextWrappingImplementation__createChannelSplitter(_this
) { |
| 370 try { |
| 371 return __dom_wrap(_this.$dom.createChannelSplitter()); |
| 372 } catch (e) { |
| 373 throw __dom_wrap_exception(e); |
| 374 } |
| 375 } |
| 376 |
| 377 function native__AudioContextWrappingImplementation__createConvolver(_this) { |
| 378 try { |
| 379 return __dom_wrap(_this.$dom.createConvolver()); |
| 380 } catch (e) { |
| 381 throw __dom_wrap_exception(e); |
| 382 } |
| 383 } |
| 384 |
| 385 function native__AudioContextWrappingImplementation__createDelayNode(_this) { |
| 386 try { |
| 387 return __dom_wrap(_this.$dom.createDelayNode()); |
| 388 } catch (e) { |
| 389 throw __dom_wrap_exception(e); |
| 390 } |
| 391 } |
| 392 |
| 393 function native__AudioContextWrappingImplementation__createDynamicsCompressor(_t
his) { |
| 394 try { |
| 395 return __dom_wrap(_this.$dom.createDynamicsCompressor()); |
| 396 } catch (e) { |
| 397 throw __dom_wrap_exception(e); |
| 398 } |
| 399 } |
| 400 |
| 401 function native__AudioContextWrappingImplementation__createGainNode(_this) { |
| 402 try { |
| 403 return __dom_wrap(_this.$dom.createGainNode()); |
| 404 } catch (e) { |
| 405 throw __dom_wrap_exception(e); |
| 406 } |
| 407 } |
| 408 |
| 409 function native__AudioContextWrappingImplementation__createHighPass2Filter(_this
) { |
| 410 try { |
| 411 return __dom_wrap(_this.$dom.createHighPass2Filter()); |
| 412 } catch (e) { |
| 413 throw __dom_wrap_exception(e); |
| 414 } |
| 415 } |
| 416 |
| 417 function native__AudioContextWrappingImplementation__createJavaScriptNode(_this,
bufferSize) { |
| 418 try { |
| 419 return __dom_wrap(_this.$dom.createJavaScriptNode(__dom_unwrap(bufferSize)))
; |
| 420 } catch (e) { |
| 421 throw __dom_wrap_exception(e); |
| 422 } |
| 423 } |
| 424 |
| 425 function native__AudioContextWrappingImplementation__createLowPass2Filter(_this)
{ |
| 426 try { |
| 427 return __dom_wrap(_this.$dom.createLowPass2Filter()); |
| 428 } catch (e) { |
| 429 throw __dom_wrap_exception(e); |
| 430 } |
| 431 } |
| 432 |
| 433 function native__AudioContextWrappingImplementation__createPanner(_this) { |
| 434 try { |
| 435 return __dom_wrap(_this.$dom.createPanner()); |
| 436 } catch (e) { |
| 437 throw __dom_wrap_exception(e); |
| 438 } |
| 439 } |
| 440 |
| 441 function native__AudioContextWrappingImplementation__createWaveShaper(_this) { |
| 442 try { |
| 443 return __dom_wrap(_this.$dom.createWaveShaper()); |
| 444 } catch (e) { |
| 445 throw __dom_wrap_exception(e); |
| 446 } |
| 447 } |
| 448 |
| 449 function native__AudioContextWrappingImplementation__decodeAudioData(_this, audi
oData, successCallback) { |
| 450 try { |
| 451 return __dom_wrap(_this.$dom.decodeAudioData(__dom_unwrap(audioData), __dom_
unwrap(successCallback))); |
| 452 } catch (e) { |
| 453 throw __dom_wrap_exception(e); |
| 454 } |
| 455 } |
| 456 |
| 457 function native__AudioContextWrappingImplementation__decodeAudioData_2(_this, au
dioData, successCallback, errorCallback) { |
| 458 try { |
| 459 return __dom_wrap(_this.$dom.decodeAudioData(__dom_unwrap(audioData), __dom_
unwrap(successCallback), __dom_unwrap(errorCallback))); |
| 460 } catch (e) { |
| 461 throw __dom_wrap_exception(e); |
| 462 } |
| 463 } |
| 464 |
| 465 function native__AudioContextWrappingImplementation__startRendering(_this) { |
| 466 try { |
| 467 return __dom_wrap(_this.$dom.startRendering()); |
| 468 } catch (e) { |
| 469 throw __dom_wrap_exception(e); |
| 470 } |
| 471 } |
| 472 |
| 473 function native__AudioDestinationNodeWrappingImplementation__get_numberOfChannel
s(_this) { |
| 474 try { |
| 475 return __dom_wrap(_this.$dom.numberOfChannels); |
| 476 } catch (e) { |
| 477 throw __dom_wrap_exception(e); |
| 478 } |
| 479 } |
| 480 |
| 481 function native__AudioGainNodeWrappingImplementation__get_gain(_this) { |
| 482 try { |
| 483 return __dom_wrap(_this.$dom.gain); |
| 484 } catch (e) { |
| 485 throw __dom_wrap_exception(e); |
| 486 } |
| 487 } |
| 488 |
| 489 function native__AudioListenerWrappingImplementation__get_dopplerFactor(_this) { |
| 490 try { |
| 491 return __dom_wrap(_this.$dom.dopplerFactor); |
| 492 } catch (e) { |
| 493 throw __dom_wrap_exception(e); |
| 494 } |
| 495 } |
| 496 |
| 497 function native__AudioListenerWrappingImplementation__set_dopplerFactor(_this, v
alue) { |
| 498 try { |
| 499 _this.$dom.dopplerFactor = __dom_unwrap(value); |
| 500 } catch (e) { |
| 501 throw __dom_wrap_exception(e); |
| 502 } |
| 503 } |
| 504 |
| 505 function native__AudioListenerWrappingImplementation__get_speedOfSound(_this) { |
| 506 try { |
| 507 return __dom_wrap(_this.$dom.speedOfSound); |
| 508 } catch (e) { |
| 509 throw __dom_wrap_exception(e); |
| 510 } |
| 511 } |
| 512 |
| 513 function native__AudioListenerWrappingImplementation__set_speedOfSound(_this, va
lue) { |
| 514 try { |
| 515 _this.$dom.speedOfSound = __dom_unwrap(value); |
| 516 } catch (e) { |
| 517 throw __dom_wrap_exception(e); |
| 518 } |
| 519 } |
| 520 |
| 521 function native__AudioListenerWrappingImplementation__setOrientation(_this, x, y
, z, xUp, yUp, zUp) { |
| 522 try { |
| 523 return __dom_wrap(_this.$dom.setOrientation(__dom_unwrap(x), __dom_unwrap(y)
, __dom_unwrap(z), __dom_unwrap(xUp), __dom_unwrap(yUp), __dom_unwrap(zUp))); |
| 524 } catch (e) { |
| 525 throw __dom_wrap_exception(e); |
| 526 } |
| 527 } |
| 528 |
| 529 function native__AudioListenerWrappingImplementation__setPosition(_this, x, y, z
) { |
| 530 try { |
| 531 return __dom_wrap(_this.$dom.setPosition(__dom_unwrap(x), __dom_unwrap(y), _
_dom_unwrap(z))); |
| 532 } catch (e) { |
| 533 throw __dom_wrap_exception(e); |
| 534 } |
| 535 } |
| 536 |
| 537 function native__AudioListenerWrappingImplementation__setVelocity(_this, x, y, z
) { |
| 538 try { |
| 539 return __dom_wrap(_this.$dom.setVelocity(__dom_unwrap(x), __dom_unwrap(y), _
_dom_unwrap(z))); |
| 540 } catch (e) { |
| 541 throw __dom_wrap_exception(e); |
| 542 } |
| 543 } |
| 544 |
| 545 function native__AudioNodeWrappingImplementation__get_context(_this) { |
| 546 try { |
| 547 return __dom_wrap(_this.$dom.context); |
| 548 } catch (e) { |
| 549 throw __dom_wrap_exception(e); |
| 550 } |
| 551 } |
| 552 |
| 553 function native__AudioNodeWrappingImplementation__get_numberOfInputs(_this) { |
| 554 try { |
| 555 return __dom_wrap(_this.$dom.numberOfInputs); |
| 556 } catch (e) { |
| 557 throw __dom_wrap_exception(e); |
| 558 } |
| 559 } |
| 560 |
| 561 function native__AudioNodeWrappingImplementation__get_numberOfOutputs(_this) { |
| 562 try { |
| 563 return __dom_wrap(_this.$dom.numberOfOutputs); |
| 564 } catch (e) { |
| 565 throw __dom_wrap_exception(e); |
| 566 } |
| 567 } |
| 568 |
| 569 function native__AudioNodeWrappingImplementation__connect(_this, destination) { |
| 570 try { |
| 571 return __dom_wrap(_this.$dom.connect(__dom_unwrap(destination))); |
| 572 } catch (e) { |
| 573 throw __dom_wrap_exception(e); |
| 574 } |
| 575 } |
| 576 |
| 577 function native__AudioNodeWrappingImplementation__connect_2(_this, destination,
output) { |
| 578 try { |
| 579 return __dom_wrap(_this.$dom.connect(__dom_unwrap(destination), __dom_unwrap
(output))); |
| 580 } catch (e) { |
| 581 throw __dom_wrap_exception(e); |
| 582 } |
| 583 } |
| 584 |
| 585 function native__AudioNodeWrappingImplementation__connect_3(_this, destination,
output, input) { |
| 586 try { |
| 587 return __dom_wrap(_this.$dom.connect(__dom_unwrap(destination), __dom_unwrap
(output), __dom_unwrap(input))); |
| 588 } catch (e) { |
| 589 throw __dom_wrap_exception(e); |
| 590 } |
| 591 } |
| 592 |
| 593 function native__AudioNodeWrappingImplementation__disconnect(_this) { |
| 594 try { |
| 595 return __dom_wrap(_this.$dom.disconnect()); |
| 596 } catch (e) { |
| 597 throw __dom_wrap_exception(e); |
| 598 } |
| 599 } |
| 600 |
| 601 function native__AudioNodeWrappingImplementation__disconnect_2(_this, output) { |
| 602 try { |
| 603 return __dom_wrap(_this.$dom.disconnect(__dom_unwrap(output))); |
| 604 } catch (e) { |
| 605 throw __dom_wrap_exception(e); |
| 606 } |
| 607 } |
| 608 |
| 609 function native__AudioPannerNodeWrappingImplementation__get_coneGain(_this) { |
| 610 try { |
| 611 return __dom_wrap(_this.$dom.coneGain); |
| 612 } catch (e) { |
| 613 throw __dom_wrap_exception(e); |
| 614 } |
| 615 } |
| 616 |
| 617 function native__AudioPannerNodeWrappingImplementation__get_coneInnerAngle(_this
) { |
| 618 try { |
| 619 return __dom_wrap(_this.$dom.coneInnerAngle); |
| 620 } catch (e) { |
| 621 throw __dom_wrap_exception(e); |
| 622 } |
| 623 } |
| 624 |
| 625 function native__AudioPannerNodeWrappingImplementation__set_coneInnerAngle(_this
, value) { |
| 626 try { |
| 627 _this.$dom.coneInnerAngle = __dom_unwrap(value); |
| 628 } catch (e) { |
| 629 throw __dom_wrap_exception(e); |
| 630 } |
| 631 } |
| 632 |
| 633 function native__AudioPannerNodeWrappingImplementation__get_coneOuterAngle(_this
) { |
| 634 try { |
| 635 return __dom_wrap(_this.$dom.coneOuterAngle); |
| 636 } catch (e) { |
| 637 throw __dom_wrap_exception(e); |
| 638 } |
| 639 } |
| 640 |
| 641 function native__AudioPannerNodeWrappingImplementation__set_coneOuterAngle(_this
, value) { |
| 642 try { |
| 643 _this.$dom.coneOuterAngle = __dom_unwrap(value); |
| 644 } catch (e) { |
| 645 throw __dom_wrap_exception(e); |
| 646 } |
| 647 } |
| 648 |
| 649 function native__AudioPannerNodeWrappingImplementation__get_coneOuterGain(_this)
{ |
| 650 try { |
| 651 return __dom_wrap(_this.$dom.coneOuterGain); |
| 652 } catch (e) { |
| 653 throw __dom_wrap_exception(e); |
| 654 } |
| 655 } |
| 656 |
| 657 function native__AudioPannerNodeWrappingImplementation__set_coneOuterGain(_this,
value) { |
| 658 try { |
| 659 _this.$dom.coneOuterGain = __dom_unwrap(value); |
| 660 } catch (e) { |
| 661 throw __dom_wrap_exception(e); |
| 662 } |
| 663 } |
| 664 |
| 665 function native__AudioPannerNodeWrappingImplementation__get_distanceGain(_this)
{ |
| 666 try { |
| 667 return __dom_wrap(_this.$dom.distanceGain); |
| 668 } catch (e) { |
| 669 throw __dom_wrap_exception(e); |
| 670 } |
| 671 } |
| 672 |
| 673 function native__AudioPannerNodeWrappingImplementation__get_distanceModel(_this)
{ |
| 674 try { |
| 675 return __dom_wrap(_this.$dom.distanceModel); |
| 676 } catch (e) { |
| 677 throw __dom_wrap_exception(e); |
| 678 } |
| 679 } |
| 680 |
| 681 function native__AudioPannerNodeWrappingImplementation__set_distanceModel(_this,
value) { |
| 682 try { |
| 683 _this.$dom.distanceModel = __dom_unwrap(value); |
| 684 } catch (e) { |
| 685 throw __dom_wrap_exception(e); |
| 686 } |
| 687 } |
| 688 |
| 689 function native__AudioPannerNodeWrappingImplementation__get_maxDistance(_this) { |
| 690 try { |
| 691 return __dom_wrap(_this.$dom.maxDistance); |
| 692 } catch (e) { |
| 693 throw __dom_wrap_exception(e); |
| 694 } |
| 695 } |
| 696 |
| 697 function native__AudioPannerNodeWrappingImplementation__set_maxDistance(_this, v
alue) { |
| 698 try { |
| 699 _this.$dom.maxDistance = __dom_unwrap(value); |
| 700 } catch (e) { |
| 701 throw __dom_wrap_exception(e); |
| 702 } |
| 703 } |
| 704 |
| 705 function native__AudioPannerNodeWrappingImplementation__get_panningModel(_this)
{ |
| 706 try { |
| 707 return __dom_wrap(_this.$dom.panningModel); |
| 708 } catch (e) { |
| 709 throw __dom_wrap_exception(e); |
| 710 } |
| 711 } |
| 712 |
| 713 function native__AudioPannerNodeWrappingImplementation__set_panningModel(_this,
value) { |
| 714 try { |
| 715 _this.$dom.panningModel = __dom_unwrap(value); |
| 716 } catch (e) { |
| 717 throw __dom_wrap_exception(e); |
| 718 } |
| 719 } |
| 720 |
| 721 function native__AudioPannerNodeWrappingImplementation__get_refDistance(_this) { |
| 722 try { |
| 723 return __dom_wrap(_this.$dom.refDistance); |
| 724 } catch (e) { |
| 725 throw __dom_wrap_exception(e); |
| 726 } |
| 727 } |
| 728 |
| 729 function native__AudioPannerNodeWrappingImplementation__set_refDistance(_this, v
alue) { |
| 730 try { |
| 731 _this.$dom.refDistance = __dom_unwrap(value); |
| 732 } catch (e) { |
| 733 throw __dom_wrap_exception(e); |
| 734 } |
| 735 } |
| 736 |
| 737 function native__AudioPannerNodeWrappingImplementation__get_rolloffFactor(_this)
{ |
| 738 try { |
| 739 return __dom_wrap(_this.$dom.rolloffFactor); |
| 740 } catch (e) { |
| 741 throw __dom_wrap_exception(e); |
| 742 } |
| 743 } |
| 744 |
| 745 function native__AudioPannerNodeWrappingImplementation__set_rolloffFactor(_this,
value) { |
| 746 try { |
| 747 _this.$dom.rolloffFactor = __dom_unwrap(value); |
| 748 } catch (e) { |
| 749 throw __dom_wrap_exception(e); |
| 750 } |
| 751 } |
| 752 |
| 753 function native__AudioPannerNodeWrappingImplementation__setOrientation(_this, x,
y, z) { |
| 754 try { |
| 755 return __dom_wrap(_this.$dom.setOrientation(__dom_unwrap(x), __dom_unwrap(y)
, __dom_unwrap(z))); |
| 756 } catch (e) { |
| 757 throw __dom_wrap_exception(e); |
| 758 } |
| 759 } |
| 760 |
| 761 function native__AudioPannerNodeWrappingImplementation__setPosition(_this, x, y,
z) { |
| 762 try { |
| 763 return __dom_wrap(_this.$dom.setPosition(__dom_unwrap(x), __dom_unwrap(y), _
_dom_unwrap(z))); |
| 764 } catch (e) { |
| 765 throw __dom_wrap_exception(e); |
| 766 } |
| 767 } |
| 768 |
| 769 function native__AudioPannerNodeWrappingImplementation__setVelocity(_this, x, y,
z) { |
| 770 try { |
| 771 return __dom_wrap(_this.$dom.setVelocity(__dom_unwrap(x), __dom_unwrap(y), _
_dom_unwrap(z))); |
| 772 } catch (e) { |
| 773 throw __dom_wrap_exception(e); |
| 774 } |
| 775 } |
| 776 |
| 777 function native__AudioParamWrappingImplementation__get_defaultValue(_this) { |
| 778 try { |
| 779 return __dom_wrap(_this.$dom.defaultValue); |
| 780 } catch (e) { |
| 781 throw __dom_wrap_exception(e); |
| 782 } |
| 783 } |
| 784 |
| 785 function native__AudioParamWrappingImplementation__get_maxValue(_this) { |
| 786 try { |
| 787 return __dom_wrap(_this.$dom.maxValue); |
| 788 } catch (e) { |
| 789 throw __dom_wrap_exception(e); |
| 790 } |
| 791 } |
| 792 |
| 793 function native__AudioParamWrappingImplementation__get_minValue(_this) { |
| 794 try { |
| 795 return __dom_wrap(_this.$dom.minValue); |
| 796 } catch (e) { |
| 797 throw __dom_wrap_exception(e); |
| 798 } |
| 799 } |
| 800 |
| 801 function native__AudioParamWrappingImplementation__get_name(_this) { |
| 802 try { |
| 803 return __dom_wrap(_this.$dom.name); |
| 804 } catch (e) { |
| 805 throw __dom_wrap_exception(e); |
| 806 } |
| 807 } |
| 808 |
| 809 function native__AudioParamWrappingImplementation__get_units(_this) { |
| 810 try { |
| 811 return __dom_wrap(_this.$dom.units); |
| 812 } catch (e) { |
| 813 throw __dom_wrap_exception(e); |
| 814 } |
| 815 } |
| 816 |
| 817 function native__AudioParamWrappingImplementation__get_value(_this) { |
| 818 try { |
| 819 return __dom_wrap(_this.$dom.value); |
| 820 } catch (e) { |
| 821 throw __dom_wrap_exception(e); |
| 822 } |
| 823 } |
| 824 |
| 825 function native__AudioParamWrappingImplementation__set_value(_this, value) { |
| 826 try { |
| 827 _this.$dom.value = __dom_unwrap(value); |
| 828 } catch (e) { |
| 829 throw __dom_wrap_exception(e); |
| 830 } |
| 831 } |
| 832 |
| 833 function native__AudioParamWrappingImplementation__cancelScheduledValues(_this,
startTime) { |
| 834 try { |
| 835 return __dom_wrap(_this.$dom.cancelScheduledValues(__dom_unwrap(startTime)))
; |
| 836 } catch (e) { |
| 837 throw __dom_wrap_exception(e); |
| 838 } |
| 839 } |
| 840 |
| 841 function native__AudioParamWrappingImplementation__exponentialRampToValueAtTime(
_this, value, time) { |
| 842 try { |
| 843 return __dom_wrap(_this.$dom.exponentialRampToValueAtTime(__dom_unwrap(value
), __dom_unwrap(time))); |
| 844 } catch (e) { |
| 845 throw __dom_wrap_exception(e); |
| 846 } |
| 847 } |
| 848 |
| 849 function native__AudioParamWrappingImplementation__linearRampToValueAtTime(_this
, value, time) { |
| 850 try { |
| 851 return __dom_wrap(_this.$dom.linearRampToValueAtTime(__dom_unwrap(value), __
dom_unwrap(time))); |
| 852 } catch (e) { |
| 853 throw __dom_wrap_exception(e); |
| 854 } |
| 855 } |
| 856 |
| 857 function native__AudioParamWrappingImplementation__setTargetValueAtTime(_this, t
argetValue, time, timeConstant) { |
| 858 try { |
| 859 return __dom_wrap(_this.$dom.setTargetValueAtTime(__dom_unwrap(targetValue),
__dom_unwrap(time), __dom_unwrap(timeConstant))); |
| 860 } catch (e) { |
| 861 throw __dom_wrap_exception(e); |
| 862 } |
| 863 } |
| 864 |
| 865 function native__AudioParamWrappingImplementation__setValueAtTime(_this, value,
time) { |
| 866 try { |
| 867 return __dom_wrap(_this.$dom.setValueAtTime(__dom_unwrap(value), __dom_unwra
p(time))); |
| 868 } catch (e) { |
| 869 throw __dom_wrap_exception(e); |
| 870 } |
| 871 } |
| 872 |
| 873 function native__AudioParamWrappingImplementation__setValueCurveAtTime(_this, va
lues, time, duration) { |
| 874 try { |
| 875 return __dom_wrap(_this.$dom.setValueCurveAtTime(__dom_unwrap(values), __dom
_unwrap(time), __dom_unwrap(duration))); |
| 876 } catch (e) { |
| 877 throw __dom_wrap_exception(e); |
| 878 } |
| 879 } |
| 880 |
| 881 function native__AudioProcessingEventWrappingImplementation__get_inputBuffer(_th
is) { |
| 882 try { |
| 883 return __dom_wrap(_this.$dom.inputBuffer); |
| 884 } catch (e) { |
| 885 throw __dom_wrap_exception(e); |
| 886 } |
| 887 } |
| 888 |
| 889 function native__AudioProcessingEventWrappingImplementation__get_outputBuffer(_t
his) { |
| 890 try { |
| 891 return __dom_wrap(_this.$dom.outputBuffer); |
| 892 } catch (e) { |
| 893 throw __dom_wrap_exception(e); |
| 894 } |
| 895 } |
| 896 |
| 145 function native__BarInfoWrappingImplementation__get_visible(_this) { | 897 function native__BarInfoWrappingImplementation__get_visible(_this) { |
| 146 try { | 898 try { |
| 147 return __dom_wrap(_this.$dom.visible); | 899 return __dom_wrap(_this.$dom.visible); |
| 148 } catch (e) { | 900 } catch (e) { |
| 149 throw __dom_wrap_exception(e); | 901 throw __dom_wrap_exception(e); |
| 150 } | 902 } |
| 151 } | 903 } |
| 152 | 904 |
| 153 function native__BeforeLoadEventWrappingImplementation__get_url(_this) { | 905 function native__BeforeLoadEventWrappingImplementation__get_url(_this) { |
| 154 try { | 906 try { |
| 155 return __dom_wrap(_this.$dom.url); | 907 return __dom_wrap(_this.$dom.url); |
| 156 } catch (e) { | 908 } catch (e) { |
| 157 throw __dom_wrap_exception(e); | 909 throw __dom_wrap_exception(e); |
| 158 } | 910 } |
| 159 } | 911 } |
| 160 | 912 |
| 161 function native__BeforeLoadEventWrappingImplementation__initBeforeLoadEvent(_thi
s, type, canBubble, cancelable, url) { | 913 function native__BeforeLoadEventWrappingImplementation__initBeforeLoadEvent(_thi
s, type, canBubble, cancelable, url) { |
| 162 try { | 914 try { |
| 163 return __dom_wrap(_this.$dom.initBeforeLoadEvent(__dom_unwrap(type), __dom_u
nwrap(canBubble), __dom_unwrap(cancelable), __dom_unwrap(url))); | 915 return __dom_wrap(_this.$dom.initBeforeLoadEvent(__dom_unwrap(type), __dom_u
nwrap(canBubble), __dom_unwrap(cancelable), __dom_unwrap(url))); |
| 164 } catch (e) { | 916 } catch (e) { |
| 165 throw __dom_wrap_exception(e); | 917 throw __dom_wrap_exception(e); |
| 166 } | 918 } |
| 167 } | 919 } |
| 168 | 920 |
| 921 function native__BiquadFilterNodeWrappingImplementation__get_Q(_this) { |
| 922 try { |
| 923 return __dom_wrap(_this.$dom.Q); |
| 924 } catch (e) { |
| 925 throw __dom_wrap_exception(e); |
| 926 } |
| 927 } |
| 928 |
| 929 function native__BiquadFilterNodeWrappingImplementation__get_frequency(_this) { |
| 930 try { |
| 931 return __dom_wrap(_this.$dom.frequency); |
| 932 } catch (e) { |
| 933 throw __dom_wrap_exception(e); |
| 934 } |
| 935 } |
| 936 |
| 937 function native__BiquadFilterNodeWrappingImplementation__get_gain(_this) { |
| 938 try { |
| 939 return __dom_wrap(_this.$dom.gain); |
| 940 } catch (e) { |
| 941 throw __dom_wrap_exception(e); |
| 942 } |
| 943 } |
| 944 |
| 945 function native__BiquadFilterNodeWrappingImplementation__get_type(_this) { |
| 946 try { |
| 947 return __dom_wrap(_this.$dom.type); |
| 948 } catch (e) { |
| 949 throw __dom_wrap_exception(e); |
| 950 } |
| 951 } |
| 952 |
| 953 function native__BiquadFilterNodeWrappingImplementation__set_type(_this, value)
{ |
| 954 try { |
| 955 _this.$dom.type = __dom_unwrap(value); |
| 956 } catch (e) { |
| 957 throw __dom_wrap_exception(e); |
| 958 } |
| 959 } |
| 960 |
| 169 function native__BlobWrappingImplementation__get_size(_this) { | 961 function native__BlobWrappingImplementation__get_size(_this) { |
| 170 try { | 962 try { |
| 171 return __dom_wrap(_this.$dom.size); | 963 return __dom_wrap(_this.$dom.size); |
| 172 } catch (e) { | 964 } catch (e) { |
| 173 throw __dom_wrap_exception(e); | 965 throw __dom_wrap_exception(e); |
| 174 } | 966 } |
| 175 } | 967 } |
| 176 | 968 |
| 177 function native__BlobWrappingImplementation__get_type(_this) { | 969 function native__BlobWrappingImplementation__get_type(_this) { |
| 178 try { | 970 try { |
| (...skipping 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1991 } | 2783 } |
| 1992 | 2784 |
| 1993 function native__ConsoleWrappingImplementation__warn(_this, arg) { | 2785 function native__ConsoleWrappingImplementation__warn(_this, arg) { |
| 1994 try { | 2786 try { |
| 1995 return __dom_wrap(_this.$dom.warn(__dom_unwrap(arg))); | 2787 return __dom_wrap(_this.$dom.warn(__dom_unwrap(arg))); |
| 1996 } catch (e) { | 2788 } catch (e) { |
| 1997 throw __dom_wrap_exception(e); | 2789 throw __dom_wrap_exception(e); |
| 1998 } | 2790 } |
| 1999 } | 2791 } |
| 2000 | 2792 |
| 2793 function native__ConvolverNodeWrappingImplementation__get_buffer(_this) { |
| 2794 try { |
| 2795 return __dom_wrap(_this.$dom.buffer); |
| 2796 } catch (e) { |
| 2797 throw __dom_wrap_exception(e); |
| 2798 } |
| 2799 } |
| 2800 |
| 2801 function native__ConvolverNodeWrappingImplementation__set_buffer(_this, value) { |
| 2802 try { |
| 2803 _this.$dom.buffer = __dom_unwrap(value); |
| 2804 } catch (e) { |
| 2805 throw __dom_wrap_exception(e); |
| 2806 } |
| 2807 } |
| 2808 |
| 2001 function native__CoordinatesWrappingImplementation__get_accuracy(_this) { | 2809 function native__CoordinatesWrappingImplementation__get_accuracy(_this) { |
| 2002 try { | 2810 try { |
| 2003 return __dom_wrap(_this.$dom.accuracy); | 2811 return __dom_wrap(_this.$dom.accuracy); |
| 2004 } catch (e) { | 2812 } catch (e) { |
| 2005 throw __dom_wrap_exception(e); | 2813 throw __dom_wrap_exception(e); |
| 2006 } | 2814 } |
| 2007 } | 2815 } |
| 2008 | 2816 |
| 2009 function native__CoordinatesWrappingImplementation__get_altitude(_this) { | 2817 function native__CoordinatesWrappingImplementation__get_altitude(_this) { |
| 2010 try { | 2818 try { |
| (...skipping 2188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4199 } | 5007 } |
| 4200 | 5008 |
| 4201 function native__DedicatedWorkerContextWrappingImplementation__webkitPostMessage
_2(_this, message, transferList) { | 5009 function native__DedicatedWorkerContextWrappingImplementation__webkitPostMessage
_2(_this, message, transferList) { |
| 4202 try { | 5010 try { |
| 4203 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_
unwrap(transferList))); | 5011 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_
unwrap(transferList))); |
| 4204 } catch (e) { | 5012 } catch (e) { |
| 4205 throw __dom_wrap_exception(e); | 5013 throw __dom_wrap_exception(e); |
| 4206 } | 5014 } |
| 4207 } | 5015 } |
| 4208 | 5016 |
| 5017 function native__DelayNodeWrappingImplementation__get_delayTime(_this) { |
| 5018 try { |
| 5019 return __dom_wrap(_this.$dom.delayTime); |
| 5020 } catch (e) { |
| 5021 throw __dom_wrap_exception(e); |
| 5022 } |
| 5023 } |
| 5024 |
| 4209 function native__DeviceMotionEventWrappingImplementation__get_interval(_this) { | 5025 function native__DeviceMotionEventWrappingImplementation__get_interval(_this) { |
| 4210 try { | 5026 try { |
| 4211 return __dom_wrap(_this.$dom.interval); | 5027 return __dom_wrap(_this.$dom.interval); |
| 4212 } catch (e) { | 5028 } catch (e) { |
| 4213 throw __dom_wrap_exception(e); | 5029 throw __dom_wrap_exception(e); |
| 4214 } | 5030 } |
| 4215 } | 5031 } |
| 4216 | 5032 |
| 4217 function native__DeviceOrientationEventWrappingImplementation__get_alpha(_this)
{ | 5033 function native__DeviceOrientationEventWrappingImplementation__get_alpha(_this)
{ |
| 4218 try { | 5034 try { |
| (...skipping 10444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14663 } | 15479 } |
| 14664 | 15480 |
| 14665 function native__HashChangeEventWrappingImplementation__initHashChangeEvent(_thi
s, type, canBubble, cancelable, oldURL, newURL) { | 15481 function native__HashChangeEventWrappingImplementation__initHashChangeEvent(_thi
s, type, canBubble, cancelable, oldURL, newURL) { |
| 14666 try { | 15482 try { |
| 14667 return __dom_wrap(_this.$dom.initHashChangeEvent(__dom_unwrap(type), __dom_u
nwrap(canBubble), __dom_unwrap(cancelable), __dom_unwrap(oldURL), __dom_unwrap(n
ewURL))); | 15483 return __dom_wrap(_this.$dom.initHashChangeEvent(__dom_unwrap(type), __dom_u
nwrap(canBubble), __dom_unwrap(cancelable), __dom_unwrap(oldURL), __dom_unwrap(n
ewURL))); |
| 14668 } catch (e) { | 15484 } catch (e) { |
| 14669 throw __dom_wrap_exception(e); | 15485 throw __dom_wrap_exception(e); |
| 14670 } | 15486 } |
| 14671 } | 15487 } |
| 14672 | 15488 |
| 15489 function native__HighPass2FilterNodeWrappingImplementation__get_cutoff(_this) { |
| 15490 try { |
| 15491 return __dom_wrap(_this.$dom.cutoff); |
| 15492 } catch (e) { |
| 15493 throw __dom_wrap_exception(e); |
| 15494 } |
| 15495 } |
| 15496 |
| 15497 function native__HighPass2FilterNodeWrappingImplementation__get_resonance(_this)
{ |
| 15498 try { |
| 15499 return __dom_wrap(_this.$dom.resonance); |
| 15500 } catch (e) { |
| 15501 throw __dom_wrap_exception(e); |
| 15502 } |
| 15503 } |
| 15504 |
| 14673 function native__HistoryWrappingImplementation__get_length(_this) { | 15505 function native__HistoryWrappingImplementation__get_length(_this) { |
| 14674 try { | 15506 try { |
| 14675 return __dom_wrap(_this.$dom.length); | 15507 return __dom_wrap(_this.$dom.length); |
| 14676 } catch (e) { | 15508 } catch (e) { |
| 14677 throw __dom_wrap_exception(e); | 15509 throw __dom_wrap_exception(e); |
| 14678 } | 15510 } |
| 14679 } | 15511 } |
| 14680 | 15512 |
| 14681 function native__HistoryWrappingImplementation__back(_this) { | 15513 function native__HistoryWrappingImplementation__back(_this) { |
| 14682 try { | 15514 try { |
| (...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15823 } | 16655 } |
| 15824 | 16656 |
| 15825 function native__Int8ArrayWrappingImplementation__subarray_2(_this, start, end)
{ | 16657 function native__Int8ArrayWrappingImplementation__subarray_2(_this, start, end)
{ |
| 15826 try { | 16658 try { |
| 15827 return __dom_wrap(_this.$dom.subarray(__dom_unwrap(start), __dom_unwrap(end)
)); | 16659 return __dom_wrap(_this.$dom.subarray(__dom_unwrap(start), __dom_unwrap(end)
)); |
| 15828 } catch (e) { | 16660 } catch (e) { |
| 15829 throw __dom_wrap_exception(e); | 16661 throw __dom_wrap_exception(e); |
| 15830 } | 16662 } |
| 15831 } | 16663 } |
| 15832 | 16664 |
| 16665 function native__JavaScriptAudioNodeWrappingImplementation__get_bufferSize(_this
) { |
| 16666 try { |
| 16667 return __dom_wrap(_this.$dom.bufferSize); |
| 16668 } catch (e) { |
| 16669 throw __dom_wrap_exception(e); |
| 16670 } |
| 16671 } |
| 16672 |
| 15833 function native__JavaScriptCallFrameWrappingImplementation__get_caller(_this) { | 16673 function native__JavaScriptCallFrameWrappingImplementation__get_caller(_this) { |
| 15834 try { | 16674 try { |
| 15835 return __dom_wrap(_this.$dom.caller); | 16675 return __dom_wrap(_this.$dom.caller); |
| 15836 } catch (e) { | 16676 } catch (e) { |
| 15837 throw __dom_wrap_exception(e); | 16677 throw __dom_wrap_exception(e); |
| 15838 } | 16678 } |
| 15839 } | 16679 } |
| 15840 | 16680 |
| 15841 function native__JavaScriptCallFrameWrappingImplementation__get_column(_this) { | 16681 function native__JavaScriptCallFrameWrappingImplementation__get_column(_this) { |
| 15842 try { | 16682 try { |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16135 } | 16975 } |
| 16136 | 16976 |
| 16137 function native__LocationWrappingImplementation__toString(_this) { | 16977 function native__LocationWrappingImplementation__toString(_this) { |
| 16138 try { | 16978 try { |
| 16139 return __dom_wrap(_this.$dom.toStringFunction()); | 16979 return __dom_wrap(_this.$dom.toStringFunction()); |
| 16140 } catch (e) { | 16980 } catch (e) { |
| 16141 throw __dom_wrap_exception(e); | 16981 throw __dom_wrap_exception(e); |
| 16142 } | 16982 } |
| 16143 } | 16983 } |
| 16144 | 16984 |
| 16985 function native__LowPass2FilterNodeWrappingImplementation__get_cutoff(_this) { |
| 16986 try { |
| 16987 return __dom_wrap(_this.$dom.cutoff); |
| 16988 } catch (e) { |
| 16989 throw __dom_wrap_exception(e); |
| 16990 } |
| 16991 } |
| 16992 |
| 16993 function native__LowPass2FilterNodeWrappingImplementation__get_resonance(_this)
{ |
| 16994 try { |
| 16995 return __dom_wrap(_this.$dom.resonance); |
| 16996 } catch (e) { |
| 16997 throw __dom_wrap_exception(e); |
| 16998 } |
| 16999 } |
| 17000 |
| 17001 function native__MediaElementAudioSourceNodeWrappingImplementation__get_mediaEle
ment(_this) { |
| 17002 try { |
| 17003 return __dom_wrap(_this.$dom.mediaElement); |
| 17004 } catch (e) { |
| 17005 throw __dom_wrap_exception(e); |
| 17006 } |
| 17007 } |
| 17008 |
| 16145 function native__MediaErrorWrappingImplementation__get_code(_this) { | 17009 function native__MediaErrorWrappingImplementation__get_code(_this) { |
| 16146 try { | 17010 try { |
| 16147 return __dom_wrap(_this.$dom.code); | 17011 return __dom_wrap(_this.$dom.code); |
| 16148 } catch (e) { | 17012 } catch (e) { |
| 16149 throw __dom_wrap_exception(e); | 17013 throw __dom_wrap_exception(e); |
| 16150 } | 17014 } |
| 16151 } | 17015 } |
| 16152 | 17016 |
| 16153 function native__MediaListWrappingImplementation__get_length(_this) { | 17017 function native__MediaListWrappingImplementation__get_length(_this) { |
| 16154 try { | 17018 try { |
| (...skipping 1356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 17511 } | 18375 } |
| 17512 | 18376 |
| 17513 function native__OESVertexArrayObjectWrappingImplementation__isVertexArrayOES(_t
his, arrayObject) { | 18377 function native__OESVertexArrayObjectWrappingImplementation__isVertexArrayOES(_t
his, arrayObject) { |
| 17514 try { | 18378 try { |
| 17515 return __dom_wrap(_this.$dom.isVertexArrayOES(__dom_unwrap(arrayObject))); | 18379 return __dom_wrap(_this.$dom.isVertexArrayOES(__dom_unwrap(arrayObject))); |
| 17516 } catch (e) { | 18380 } catch (e) { |
| 17517 throw __dom_wrap_exception(e); | 18381 throw __dom_wrap_exception(e); |
| 17518 } | 18382 } |
| 17519 } | 18383 } |
| 17520 | 18384 |
| 18385 function native__OfflineAudioCompletionEventWrappingImplementation__get_rendered
Buffer(_this) { |
| 18386 try { |
| 18387 return __dom_wrap(_this.$dom.renderedBuffer); |
| 18388 } catch (e) { |
| 18389 throw __dom_wrap_exception(e); |
| 18390 } |
| 18391 } |
| 18392 |
| 17521 function native__OperationNotAllowedExceptionWrappingImplementation__get_code(_t
his) { | 18393 function native__OperationNotAllowedExceptionWrappingImplementation__get_code(_t
his) { |
| 17522 try { | 18394 try { |
| 17523 return __dom_wrap(_this.$dom.code); | 18395 return __dom_wrap(_this.$dom.code); |
| 17524 } catch (e) { | 18396 } catch (e) { |
| 17525 throw __dom_wrap_exception(e); | 18397 throw __dom_wrap_exception(e); |
| 17526 } | 18398 } |
| 17527 } | 18399 } |
| 17528 | 18400 |
| 17529 function native__OperationNotAllowedExceptionWrappingImplementation__get_message
(_this) { | 18401 function native__OperationNotAllowedExceptionWrappingImplementation__get_message
(_this) { |
| 17530 try { | 18402 try { |
| (...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18215 } | 19087 } |
| 18216 | 19088 |
| 18217 function native__RangeExceptionWrappingImplementation__toString(_this) { | 19089 function native__RangeExceptionWrappingImplementation__toString(_this) { |
| 18218 try { | 19090 try { |
| 18219 return __dom_wrap(_this.$dom.toString()); | 19091 return __dom_wrap(_this.$dom.toString()); |
| 18220 } catch (e) { | 19092 } catch (e) { |
| 18221 throw __dom_wrap_exception(e); | 19093 throw __dom_wrap_exception(e); |
| 18222 } | 19094 } |
| 18223 } | 19095 } |
| 18224 | 19096 |
| 19097 function native__RealtimeAnalyserNodeWrappingImplementation__get_fftSize(_this)
{ |
| 19098 try { |
| 19099 return __dom_wrap(_this.$dom.fftSize); |
| 19100 } catch (e) { |
| 19101 throw __dom_wrap_exception(e); |
| 19102 } |
| 19103 } |
| 19104 |
| 19105 function native__RealtimeAnalyserNodeWrappingImplementation__set_fftSize(_this,
value) { |
| 19106 try { |
| 19107 _this.$dom.fftSize = __dom_unwrap(value); |
| 19108 } catch (e) { |
| 19109 throw __dom_wrap_exception(e); |
| 19110 } |
| 19111 } |
| 19112 |
| 19113 function native__RealtimeAnalyserNodeWrappingImplementation__get_frequencyBinCou
nt(_this) { |
| 19114 try { |
| 19115 return __dom_wrap(_this.$dom.frequencyBinCount); |
| 19116 } catch (e) { |
| 19117 throw __dom_wrap_exception(e); |
| 19118 } |
| 19119 } |
| 19120 |
| 19121 function native__RealtimeAnalyserNodeWrappingImplementation__get_maxDecibels(_th
is) { |
| 19122 try { |
| 19123 return __dom_wrap(_this.$dom.maxDecibels); |
| 19124 } catch (e) { |
| 19125 throw __dom_wrap_exception(e); |
| 19126 } |
| 19127 } |
| 19128 |
| 19129 function native__RealtimeAnalyserNodeWrappingImplementation__set_maxDecibels(_th
is, value) { |
| 19130 try { |
| 19131 _this.$dom.maxDecibels = __dom_unwrap(value); |
| 19132 } catch (e) { |
| 19133 throw __dom_wrap_exception(e); |
| 19134 } |
| 19135 } |
| 19136 |
| 19137 function native__RealtimeAnalyserNodeWrappingImplementation__get_minDecibels(_th
is) { |
| 19138 try { |
| 19139 return __dom_wrap(_this.$dom.minDecibels); |
| 19140 } catch (e) { |
| 19141 throw __dom_wrap_exception(e); |
| 19142 } |
| 19143 } |
| 19144 |
| 19145 function native__RealtimeAnalyserNodeWrappingImplementation__set_minDecibels(_th
is, value) { |
| 19146 try { |
| 19147 _this.$dom.minDecibels = __dom_unwrap(value); |
| 19148 } catch (e) { |
| 19149 throw __dom_wrap_exception(e); |
| 19150 } |
| 19151 } |
| 19152 |
| 19153 function native__RealtimeAnalyserNodeWrappingImplementation__get_smoothingTimeCo
nstant(_this) { |
| 19154 try { |
| 19155 return __dom_wrap(_this.$dom.smoothingTimeConstant); |
| 19156 } catch (e) { |
| 19157 throw __dom_wrap_exception(e); |
| 19158 } |
| 19159 } |
| 19160 |
| 19161 function native__RealtimeAnalyserNodeWrappingImplementation__set_smoothingTimeCo
nstant(_this, value) { |
| 19162 try { |
| 19163 _this.$dom.smoothingTimeConstant = __dom_unwrap(value); |
| 19164 } catch (e) { |
| 19165 throw __dom_wrap_exception(e); |
| 19166 } |
| 19167 } |
| 19168 |
| 19169 function native__RealtimeAnalyserNodeWrappingImplementation__getByteFrequencyDat
a(_this, array) { |
| 19170 try { |
| 19171 return __dom_wrap(_this.$dom.getByteFrequencyData(__dom_unwrap(array))); |
| 19172 } catch (e) { |
| 19173 throw __dom_wrap_exception(e); |
| 19174 } |
| 19175 } |
| 19176 |
| 19177 function native__RealtimeAnalyserNodeWrappingImplementation__getByteTimeDomainDa
ta(_this, array) { |
| 19178 try { |
| 19179 return __dom_wrap(_this.$dom.getByteTimeDomainData(__dom_unwrap(array))); |
| 19180 } catch (e) { |
| 19181 throw __dom_wrap_exception(e); |
| 19182 } |
| 19183 } |
| 19184 |
| 19185 function native__RealtimeAnalyserNodeWrappingImplementation__getFloatFrequencyDa
ta(_this, array) { |
| 19186 try { |
| 19187 return __dom_wrap(_this.$dom.getFloatFrequencyData(__dom_unwrap(array))); |
| 19188 } catch (e) { |
| 19189 throw __dom_wrap_exception(e); |
| 19190 } |
| 19191 } |
| 19192 |
| 18225 function native__RectWrappingImplementation__get_bottom(_this) { | 19193 function native__RectWrappingImplementation__get_bottom(_this) { |
| 18226 try { | 19194 try { |
| 18227 return __dom_wrap(_this.$dom.bottom); | 19195 return __dom_wrap(_this.$dom.bottom); |
| 18228 } catch (e) { | 19196 } catch (e) { |
| 18229 throw __dom_wrap_exception(e); | 19197 throw __dom_wrap_exception(e); |
| 18230 } | 19198 } |
| 18231 } | 19199 } |
| 18232 | 19200 |
| 18233 function native__RectWrappingImplementation__get_left(_this) { | 19201 function native__RectWrappingImplementation__get_left(_this) { |
| 18234 try { | 19202 try { |
| (...skipping 11124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 29359 } | 30327 } |
| 29360 | 30328 |
| 29361 function native__VoidCallbackWrappingImplementation__handleEvent(_this) { | 30329 function native__VoidCallbackWrappingImplementation__handleEvent(_this) { |
| 29362 try { | 30330 try { |
| 29363 return __dom_wrap(_this.$dom.handleEvent()); | 30331 return __dom_wrap(_this.$dom.handleEvent()); |
| 29364 } catch (e) { | 30332 } catch (e) { |
| 29365 throw __dom_wrap_exception(e); | 30333 throw __dom_wrap_exception(e); |
| 29366 } | 30334 } |
| 29367 } | 30335 } |
| 29368 | 30336 |
| 30337 function native__WaveShaperNodeWrappingImplementation__get_curve(_this) { |
| 30338 try { |
| 30339 return __dom_wrap(_this.$dom.curve); |
| 30340 } catch (e) { |
| 30341 throw __dom_wrap_exception(e); |
| 30342 } |
| 30343 } |
| 30344 |
| 30345 function native__WaveShaperNodeWrappingImplementation__set_curve(_this, value) { |
| 30346 try { |
| 30347 _this.$dom.curve = __dom_unwrap(value); |
| 30348 } catch (e) { |
| 30349 throw __dom_wrap_exception(e); |
| 30350 } |
| 30351 } |
| 30352 |
| 29369 function native__WebGLActiveInfoWrappingImplementation__get_name(_this) { | 30353 function native__WebGLActiveInfoWrappingImplementation__get_name(_this) { |
| 29370 try { | 30354 try { |
| 29371 return __dom_wrap(_this.$dom.name); | 30355 return __dom_wrap(_this.$dom.name); |
| 29372 } catch (e) { | 30356 } catch (e) { |
| 29373 throw __dom_wrap_exception(e); | 30357 throw __dom_wrap_exception(e); |
| 29374 } | 30358 } |
| 29375 } | 30359 } |
| 29376 | 30360 |
| 29377 function native__WebGLActiveInfoWrappingImplementation__get_size(_this) { | 30361 function native__WebGLActiveInfoWrappingImplementation__get_size(_this) { |
| 29378 try { | 30362 try { |
| (...skipping 3277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 32656 throw __dom_wrap_exception(e); | 33640 throw __dom_wrap_exception(e); |
| 32657 } | 33641 } |
| 32658 } | 33642 } |
| 32659 | 33643 |
| 32660 | 33644 |
| 32661 var __dom_type_map = { | 33645 var __dom_type_map = { |
| 32662 "AbstractWorker": native__AbstractWorkerWrappingImplementation_create__Abstrac
tWorkerWrappingImplementation, | 33646 "AbstractWorker": native__AbstractWorkerWrappingImplementation_create__Abstrac
tWorkerWrappingImplementation, |
| 32663 "ArrayBuffer": native__ArrayBufferWrappingImplementation_create__ArrayBufferWr
appingImplementation, | 33647 "ArrayBuffer": native__ArrayBufferWrappingImplementation_create__ArrayBufferWr
appingImplementation, |
| 32664 "ArrayBufferView": native__ArrayBufferViewWrappingImplementation_create__Array
BufferViewWrappingImplementation, | 33648 "ArrayBufferView": native__ArrayBufferViewWrappingImplementation_create__Array
BufferViewWrappingImplementation, |
| 32665 "Attr": native__AttrWrappingImplementation_create__AttrWrappingImplementation, | 33649 "Attr": native__AttrWrappingImplementation_create__AttrWrappingImplementation, |
| 33650 "AudioBuffer": native__AudioBufferWrappingImplementation_create__AudioBufferWr
appingImplementation, |
| 33651 "AudioBufferCallback": native__AudioBufferCallbackWrappingImplementation_creat
e__AudioBufferCallbackWrappingImplementation, |
| 33652 "AudioBufferSourceNode": native__AudioBufferSourceNodeWrappingImplementation_c
reate__AudioBufferSourceNodeWrappingImplementation, |
| 33653 "AudioChannelMerger": native__AudioChannelMergerWrappingImplementation_create_
_AudioChannelMergerWrappingImplementation, |
| 33654 "AudioChannelSplitter": native__AudioChannelSplitterWrappingImplementation_cre
ate__AudioChannelSplitterWrappingImplementation, |
| 33655 "AudioContext": native__AudioContextWrappingImplementation_create__AudioContex
tWrappingImplementation, |
| 33656 "AudioDestinationNode": native__AudioDestinationNodeWrappingImplementation_cre
ate__AudioDestinationNodeWrappingImplementation, |
| 33657 "AudioGain": native__AudioGainWrappingImplementation_create__AudioGainWrapping
Implementation, |
| 33658 "AudioGainNode": native__AudioGainNodeWrappingImplementation_create__AudioGain
NodeWrappingImplementation, |
| 33659 "AudioListener": native__AudioListenerWrappingImplementation_create__AudioList
enerWrappingImplementation, |
| 33660 "AudioNode": native__AudioNodeWrappingImplementation_create__AudioNodeWrapping
Implementation, |
| 33661 "AudioPannerNode": native__AudioPannerNodeWrappingImplementation_create__Audio
PannerNodeWrappingImplementation, |
| 33662 "AudioParam": native__AudioParamWrappingImplementation_create__AudioParamWrapp
ingImplementation, |
| 33663 "AudioProcessingEvent": native__AudioProcessingEventWrappingImplementation_cre
ate__AudioProcessingEventWrappingImplementation, |
| 33664 "AudioSourceNode": native__AudioSourceNodeWrappingImplementation_create__Audio
SourceNodeWrappingImplementation, |
| 32666 "BarInfo": native__BarInfoWrappingImplementation_create__BarInfoWrappingImplem
entation, | 33665 "BarInfo": native__BarInfoWrappingImplementation_create__BarInfoWrappingImplem
entation, |
| 32667 "BeforeLoadEvent": native__BeforeLoadEventWrappingImplementation_create__Befor
eLoadEventWrappingImplementation, | 33666 "BeforeLoadEvent": native__BeforeLoadEventWrappingImplementation_create__Befor
eLoadEventWrappingImplementation, |
| 33667 "BiquadFilterNode": native__BiquadFilterNodeWrappingImplementation_create__Biq
uadFilterNodeWrappingImplementation, |
| 32668 "Blob": native__BlobWrappingImplementation_create__BlobWrappingImplementation, | 33668 "Blob": native__BlobWrappingImplementation_create__BlobWrappingImplementation, |
| 32669 "CDATASection": native__CDATASectionWrappingImplementation_create__CDATASectio
nWrappingImplementation, | 33669 "CDATASection": native__CDATASectionWrappingImplementation_create__CDATASectio
nWrappingImplementation, |
| 32670 "CSSCharsetRule": native__CSSCharsetRuleWrappingImplementation_create__CSSChar
setRuleWrappingImplementation, | 33670 "CSSCharsetRule": native__CSSCharsetRuleWrappingImplementation_create__CSSChar
setRuleWrappingImplementation, |
| 32671 "CSSFontFaceRule": native__CSSFontFaceRuleWrappingImplementation_create__CSSFo
ntFaceRuleWrappingImplementation, | 33671 "CSSFontFaceRule": native__CSSFontFaceRuleWrappingImplementation_create__CSSFo
ntFaceRuleWrappingImplementation, |
| 32672 "CSSImportRule": native__CSSImportRuleWrappingImplementation_create__CSSImport
RuleWrappingImplementation, | 33672 "CSSImportRule": native__CSSImportRuleWrappingImplementation_create__CSSImport
RuleWrappingImplementation, |
| 32673 "CSSMediaRule": native__CSSMediaRuleWrappingImplementation_create__CSSMediaRul
eWrappingImplementation, | 33673 "CSSMediaRule": native__CSSMediaRuleWrappingImplementation_create__CSSMediaRul
eWrappingImplementation, |
| 32674 "CSSPageRule": native__CSSPageRuleWrappingImplementation_create__CSSPageRuleWr
appingImplementation, | 33674 "CSSPageRule": native__CSSPageRuleWrappingImplementation_create__CSSPageRuleWr
appingImplementation, |
| 32675 "CSSPrimitiveValue": native__CSSPrimitiveValueWrappingImplementation_create__C
SSPrimitiveValueWrappingImplementation, | 33675 "CSSPrimitiveValue": native__CSSPrimitiveValueWrappingImplementation_create__C
SSPrimitiveValueWrappingImplementation, |
| 32676 "CSSRule": native__CSSRuleWrappingImplementation_create__CSSRuleWrappingImplem
entation, | 33676 "CSSRule": native__CSSRuleWrappingImplementation_create__CSSRuleWrappingImplem
entation, |
| 32677 "CSSRuleList": native__CSSRuleListWrappingImplementation_create__CSSRuleListWr
appingImplementation, | 33677 "CSSRuleList": native__CSSRuleListWrappingImplementation_create__CSSRuleListWr
appingImplementation, |
| 32678 "CSSStyleDeclaration": native__CSSStyleDeclarationWrappingImplementation_creat
e__CSSStyleDeclarationWrappingImplementation, | 33678 "CSSStyleDeclaration": native__CSSStyleDeclarationWrappingImplementation_creat
e__CSSStyleDeclarationWrappingImplementation, |
| 32679 "CSSStyleRule": native__CSSStyleRuleWrappingImplementation_create__CSSStyleRul
eWrappingImplementation, | 33679 "CSSStyleRule": native__CSSStyleRuleWrappingImplementation_create__CSSStyleRul
eWrappingImplementation, |
| 32680 "CSSStyleSheet": native__CSSStyleSheetWrappingImplementation_create__CSSStyleS
heetWrappingImplementation, | 33680 "CSSStyleSheet": native__CSSStyleSheetWrappingImplementation_create__CSSStyleS
heetWrappingImplementation, |
| 32681 "CSSUnknownRule": native__CSSUnknownRuleWrappingImplementation_create__CSSUnkn
ownRuleWrappingImplementation, | 33681 "CSSUnknownRule": native__CSSUnknownRuleWrappingImplementation_create__CSSUnkn
ownRuleWrappingImplementation, |
| 32682 "CSSValue": native__CSSValueWrappingImplementation_create__CSSValueWrappingImp
lementation, | 33682 "CSSValue": native__CSSValueWrappingImplementation_create__CSSValueWrappingImp
lementation, |
| 32683 "CSSValueList": native__CSSValueListWrappingImplementation_create__CSSValueLis
tWrappingImplementation, | 33683 "CSSValueList": native__CSSValueListWrappingImplementation_create__CSSValueLis
tWrappingImplementation, |
| 32684 "CanvasGradient": native__CanvasGradientWrappingImplementation_create__CanvasG
radientWrappingImplementation, | 33684 "CanvasGradient": native__CanvasGradientWrappingImplementation_create__CanvasG
radientWrappingImplementation, |
| 32685 "CanvasPattern": native__CanvasPatternWrappingImplementation_create__CanvasPat
ternWrappingImplementation, | 33685 "CanvasPattern": native__CanvasPatternWrappingImplementation_create__CanvasPat
ternWrappingImplementation, |
| 32686 "CanvasPixelArray": native__CanvasPixelArrayWrappingImplementation_create__Can
vasPixelArrayWrappingImplementation, | 33686 "CanvasPixelArray": native__CanvasPixelArrayWrappingImplementation_create__Can
vasPixelArrayWrappingImplementation, |
| 32687 "CanvasRenderingContext": native__CanvasRenderingContextWrappingImplementation
_create__CanvasRenderingContextWrappingImplementation, | 33687 "CanvasRenderingContext": native__CanvasRenderingContextWrappingImplementation
_create__CanvasRenderingContextWrappingImplementation, |
| 32688 "CanvasRenderingContext2D": native__CanvasRenderingContext2DWrappingImplementa
tion_create__CanvasRenderingContext2DWrappingImplementation, | 33688 "CanvasRenderingContext2D": native__CanvasRenderingContext2DWrappingImplementa
tion_create__CanvasRenderingContext2DWrappingImplementation, |
| 32689 "CharacterData": native__CharacterDataWrappingImplementation_create__Character
DataWrappingImplementation, | 33689 "CharacterData": native__CharacterDataWrappingImplementation_create__Character
DataWrappingImplementation, |
| 32690 "ClientRect": native__ClientRectWrappingImplementation_create__ClientRectWrapp
ingImplementation, | 33690 "ClientRect": native__ClientRectWrappingImplementation_create__ClientRectWrapp
ingImplementation, |
| 32691 "ClientRectList": native__ClientRectListWrappingImplementation_create__ClientR
ectListWrappingImplementation, | 33691 "ClientRectList": native__ClientRectListWrappingImplementation_create__ClientR
ectListWrappingImplementation, |
| 32692 "Clipboard": native__ClipboardWrappingImplementation_create__ClipboardWrapping
Implementation, | 33692 "Clipboard": native__ClipboardWrappingImplementation_create__ClipboardWrapping
Implementation, |
| 32693 "CloseEvent": native__CloseEventWrappingImplementation_create__CloseEventWrapp
ingImplementation, | 33693 "CloseEvent": native__CloseEventWrappingImplementation_create__CloseEventWrapp
ingImplementation, |
| 32694 "Comment": native__CommentWrappingImplementation_create__CommentWrappingImplem
entation, | 33694 "Comment": native__CommentWrappingImplementation_create__CommentWrappingImplem
entation, |
| 32695 "CompositionEvent": native__CompositionEventWrappingImplementation_create__Com
positionEventWrappingImplementation, | 33695 "CompositionEvent": native__CompositionEventWrappingImplementation_create__Com
positionEventWrappingImplementation, |
| 32696 "Console": native__ConsoleWrappingImplementation_create__ConsoleWrappingImplem
entation, | 33696 "Console": native__ConsoleWrappingImplementation_create__ConsoleWrappingImplem
entation, |
| 33697 "ConvolverNode": native__ConvolverNodeWrappingImplementation_create__Convolver
NodeWrappingImplementation, |
| 32697 "Coordinates": native__CoordinatesWrappingImplementation_create__CoordinatesWr
appingImplementation, | 33698 "Coordinates": native__CoordinatesWrappingImplementation_create__CoordinatesWr
appingImplementation, |
| 32698 "Counter": native__CounterWrappingImplementation_create__CounterWrappingImplem
entation, | 33699 "Counter": native__CounterWrappingImplementation_create__CounterWrappingImplem
entation, |
| 32699 "Crypto": native__CryptoWrappingImplementation_create__CryptoWrappingImplement
ation, | 33700 "Crypto": native__CryptoWrappingImplementation_create__CryptoWrappingImplement
ation, |
| 32700 "CustomEvent": native__CustomEventWrappingImplementation_create__CustomEventWr
appingImplementation, | 33701 "CustomEvent": native__CustomEventWrappingImplementation_create__CustomEventWr
appingImplementation, |
| 32701 "DOMApplicationCache": native__DOMApplicationCacheWrappingImplementation_creat
e__DOMApplicationCacheWrappingImplementation, | 33702 "DOMApplicationCache": native__DOMApplicationCacheWrappingImplementation_creat
e__DOMApplicationCacheWrappingImplementation, |
| 32702 "DOMException": native__DOMExceptionWrappingImplementation_create__DOMExceptio
nWrappingImplementation, | 33703 "DOMException": native__DOMExceptionWrappingImplementation_create__DOMExceptio
nWrappingImplementation, |
| 32703 "DOMFileSystem": native__DOMFileSystemWrappingImplementation_create__DOMFileSy
stemWrappingImplementation, | 33704 "DOMFileSystem": native__DOMFileSystemWrappingImplementation_create__DOMFileSy
stemWrappingImplementation, |
| 32704 "DOMFileSystemSync": native__DOMFileSystemSyncWrappingImplementation_create__D
OMFileSystemSyncWrappingImplementation, | 33705 "DOMFileSystemSync": native__DOMFileSystemSyncWrappingImplementation_create__D
OMFileSystemSyncWrappingImplementation, |
| 32705 "DOMFormData": native__DOMFormDataWrappingImplementation_create__DOMFormDataWr
appingImplementation, | 33706 "DOMFormData": native__DOMFormDataWrappingImplementation_create__DOMFormDataWr
appingImplementation, |
| 32706 "DOMImplementation": native__DOMImplementationWrappingImplementation_create__D
OMImplementationWrappingImplementation, | 33707 "DOMImplementation": native__DOMImplementationWrappingImplementation_create__D
OMImplementationWrappingImplementation, |
| 32707 "DOMMimeType": native__DOMMimeTypeWrappingImplementation_create__DOMMimeTypeWr
appingImplementation, | 33708 "DOMMimeType": native__DOMMimeTypeWrappingImplementation_create__DOMMimeTypeWr
appingImplementation, |
| 32708 "DOMMimeTypeArray": native__DOMMimeTypeArrayWrappingImplementation_create__DOM
MimeTypeArrayWrappingImplementation, | 33709 "DOMMimeTypeArray": native__DOMMimeTypeArrayWrappingImplementation_create__DOM
MimeTypeArrayWrappingImplementation, |
| 32709 "DOMParser": native__DOMParserWrappingImplementation_create__DOMParserWrapping
Implementation, | 33710 "DOMParser": native__DOMParserWrappingImplementation_create__DOMParserWrapping
Implementation, |
| 32710 "DOMPlugin": native__DOMPluginWrappingImplementation_create__DOMPluginWrapping
Implementation, | 33711 "DOMPlugin": native__DOMPluginWrappingImplementation_create__DOMPluginWrapping
Implementation, |
| 32711 "DOMPluginArray": native__DOMPluginArrayWrappingImplementation_create__DOMPlug
inArrayWrappingImplementation, | 33712 "DOMPluginArray": native__DOMPluginArrayWrappingImplementation_create__DOMPlug
inArrayWrappingImplementation, |
| 32712 "DOMSelection": native__DOMSelectionWrappingImplementation_create__DOMSelectio
nWrappingImplementation, | 33713 "DOMSelection": native__DOMSelectionWrappingImplementation_create__DOMSelectio
nWrappingImplementation, |
| 32713 "DOMSettableTokenList": native__DOMSettableTokenListWrappingImplementation_cre
ate__DOMSettableTokenListWrappingImplementation, | 33714 "DOMSettableTokenList": native__DOMSettableTokenListWrappingImplementation_cre
ate__DOMSettableTokenListWrappingImplementation, |
| 32714 "DOMTokenList": native__DOMTokenListWrappingImplementation_create__DOMTokenLis
tWrappingImplementation, | 33715 "DOMTokenList": native__DOMTokenListWrappingImplementation_create__DOMTokenLis
tWrappingImplementation, |
| 32715 "DOMURL": native__DOMURLWrappingImplementation_create__DOMURLWrappingImplement
ation, | 33716 "DOMURL": native__DOMURLWrappingImplementation_create__DOMURLWrappingImplement
ation, |
| 32716 "DOMWindow": native__DOMWindowWrappingImplementation_create__DOMWindowWrapping
Implementation, | 33717 "DOMWindow": native__DOMWindowWrappingImplementation_create__DOMWindowWrapping
Implementation, |
| 32717 "DataTransferItem": native__DataTransferItemWrappingImplementation_create__Dat
aTransferItemWrappingImplementation, | 33718 "DataTransferItem": native__DataTransferItemWrappingImplementation_create__Dat
aTransferItemWrappingImplementation, |
| 32718 "DataTransferItemList": native__DataTransferItemListWrappingImplementation_cre
ate__DataTransferItemListWrappingImplementation, | 33719 "DataTransferItemList": native__DataTransferItemListWrappingImplementation_cre
ate__DataTransferItemListWrappingImplementation, |
| 32719 "DataView": native__DataViewWrappingImplementation_create__DataViewWrappingImp
lementation, | 33720 "DataView": native__DataViewWrappingImplementation_create__DataViewWrappingImp
lementation, |
| 32720 "Database": native__DatabaseWrappingImplementation_create__DatabaseWrappingImp
lementation, | 33721 "Database": native__DatabaseWrappingImplementation_create__DatabaseWrappingImp
lementation, |
| 32721 "DatabaseCallback": native__DatabaseCallbackWrappingImplementation_create__Dat
abaseCallbackWrappingImplementation, | 33722 "DatabaseCallback": native__DatabaseCallbackWrappingImplementation_create__Dat
abaseCallbackWrappingImplementation, |
| 32722 "DatabaseSync": native__DatabaseSyncWrappingImplementation_create__DatabaseSyn
cWrappingImplementation, | 33723 "DatabaseSync": native__DatabaseSyncWrappingImplementation_create__DatabaseSyn
cWrappingImplementation, |
| 32723 "DedicatedWorkerContext": native__DedicatedWorkerContextWrappingImplementation
_create__DedicatedWorkerContextWrappingImplementation, | 33724 "DedicatedWorkerContext": native__DedicatedWorkerContextWrappingImplementation
_create__DedicatedWorkerContextWrappingImplementation, |
| 33725 "DelayNode": native__DelayNodeWrappingImplementation_create__DelayNodeWrapping
Implementation, |
| 32724 "DeviceMotionEvent": native__DeviceMotionEventWrappingImplementation_create__D
eviceMotionEventWrappingImplementation, | 33726 "DeviceMotionEvent": native__DeviceMotionEventWrappingImplementation_create__D
eviceMotionEventWrappingImplementation, |
| 32725 "DeviceOrientationEvent": native__DeviceOrientationEventWrappingImplementation
_create__DeviceOrientationEventWrappingImplementation, | 33727 "DeviceOrientationEvent": native__DeviceOrientationEventWrappingImplementation
_create__DeviceOrientationEventWrappingImplementation, |
| 32726 "DirectoryEntry": native__DirectoryEntryWrappingImplementation_create__Directo
ryEntryWrappingImplementation, | 33728 "DirectoryEntry": native__DirectoryEntryWrappingImplementation_create__Directo
ryEntryWrappingImplementation, |
| 32727 "DirectoryEntrySync": native__DirectoryEntrySyncWrappingImplementation_create_
_DirectoryEntrySyncWrappingImplementation, | 33729 "DirectoryEntrySync": native__DirectoryEntrySyncWrappingImplementation_create_
_DirectoryEntrySyncWrappingImplementation, |
| 32728 "DirectoryReader": native__DirectoryReaderWrappingImplementation_create__Direc
toryReaderWrappingImplementation, | 33730 "DirectoryReader": native__DirectoryReaderWrappingImplementation_create__Direc
toryReaderWrappingImplementation, |
| 32729 "DirectoryReaderSync": native__DirectoryReaderSyncWrappingImplementation_creat
e__DirectoryReaderSyncWrappingImplementation, | 33731 "DirectoryReaderSync": native__DirectoryReaderSyncWrappingImplementation_creat
e__DirectoryReaderSyncWrappingImplementation, |
| 32730 "Document": native__DocumentWrappingImplementation_create__DocumentWrappingImp
lementation, | 33732 "Document": native__DocumentWrappingImplementation_create__DocumentWrappingImp
lementation, |
| 32731 "DocumentFragment": native__DocumentFragmentWrappingImplementation_create__Doc
umentFragmentWrappingImplementation, | 33733 "DocumentFragment": native__DocumentFragmentWrappingImplementation_create__Doc
umentFragmentWrappingImplementation, |
| 32732 "DocumentType": native__DocumentTypeWrappingImplementation_create__DocumentTyp
eWrappingImplementation, | 33734 "DocumentType": native__DocumentTypeWrappingImplementation_create__DocumentTyp
eWrappingImplementation, |
| 33735 "DynamicsCompressorNode": native__DynamicsCompressorNodeWrappingImplementation
_create__DynamicsCompressorNodeWrappingImplementation, |
| 32733 "Element": native__ElementWrappingImplementation_create__ElementWrappingImplem
entation, | 33736 "Element": native__ElementWrappingImplementation_create__ElementWrappingImplem
entation, |
| 32734 "ElementTimeControl": native__ElementTimeControlWrappingImplementation_create_
_ElementTimeControlWrappingImplementation, | 33737 "ElementTimeControl": native__ElementTimeControlWrappingImplementation_create_
_ElementTimeControlWrappingImplementation, |
| 32735 "ElementTraversal": native__ElementTraversalWrappingImplementation_create__Ele
mentTraversalWrappingImplementation, | 33738 "ElementTraversal": native__ElementTraversalWrappingImplementation_create__Ele
mentTraversalWrappingImplementation, |
| 32736 "Entity": native__EntityWrappingImplementation_create__EntityWrappingImplement
ation, | 33739 "Entity": native__EntityWrappingImplementation_create__EntityWrappingImplement
ation, |
| 32737 "EntityReference": native__EntityReferenceWrappingImplementation_create__Entit
yReferenceWrappingImplementation, | 33740 "EntityReference": native__EntityReferenceWrappingImplementation_create__Entit
yReferenceWrappingImplementation, |
| 32738 "EntriesCallback": native__EntriesCallbackWrappingImplementation_create__Entri
esCallbackWrappingImplementation, | 33741 "EntriesCallback": native__EntriesCallbackWrappingImplementation_create__Entri
esCallbackWrappingImplementation, |
| 32739 "Entry": native__EntryWrappingImplementation_create__EntryWrappingImplementati
on, | 33742 "Entry": native__EntryWrappingImplementation_create__EntryWrappingImplementati
on, |
| 32740 "EntryArray": native__EntryArrayWrappingImplementation_create__EntryArrayWrapp
ingImplementation, | 33743 "EntryArray": native__EntryArrayWrappingImplementation_create__EntryArrayWrapp
ingImplementation, |
| 32741 "EntryArraySync": native__EntryArraySyncWrappingImplementation_create__EntryAr
raySyncWrappingImplementation, | 33744 "EntryArraySync": native__EntryArraySyncWrappingImplementation_create__EntryAr
raySyncWrappingImplementation, |
| 32742 "EntryCallback": native__EntryCallbackWrappingImplementation_create__EntryCall
backWrappingImplementation, | 33745 "EntryCallback": native__EntryCallbackWrappingImplementation_create__EntryCall
backWrappingImplementation, |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 32831 "HTMLTableElement": native__HTMLTableElementWrappingImplementation_create__HTM
LTableElementWrappingImplementation, | 33834 "HTMLTableElement": native__HTMLTableElementWrappingImplementation_create__HTM
LTableElementWrappingImplementation, |
| 32832 "HTMLTableRowElement": native__HTMLTableRowElementWrappingImplementation_creat
e__HTMLTableRowElementWrappingImplementation, | 33835 "HTMLTableRowElement": native__HTMLTableRowElementWrappingImplementation_creat
e__HTMLTableRowElementWrappingImplementation, |
| 32833 "HTMLTableSectionElement": native__HTMLTableSectionElementWrappingImplementati
on_create__HTMLTableSectionElementWrappingImplementation, | 33836 "HTMLTableSectionElement": native__HTMLTableSectionElementWrappingImplementati
on_create__HTMLTableSectionElementWrappingImplementation, |
| 32834 "HTMLTextAreaElement": native__HTMLTextAreaElementWrappingImplementation_creat
e__HTMLTextAreaElementWrappingImplementation, | 33837 "HTMLTextAreaElement": native__HTMLTextAreaElementWrappingImplementation_creat
e__HTMLTextAreaElementWrappingImplementation, |
| 32835 "HTMLTitleElement": native__HTMLTitleElementWrappingImplementation_create__HTM
LTitleElementWrappingImplementation, | 33838 "HTMLTitleElement": native__HTMLTitleElementWrappingImplementation_create__HTM
LTitleElementWrappingImplementation, |
| 32836 "HTMLTrackElement": native__HTMLTrackElementWrappingImplementation_create__HTM
LTrackElementWrappingImplementation, | 33839 "HTMLTrackElement": native__HTMLTrackElementWrappingImplementation_create__HTM
LTrackElementWrappingImplementation, |
| 32837 "HTMLUListElement": native__HTMLUListElementWrappingImplementation_create__HTM
LUListElementWrappingImplementation, | 33840 "HTMLUListElement": native__HTMLUListElementWrappingImplementation_create__HTM
LUListElementWrappingImplementation, |
| 32838 "HTMLUnknownElement": native__HTMLUnknownElementWrappingImplementation_create_
_HTMLUnknownElementWrappingImplementation, | 33841 "HTMLUnknownElement": native__HTMLUnknownElementWrappingImplementation_create_
_HTMLUnknownElementWrappingImplementation, |
| 32839 "HTMLVideoElement": native__HTMLVideoElementWrappingImplementation_create__HTM
LVideoElementWrappingImplementation, | 33842 "HTMLVideoElement": native__HTMLVideoElementWrappingImplementation_create__HTM
LVideoElementWrappingImplementation, |
| 32840 "HashChangeEvent": native__HashChangeEventWrappingImplementation_create__HashC
hangeEventWrappingImplementation, | 33843 "HashChangeEvent": native__HashChangeEventWrappingImplementation_create__HashC
hangeEventWrappingImplementation, |
| 33844 "HighPass2FilterNode": native__HighPass2FilterNodeWrappingImplementation_creat
e__HighPass2FilterNodeWrappingImplementation, |
| 32841 "History": native__HistoryWrappingImplementation_create__HistoryWrappingImplem
entation, | 33845 "History": native__HistoryWrappingImplementation_create__HistoryWrappingImplem
entation, |
| 32842 "IDBAny": native__IDBAnyWrappingImplementation_create__IDBAnyWrappingImplement
ation, | 33846 "IDBAny": native__IDBAnyWrappingImplementation_create__IDBAnyWrappingImplement
ation, |
| 32843 "IDBCursor": native__IDBCursorWrappingImplementation_create__IDBCursorWrapping
Implementation, | 33847 "IDBCursor": native__IDBCursorWrappingImplementation_create__IDBCursorWrapping
Implementation, |
| 32844 "IDBCursorWithValue": native__IDBCursorWithValueWrappingImplementation_create_
_IDBCursorWithValueWrappingImplementation, | 33848 "IDBCursorWithValue": native__IDBCursorWithValueWrappingImplementation_create_
_IDBCursorWithValueWrappingImplementation, |
| 32845 "IDBDatabase": native__IDBDatabaseWrappingImplementation_create__IDBDatabaseWr
appingImplementation, | 33849 "IDBDatabase": native__IDBDatabaseWrappingImplementation_create__IDBDatabaseWr
appingImplementation, |
| 32846 "IDBDatabaseError": native__IDBDatabaseErrorWrappingImplementation_create__IDB
DatabaseErrorWrappingImplementation, | 33850 "IDBDatabaseError": native__IDBDatabaseErrorWrappingImplementation_create__IDB
DatabaseErrorWrappingImplementation, |
| 32847 "IDBDatabaseException": native__IDBDatabaseExceptionWrappingImplementation_cre
ate__IDBDatabaseExceptionWrappingImplementation, | 33851 "IDBDatabaseException": native__IDBDatabaseExceptionWrappingImplementation_cre
ate__IDBDatabaseExceptionWrappingImplementation, |
| 32848 "IDBFactory": native__IDBFactoryWrappingImplementation_create__IDBFactoryWrapp
ingImplementation, | 33852 "IDBFactory": native__IDBFactoryWrappingImplementation_create__IDBFactoryWrapp
ingImplementation, |
| 32849 "IDBIndex": native__IDBIndexWrappingImplementation_create__IDBIndexWrappingImp
lementation, | 33853 "IDBIndex": native__IDBIndexWrappingImplementation_create__IDBIndexWrappingImp
lementation, |
| 32850 "IDBKey": native__IDBKeyWrappingImplementation_create__IDBKeyWrappingImplement
ation, | 33854 "IDBKey": native__IDBKeyWrappingImplementation_create__IDBKeyWrappingImplement
ation, |
| 32851 "IDBKeyRange": native__IDBKeyRangeWrappingImplementation_create__IDBKeyRangeWr
appingImplementation, | 33855 "IDBKeyRange": native__IDBKeyRangeWrappingImplementation_create__IDBKeyRangeWr
appingImplementation, |
| 32852 "IDBObjectStore": native__IDBObjectStoreWrappingImplementation_create__IDBObje
ctStoreWrappingImplementation, | 33856 "IDBObjectStore": native__IDBObjectStoreWrappingImplementation_create__IDBObje
ctStoreWrappingImplementation, |
| 32853 "IDBRequest": native__IDBRequestWrappingImplementation_create__IDBRequestWrapp
ingImplementation, | 33857 "IDBRequest": native__IDBRequestWrappingImplementation_create__IDBRequestWrapp
ingImplementation, |
| 32854 "IDBTransaction": native__IDBTransactionWrappingImplementation_create__IDBTran
sactionWrappingImplementation, | 33858 "IDBTransaction": native__IDBTransactionWrappingImplementation_create__IDBTran
sactionWrappingImplementation, |
| 32855 "IDBVersionChangeEvent": native__IDBVersionChangeEventWrappingImplementation_c
reate__IDBVersionChangeEventWrappingImplementation, | 33859 "IDBVersionChangeEvent": native__IDBVersionChangeEventWrappingImplementation_c
reate__IDBVersionChangeEventWrappingImplementation, |
| 32856 "IDBVersionChangeRequest": native__IDBVersionChangeRequestWrappingImplementati
on_create__IDBVersionChangeRequestWrappingImplementation, | 33860 "IDBVersionChangeRequest": native__IDBVersionChangeRequestWrappingImplementati
on_create__IDBVersionChangeRequestWrappingImplementation, |
| 32857 "ImageData": native__ImageDataWrappingImplementation_create__ImageDataWrapping
Implementation, | 33861 "ImageData": native__ImageDataWrappingImplementation_create__ImageDataWrapping
Implementation, |
| 32858 "InjectedScriptHost": native__InjectedScriptHostWrappingImplementation_create_
_InjectedScriptHostWrappingImplementation, | 33862 "InjectedScriptHost": native__InjectedScriptHostWrappingImplementation_create_
_InjectedScriptHostWrappingImplementation, |
| 32859 "InspectorFrontendHost": native__InspectorFrontendHostWrappingImplementation_c
reate__InspectorFrontendHostWrappingImplementation, | 33863 "InspectorFrontendHost": native__InspectorFrontendHostWrappingImplementation_c
reate__InspectorFrontendHostWrappingImplementation, |
| 32860 "Int16Array": native__Int16ArrayWrappingImplementation_create__Int16ArrayWrapp
ingImplementation, | 33864 "Int16Array": native__Int16ArrayWrappingImplementation_create__Int16ArrayWrapp
ingImplementation, |
| 32861 "Int32Array": native__Int32ArrayWrappingImplementation_create__Int32ArrayWrapp
ingImplementation, | 33865 "Int32Array": native__Int32ArrayWrappingImplementation_create__Int32ArrayWrapp
ingImplementation, |
| 32862 "Int8Array": native__Int8ArrayWrappingImplementation_create__Int8ArrayWrapping
Implementation, | 33866 "Int8Array": native__Int8ArrayWrappingImplementation_create__Int8ArrayWrapping
Implementation, |
| 33867 "JavaScriptAudioNode": native__JavaScriptAudioNodeWrappingImplementation_creat
e__JavaScriptAudioNodeWrappingImplementation, |
| 32863 "JavaScriptCallFrame": native__JavaScriptCallFrameWrappingImplementation_creat
e__JavaScriptCallFrameWrappingImplementation, | 33868 "JavaScriptCallFrame": native__JavaScriptCallFrameWrappingImplementation_creat
e__JavaScriptCallFrameWrappingImplementation, |
| 32864 "KeyboardEvent": native__KeyboardEventWrappingImplementation_create__KeyboardE
ventWrappingImplementation, | 33869 "KeyboardEvent": native__KeyboardEventWrappingImplementation_create__KeyboardE
ventWrappingImplementation, |
| 32865 "Location": native__LocationWrappingImplementation_create__LocationWrappingImp
lementation, | 33870 "Location": native__LocationWrappingImplementation_create__LocationWrappingImp
lementation, |
| 33871 "LowPass2FilterNode": native__LowPass2FilterNodeWrappingImplementation_create_
_LowPass2FilterNodeWrappingImplementation, |
| 33872 "MediaElementAudioSourceNode": native__MediaElementAudioSourceNodeWrappingImpl
ementation_create__MediaElementAudioSourceNodeWrappingImplementation, |
| 32866 "MediaError": native__MediaErrorWrappingImplementation_create__MediaErrorWrapp
ingImplementation, | 33873 "MediaError": native__MediaErrorWrappingImplementation_create__MediaErrorWrapp
ingImplementation, |
| 32867 "MediaList": native__MediaListWrappingImplementation_create__MediaListWrapping
Implementation, | 33874 "MediaList": native__MediaListWrappingImplementation_create__MediaListWrapping
Implementation, |
| 32868 "MediaQueryList": native__MediaQueryListWrappingImplementation_create__MediaQu
eryListWrappingImplementation, | 33875 "MediaQueryList": native__MediaQueryListWrappingImplementation_create__MediaQu
eryListWrappingImplementation, |
| 32869 "MediaQueryListListener": native__MediaQueryListListenerWrappingImplementation
_create__MediaQueryListListenerWrappingImplementation, | 33876 "MediaQueryListListener": native__MediaQueryListListenerWrappingImplementation
_create__MediaQueryListListenerWrappingImplementation, |
| 32870 "MemoryInfo": native__MemoryInfoWrappingImplementation_create__MemoryInfoWrapp
ingImplementation, | 33877 "MemoryInfo": native__MemoryInfoWrappingImplementation_create__MemoryInfoWrapp
ingImplementation, |
| 32871 "MessageChannel": native__MessageChannelWrappingImplementation_create__Message
ChannelWrappingImplementation, | 33878 "MessageChannel": native__MessageChannelWrappingImplementation_create__Message
ChannelWrappingImplementation, |
| 32872 "MessageEvent": native__MessageEventWrappingImplementation_create__MessageEven
tWrappingImplementation, | 33879 "MessageEvent": native__MessageEventWrappingImplementation_create__MessageEven
tWrappingImplementation, |
| 32873 "MessagePort": native__MessagePortWrappingImplementation_create__MessagePortWr
appingImplementation, | 33880 "MessagePort": native__MessagePortWrappingImplementation_create__MessagePortWr
appingImplementation, |
| 32874 "Metadata": native__MetadataWrappingImplementation_create__MetadataWrappingImp
lementation, | 33881 "Metadata": native__MetadataWrappingImplementation_create__MetadataWrappingImp
lementation, |
| 32875 "MetadataCallback": native__MetadataCallbackWrappingImplementation_create__Met
adataCallbackWrappingImplementation, | 33882 "MetadataCallback": native__MetadataCallbackWrappingImplementation_create__Met
adataCallbackWrappingImplementation, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 32886 "NodeFilter": native__NodeFilterWrappingImplementation_create__NodeFilterWrapp
ingImplementation, | 33893 "NodeFilter": native__NodeFilterWrappingImplementation_create__NodeFilterWrapp
ingImplementation, |
| 32887 "NodeIterator": native__NodeIteratorWrappingImplementation_create__NodeIterato
rWrappingImplementation, | 33894 "NodeIterator": native__NodeIteratorWrappingImplementation_create__NodeIterato
rWrappingImplementation, |
| 32888 "NodeList": native__NodeListWrappingImplementation_create__NodeListWrappingImp
lementation, | 33895 "NodeList": native__NodeListWrappingImplementation_create__NodeListWrappingImp
lementation, |
| 32889 "NodeSelector": native__NodeSelectorWrappingImplementation_create__NodeSelecto
rWrappingImplementation, | 33896 "NodeSelector": native__NodeSelectorWrappingImplementation_create__NodeSelecto
rWrappingImplementation, |
| 32890 "Notation": native__NotationWrappingImplementation_create__NotationWrappingImp
lementation, | 33897 "Notation": native__NotationWrappingImplementation_create__NotationWrappingImp
lementation, |
| 32891 "Notification": native__NotificationWrappingImplementation_create__Notificatio
nWrappingImplementation, | 33898 "Notification": native__NotificationWrappingImplementation_create__Notificatio
nWrappingImplementation, |
| 32892 "NotificationCenter": native__NotificationCenterWrappingImplementation_create_
_NotificationCenterWrappingImplementation, | 33899 "NotificationCenter": native__NotificationCenterWrappingImplementation_create_
_NotificationCenterWrappingImplementation, |
| 32893 "OESStandardDerivatives": native__OESStandardDerivativesWrappingImplementation
_create__OESStandardDerivativesWrappingImplementation, | 33900 "OESStandardDerivatives": native__OESStandardDerivativesWrappingImplementation
_create__OESStandardDerivativesWrappingImplementation, |
| 32894 "OESTextureFloat": native__OESTextureFloatWrappingImplementation_create__OESTe
xtureFloatWrappingImplementation, | 33901 "OESTextureFloat": native__OESTextureFloatWrappingImplementation_create__OESTe
xtureFloatWrappingImplementation, |
| 32895 "OESVertexArrayObject": native__OESVertexArrayObjectWrappingImplementation_cre
ate__OESVertexArrayObjectWrappingImplementation, | 33902 "OESVertexArrayObject": native__OESVertexArrayObjectWrappingImplementation_cre
ate__OESVertexArrayObjectWrappingImplementation, |
| 33903 "OfflineAudioCompletionEvent": native__OfflineAudioCompletionEventWrappingImpl
ementation_create__OfflineAudioCompletionEventWrappingImplementation, |
| 32896 "OperationNotAllowedException": native__OperationNotAllowedExceptionWrappingIm
plementation_create__OperationNotAllowedExceptionWrappingImplementation, | 33904 "OperationNotAllowedException": native__OperationNotAllowedExceptionWrappingIm
plementation_create__OperationNotAllowedExceptionWrappingImplementation, |
| 32897 "OverflowEvent": native__OverflowEventWrappingImplementation_create__OverflowE
ventWrappingImplementation, | 33905 "OverflowEvent": native__OverflowEventWrappingImplementation_create__OverflowE
ventWrappingImplementation, |
| 32898 "PageTransitionEvent": native__PageTransitionEventWrappingImplementation_creat
e__PageTransitionEventWrappingImplementation, | 33906 "PageTransitionEvent": native__PageTransitionEventWrappingImplementation_creat
e__PageTransitionEventWrappingImplementation, |
| 32899 "Performance": native__PerformanceWrappingImplementation_create__PerformanceWr
appingImplementation, | 33907 "Performance": native__PerformanceWrappingImplementation_create__PerformanceWr
appingImplementation, |
| 32900 "PerformanceNavigation": native__PerformanceNavigationWrappingImplementation_c
reate__PerformanceNavigationWrappingImplementation, | 33908 "PerformanceNavigation": native__PerformanceNavigationWrappingImplementation_c
reate__PerformanceNavigationWrappingImplementation, |
| 32901 "PerformanceTiming": native__PerformanceTimingWrappingImplementation_create__P
erformanceTimingWrappingImplementation, | 33909 "PerformanceTiming": native__PerformanceTimingWrappingImplementation_create__P
erformanceTimingWrappingImplementation, |
| 32902 "PopStateEvent": native__PopStateEventWrappingImplementation_create__PopStateE
ventWrappingImplementation, | 33910 "PopStateEvent": native__PopStateEventWrappingImplementation_create__PopStateE
ventWrappingImplementation, |
| 32903 "PositionCallback": native__PositionCallbackWrappingImplementation_create__Pos
itionCallbackWrappingImplementation, | 33911 "PositionCallback": native__PositionCallbackWrappingImplementation_create__Pos
itionCallbackWrappingImplementation, |
| 32904 "PositionError": native__PositionErrorWrappingImplementation_create__PositionE
rrorWrappingImplementation, | 33912 "PositionError": native__PositionErrorWrappingImplementation_create__PositionE
rrorWrappingImplementation, |
| 32905 "PositionErrorCallback": native__PositionErrorCallbackWrappingImplementation_c
reate__PositionErrorCallbackWrappingImplementation, | 33913 "PositionErrorCallback": native__PositionErrorCallbackWrappingImplementation_c
reate__PositionErrorCallbackWrappingImplementation, |
| 32906 "ProcessingInstruction": native__ProcessingInstructionWrappingImplementation_c
reate__ProcessingInstructionWrappingImplementation, | 33914 "ProcessingInstruction": native__ProcessingInstructionWrappingImplementation_c
reate__ProcessingInstructionWrappingImplementation, |
| 32907 "ProgressEvent": native__ProgressEventWrappingImplementation_create__ProgressE
ventWrappingImplementation, | 33915 "ProgressEvent": native__ProgressEventWrappingImplementation_create__ProgressE
ventWrappingImplementation, |
| 32908 "RGBColor": native__RGBColorWrappingImplementation_create__RGBColorWrappingImp
lementation, | 33916 "RGBColor": native__RGBColorWrappingImplementation_create__RGBColorWrappingImp
lementation, |
| 32909 "Range": native__RangeWrappingImplementation_create__RangeWrappingImplementati
on, | 33917 "Range": native__RangeWrappingImplementation_create__RangeWrappingImplementati
on, |
| 32910 "RangeException": native__RangeExceptionWrappingImplementation_create__RangeEx
ceptionWrappingImplementation, | 33918 "RangeException": native__RangeExceptionWrappingImplementation_create__RangeEx
ceptionWrappingImplementation, |
| 33919 "RealtimeAnalyserNode": native__RealtimeAnalyserNodeWrappingImplementation_cre
ate__RealtimeAnalyserNodeWrappingImplementation, |
| 32911 "Rect": native__RectWrappingImplementation_create__RectWrappingImplementation, | 33920 "Rect": native__RectWrappingImplementation_create__RectWrappingImplementation, |
| 32912 "SQLError": native__SQLErrorWrappingImplementation_create__SQLErrorWrappingImp
lementation, | 33921 "SQLError": native__SQLErrorWrappingImplementation_create__SQLErrorWrappingImp
lementation, |
| 32913 "SQLException": native__SQLExceptionWrappingImplementation_create__SQLExceptio
nWrappingImplementation, | 33922 "SQLException": native__SQLExceptionWrappingImplementation_create__SQLExceptio
nWrappingImplementation, |
| 32914 "SQLResultSet": native__SQLResultSetWrappingImplementation_create__SQLResultSe
tWrappingImplementation, | 33923 "SQLResultSet": native__SQLResultSetWrappingImplementation_create__SQLResultSe
tWrappingImplementation, |
| 32915 "SQLResultSetRowList": native__SQLResultSetRowListWrappingImplementation_creat
e__SQLResultSetRowListWrappingImplementation, | 33924 "SQLResultSetRowList": native__SQLResultSetRowListWrappingImplementation_creat
e__SQLResultSetRowListWrappingImplementation, |
| 32916 "SQLStatementCallback": native__SQLStatementCallbackWrappingImplementation_cre
ate__SQLStatementCallbackWrappingImplementation, | 33925 "SQLStatementCallback": native__SQLStatementCallbackWrappingImplementation_cre
ate__SQLStatementCallbackWrappingImplementation, |
| 32917 "SQLStatementErrorCallback": native__SQLStatementErrorCallbackWrappingImplemen
tation_create__SQLStatementErrorCallbackWrappingImplementation, | 33926 "SQLStatementErrorCallback": native__SQLStatementErrorCallbackWrappingImplemen
tation_create__SQLStatementErrorCallbackWrappingImplementation, |
| 32918 "SQLTransaction": native__SQLTransactionWrappingImplementation_create__SQLTran
sactionWrappingImplementation, | 33927 "SQLTransaction": native__SQLTransactionWrappingImplementation_create__SQLTran
sactionWrappingImplementation, |
| 32919 "SQLTransactionCallback": native__SQLTransactionCallbackWrappingImplementation
_create__SQLTransactionCallbackWrappingImplementation, | 33928 "SQLTransactionCallback": native__SQLTransactionCallbackWrappingImplementation
_create__SQLTransactionCallbackWrappingImplementation, |
| 32920 "SQLTransactionErrorCallback": native__SQLTransactionErrorCallbackWrappingImpl
ementation_create__SQLTransactionErrorCallbackWrappingImplementation, | 33929 "SQLTransactionErrorCallback": native__SQLTransactionErrorCallbackWrappingImpl
ementation_create__SQLTransactionErrorCallbackWrappingImplementation, |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 33100 "Touch": native__TouchWrappingImplementation_create__TouchWrappingImplementati
on, | 34109 "Touch": native__TouchWrappingImplementation_create__TouchWrappingImplementati
on, |
| 33101 "TouchEvent": native__TouchEventWrappingImplementation_create__TouchEventWrapp
ingImplementation, | 34110 "TouchEvent": native__TouchEventWrappingImplementation_create__TouchEventWrapp
ingImplementation, |
| 33102 "TouchList": native__TouchListWrappingImplementation_create__TouchListWrapping
Implementation, | 34111 "TouchList": native__TouchListWrappingImplementation_create__TouchListWrapping
Implementation, |
| 33103 "TreeWalker": native__TreeWalkerWrappingImplementation_create__TreeWalkerWrapp
ingImplementation, | 34112 "TreeWalker": native__TreeWalkerWrappingImplementation_create__TreeWalkerWrapp
ingImplementation, |
| 33104 "UIEvent": native__UIEventWrappingImplementation_create__UIEventWrappingImplem
entation, | 34113 "UIEvent": native__UIEventWrappingImplementation_create__UIEventWrappingImplem
entation, |
| 33105 "Uint16Array": native__Uint16ArrayWrappingImplementation_create__Uint16ArrayWr
appingImplementation, | 34114 "Uint16Array": native__Uint16ArrayWrappingImplementation_create__Uint16ArrayWr
appingImplementation, |
| 33106 "Uint32Array": native__Uint32ArrayWrappingImplementation_create__Uint32ArrayWr
appingImplementation, | 34115 "Uint32Array": native__Uint32ArrayWrappingImplementation_create__Uint32ArrayWr
appingImplementation, |
| 33107 "Uint8Array": native__Uint8ArrayWrappingImplementation_create__Uint8ArrayWrapp
ingImplementation, | 34116 "Uint8Array": native__Uint8ArrayWrappingImplementation_create__Uint8ArrayWrapp
ingImplementation, |
| 33108 "ValidityState": native__ValidityStateWrappingImplementation_create__ValidityS
tateWrappingImplementation, | 34117 "ValidityState": native__ValidityStateWrappingImplementation_create__ValidityS
tateWrappingImplementation, |
| 33109 "VoidCallback": native__VoidCallbackWrappingImplementation_create__VoidCallbac
kWrappingImplementation, | 34118 "VoidCallback": native__VoidCallbackWrappingImplementation_create__VoidCallbac
kWrappingImplementation, |
| 34119 "WaveShaperNode": native__WaveShaperNodeWrappingImplementation_create__WaveSha
perNodeWrappingImplementation, |
| 33110 "WebGLActiveInfo": native__WebGLActiveInfoWrappingImplementation_create__WebGL
ActiveInfoWrappingImplementation, | 34120 "WebGLActiveInfo": native__WebGLActiveInfoWrappingImplementation_create__WebGL
ActiveInfoWrappingImplementation, |
| 33111 "WebGLBuffer": native__WebGLBufferWrappingImplementation_create__WebGLBufferWr
appingImplementation, | 34121 "WebGLBuffer": native__WebGLBufferWrappingImplementation_create__WebGLBufferWr
appingImplementation, |
| 33112 "WebGLContextAttributes": native__WebGLContextAttributesWrappingImplementation
_create__WebGLContextAttributesWrappingImplementation, | 34122 "WebGLContextAttributes": native__WebGLContextAttributesWrappingImplementation
_create__WebGLContextAttributesWrappingImplementation, |
| 33113 "WebGLContextEvent": native__WebGLContextEventWrappingImplementation_create__W
ebGLContextEventWrappingImplementation, | 34123 "WebGLContextEvent": native__WebGLContextEventWrappingImplementation_create__W
ebGLContextEventWrappingImplementation, |
| 33114 "WebGLDebugRendererInfo": native__WebGLDebugRendererInfoWrappingImplementation
_create__WebGLDebugRendererInfoWrappingImplementation, | 34124 "WebGLDebugRendererInfo": native__WebGLDebugRendererInfoWrappingImplementation
_create__WebGLDebugRendererInfoWrappingImplementation, |
| 33115 "WebGLDebugShaders": native__WebGLDebugShadersWrappingImplementation_create__W
ebGLDebugShadersWrappingImplementation, | 34125 "WebGLDebugShaders": native__WebGLDebugShadersWrappingImplementation_create__W
ebGLDebugShadersWrappingImplementation, |
| 33116 "WebGLFramebuffer": native__WebGLFramebufferWrappingImplementation_create__Web
GLFramebufferWrappingImplementation, | 34126 "WebGLFramebuffer": native__WebGLFramebufferWrappingImplementation_create__Web
GLFramebufferWrappingImplementation, |
| 33117 "WebGLProgram": native__WebGLProgramWrappingImplementation_create__WebGLProgra
mWrappingImplementation, | 34127 "WebGLProgram": native__WebGLProgramWrappingImplementation_create__WebGLProgra
mWrappingImplementation, |
| 33118 "WebGLRenderbuffer": native__WebGLRenderbufferWrappingImplementation_create__W
ebGLRenderbufferWrappingImplementation, | 34128 "WebGLRenderbuffer": native__WebGLRenderbufferWrappingImplementation_create__W
ebGLRenderbufferWrappingImplementation, |
| 33119 "WebGLRenderingContext": native__WebGLRenderingContextWrappingImplementation_c
reate__WebGLRenderingContextWrappingImplementation, | 34129 "WebGLRenderingContext": native__WebGLRenderingContextWrappingImplementation_c
reate__WebGLRenderingContextWrappingImplementation, |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 33321 function native__NativeDomGlobalProperties_getWindow() { | 34331 function native__NativeDomGlobalProperties_getWindow() { |
| 33322 // TODO: Should the window be obtained from an isolate? | 34332 // TODO: Should the window be obtained from an isolate? |
| 33323 return __dom_wrap(window); | 34333 return __dom_wrap(window); |
| 33324 } | 34334 } |
| 33325 | 34335 |
| 33326 // Declared in src/GlobalProperties.dart | 34336 // Declared in src/GlobalProperties.dart |
| 33327 function native__NativeDomGlobalProperties_getDocument() { | 34337 function native__NativeDomGlobalProperties_getDocument() { |
| 33328 // TODO: Should the window be obtained from an isolate? | 34338 // TODO: Should the window be obtained from an isolate? |
| 33329 return __dom_wrap(window.document); | 34339 return __dom_wrap(window.document); |
| 33330 } | 34340 } |
| OLD | NEW |