Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Side by Side Diff: client/dom/generated/wrapping_dom.js

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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__get__AbstractWorker_onerr or(_this) { 9 function native__AbstractWorkerWrappingImplementation__get__AbstractWorker_onerr or(_this) {
10 try { 10 try {
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 } 887 }
888 888
889 function native__CanvasRenderingContext2DWrappingImplementation__set__CanvasRend eringContext2D_textBaseline(_this, value) { 889 function native__CanvasRenderingContext2DWrappingImplementation__set__CanvasRend eringContext2D_textBaseline(_this, value) {
890 try { 890 try {
891 _this.$dom.textBaseline = __dom_unwrap(value); 891 _this.$dom.textBaseline = __dom_unwrap(value);
892 } catch (e) { 892 } catch (e) {
893 throw __dom_wrap_exception(e); 893 throw __dom_wrap_exception(e);
894 } 894 }
895 } 895 }
896 896
897 function native__CanvasRenderingContext2DWrappingImplementation__get__CanvasRend eringContext2D_webkitLineDash(_this) {
898 try {
899 return __dom_wrap(_this.$dom.webkitLineDash);
900 } catch (e) {
901 throw __dom_wrap_exception(e);
902 }
903 }
904
905 function native__CanvasRenderingContext2DWrappingImplementation__set__CanvasRend eringContext2D_webkitLineDash(_this, value) {
906 try {
907 _this.$dom.webkitLineDash = __dom_unwrap(value);
908 } catch (e) {
909 throw __dom_wrap_exception(e);
910 }
911 }
912
897 function native__CanvasRenderingContext2DWrappingImplementation__get__CanvasRend eringContext2D_webkitLineDashOffset(_this) { 913 function native__CanvasRenderingContext2DWrappingImplementation__get__CanvasRend eringContext2D_webkitLineDashOffset(_this) {
898 try { 914 try {
899 return __dom_wrap(_this.$dom.webkitLineDashOffset); 915 return __dom_wrap(_this.$dom.webkitLineDashOffset);
900 } catch (e) { 916 } catch (e) {
901 throw __dom_wrap_exception(e); 917 throw __dom_wrap_exception(e);
902 } 918 }
903 } 919 }
904 920
905 function native__CanvasRenderingContext2DWrappingImplementation__set__CanvasRend eringContext2D_webkitLineDashOffset(_this, value) { 921 function native__CanvasRenderingContext2DWrappingImplementation__set__CanvasRend eringContext2D_webkitLineDashOffset(_this, value) {
906 try { 922 try {
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 } 1735 }
1720 1736
1721 function native__ClipboardWrappingImplementation__get__Clipboard_items(_this) { 1737 function native__ClipboardWrappingImplementation__get__Clipboard_items(_this) {
1722 try { 1738 try {
1723 return __dom_wrap(_this.$dom.items); 1739 return __dom_wrap(_this.$dom.items);
1724 } catch (e) { 1740 } catch (e) {
1725 throw __dom_wrap_exception(e); 1741 throw __dom_wrap_exception(e);
1726 } 1742 }
1727 } 1743 }
1728 1744
1745 function native__ClipboardWrappingImplementation__get__Clipboard_types(_this) {
1746 try {
1747 return __dom_wrap(_this.$dom.types);
1748 } catch (e) {
1749 throw __dom_wrap_exception(e);
1750 }
1751 }
1752
1729 function native__ClipboardWrappingImplementation__clearData(_this) { 1753 function native__ClipboardWrappingImplementation__clearData(_this) {
1730 try { 1754 try {
1731 return __dom_wrap(_this.$dom.clearData()); 1755 return __dom_wrap(_this.$dom.clearData());
1732 } catch (e) { 1756 } catch (e) {
1733 throw __dom_wrap_exception(e); 1757 throw __dom_wrap_exception(e);
1734 } 1758 }
1735 } 1759 }
1736 1760
1737 function native__ClipboardWrappingImplementation__clearData_2(_this, type) { 1761 function native__ClipboardWrappingImplementation__clearData_2(_this, type) {
1738 try { 1762 try {
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
2271 } 2295 }
2272 2296
2273 function native__DOMExceptionWrappingImplementation__get__DOMException_name(_thi s) { 2297 function native__DOMExceptionWrappingImplementation__get__DOMException_name(_thi s) {
2274 try { 2298 try {
2275 return __dom_wrap(_this.$dom.name); 2299 return __dom_wrap(_this.$dom.name);
2276 } catch (e) { 2300 } catch (e) {
2277 throw __dom_wrap_exception(e); 2301 throw __dom_wrap_exception(e);
2278 } 2302 }
2279 } 2303 }
2280 2304
2305 function native__DOMExceptionWrappingImplementation__toString(_this) {
2306 try {
2307 return __dom_wrap(_this.$dom.toString());
2308 } catch (e) {
2309 throw __dom_wrap_exception(e);
2310 }
2311 }
2312
2281 function native__DOMFileSystemWrappingImplementation__get__DOMFileSystem_name(_t his) { 2313 function native__DOMFileSystemWrappingImplementation__get__DOMFileSystem_name(_t his) {
2282 try { 2314 try {
2283 return __dom_wrap(_this.$dom.name); 2315 return __dom_wrap(_this.$dom.name);
2284 } catch (e) { 2316 } catch (e) {
2285 throw __dom_wrap_exception(e); 2317 throw __dom_wrap_exception(e);
2286 } 2318 }
2287 } 2319 }
2288 2320
2289 function native__DOMFileSystemWrappingImplementation__get__DOMFileSystem_root(_t his) { 2321 function native__DOMFileSystemWrappingImplementation__get__DOMFileSystem_root(_t his) {
2290 try { 2322 try {
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
2695 } 2727 }
2696 2728
2697 function native__DOMSelectionWrappingImplementation__setPosition(_this, node, of fset) { 2729 function native__DOMSelectionWrappingImplementation__setPosition(_this, node, of fset) {
2698 try { 2730 try {
2699 return __dom_wrap(_this.$dom.setPosition(__dom_unwrap(node), __dom_unwrap(of fset))); 2731 return __dom_wrap(_this.$dom.setPosition(__dom_unwrap(node), __dom_unwrap(of fset)));
2700 } catch (e) { 2732 } catch (e) {
2701 throw __dom_wrap_exception(e); 2733 throw __dom_wrap_exception(e);
2702 } 2734 }
2703 } 2735 }
2704 2736
2737 function native__DOMSelectionWrappingImplementation__toString(_this) {
2738 try {
2739 return __dom_wrap(_this.$dom.toString());
2740 } catch (e) {
2741 throw __dom_wrap_exception(e);
2742 }
2743 }
2744
2705 function native__DOMSettableTokenListWrappingImplementation__get__DOMSettableTok enList_value(_this) { 2745 function native__DOMSettableTokenListWrappingImplementation__get__DOMSettableTok enList_value(_this) {
2706 try { 2746 try {
2707 return __dom_wrap(_this.$dom.value); 2747 return __dom_wrap(_this.$dom.value);
2708 } catch (e) { 2748 } catch (e) {
2709 throw __dom_wrap_exception(e); 2749 throw __dom_wrap_exception(e);
2710 } 2750 }
2711 } 2751 }
2712 2752
2713 function native__DOMSettableTokenListWrappingImplementation__set__DOMSettableTok enList_value(_this, value) { 2753 function native__DOMSettableTokenListWrappingImplementation__set__DOMSettableTok enList_value(_this, value) {
2714 try { 2754 try {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
2751 } 2791 }
2752 2792
2753 function native__DOMTokenListWrappingImplementation__remove(_this, token) { 2793 function native__DOMTokenListWrappingImplementation__remove(_this, token) {
2754 try { 2794 try {
2755 return __dom_wrap(_this.$dom.remove(__dom_unwrap(token))); 2795 return __dom_wrap(_this.$dom.remove(__dom_unwrap(token)));
2756 } catch (e) { 2796 } catch (e) {
2757 throw __dom_wrap_exception(e); 2797 throw __dom_wrap_exception(e);
2758 } 2798 }
2759 } 2799 }
2760 2800
2801 function native__DOMTokenListWrappingImplementation__toString(_this) {
2802 try {
2803 return __dom_wrap(_this.$dom.toString());
2804 } catch (e) {
2805 throw __dom_wrap_exception(e);
2806 }
2807 }
2808
2761 function native__DOMTokenListWrappingImplementation__toggle(_this, token) { 2809 function native__DOMTokenListWrappingImplementation__toggle(_this, token) {
2762 try { 2810 try {
2763 return __dom_wrap(_this.$dom.toggle(__dom_unwrap(token))); 2811 return __dom_wrap(_this.$dom.toggle(__dom_unwrap(token)));
2764 } catch (e) { 2812 } catch (e) {
2765 throw __dom_wrap_exception(e); 2813 throw __dom_wrap_exception(e);
2766 } 2814 }
2767 } 2815 }
2768 2816
2769 function native__DOMURLWrappingImplementation__createObjectURL(_this, blob) { 2817 function native__DOMURLWrappingImplementation__createObjectURL(_this, blob) {
2770 try { 2818 try {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
2847 } 2895 }
2848 2896
2849 function native__DOMWindowWrappingImplementation__set__DOMWindow_defaultStatus(_ this, value) { 2897 function native__DOMWindowWrappingImplementation__set__DOMWindow_defaultStatus(_ this, value) {
2850 try { 2898 try {
2851 _this.$dom.defaultStatus = __dom_unwrap(value); 2899 _this.$dom.defaultStatus = __dom_unwrap(value);
2852 } catch (e) { 2900 } catch (e) {
2853 throw __dom_wrap_exception(e); 2901 throw __dom_wrap_exception(e);
2854 } 2902 }
2855 } 2903 }
2856 2904
2905 function native__DOMWindowWrappingImplementation__get__DOMWindow_defaultstatus(_ this) {
2906 try {
2907 return __dom_wrap(_this.$dom.defaultstatus);
2908 } catch (e) {
2909 throw __dom_wrap_exception(e);
2910 }
2911 }
2912
2913 function native__DOMWindowWrappingImplementation__set__DOMWindow_defaultstatus(_ this, value) {
2914 try {
2915 _this.$dom.defaultstatus = __dom_unwrap(value);
2916 } catch (e) {
2917 throw __dom_wrap_exception(e);
2918 }
2919 }
2920
2857 function native__DOMWindowWrappingImplementation__get__DOMWindow_devicePixelRati o(_this) { 2921 function native__DOMWindowWrappingImplementation__get__DOMWindow_devicePixelRati o(_this) {
2858 try { 2922 try {
2859 return __dom_wrap(_this.$dom.devicePixelRatio); 2923 return __dom_wrap(_this.$dom.devicePixelRatio);
2860 } catch (e) { 2924 } catch (e) {
2861 throw __dom_wrap_exception(e); 2925 throw __dom_wrap_exception(e);
2862 } 2926 }
2863 } 2927 }
2864 2928
2865 function native__DOMWindowWrappingImplementation__set__DOMWindow_devicePixelRati o(_this, value) { 2929 function native__DOMWindowWrappingImplementation__set__DOMWindow_devicePixelRati o(_this, value) {
2866 try { 2930 try {
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after
4583 } 4647 }
4584 4648
4585 function native__DOMWindowWrappingImplementation__get__DOMWindow_webkitNotificat ions(_this) { 4649 function native__DOMWindowWrappingImplementation__get__DOMWindow_webkitNotificat ions(_this) {
4586 try { 4650 try {
4587 return __dom_wrap(_this.$dom.webkitNotifications); 4651 return __dom_wrap(_this.$dom.webkitNotifications);
4588 } catch (e) { 4652 } catch (e) {
4589 throw __dom_wrap_exception(e); 4653 throw __dom_wrap_exception(e);
4590 } 4654 }
4591 } 4655 }
4592 4656
4657 function native__DOMWindowWrappingImplementation__get__DOMWindow_webkitURL(_this ) {
4658 try {
4659 return __dom_wrap(_this.$dom.webkitURL);
4660 } catch (e) {
4661 throw __dom_wrap_exception(e);
4662 }
4663 }
4664
4593 function native__DOMWindowWrappingImplementation__get__DOMWindow_window(_this) { 4665 function native__DOMWindowWrappingImplementation__get__DOMWindow_window(_this) {
4594 try { 4666 try {
4595 return __dom_wrap(_this.$dom.window); 4667 return __dom_wrap(_this.$dom.window);
4596 } catch (e) { 4668 } catch (e) {
4597 throw __dom_wrap_exception(e); 4669 throw __dom_wrap_exception(e);
4598 } 4670 }
4599 } 4671 }
4600 4672
4601 function native__DOMWindowWrappingImplementation__addEventListener(_this, type, listener) { 4673 function native__DOMWindowWrappingImplementation__addEventListener(_this, type, listener) {
4602 try { 4674 try {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
4711 } 4783 }
4712 4784
4713 function native__DOMWindowWrappingImplementation__getComputedStyle(_this, elemen t, pseudoElement) { 4785 function native__DOMWindowWrappingImplementation__getComputedStyle(_this, elemen t, pseudoElement) {
4714 try { 4786 try {
4715 return __dom_wrap(_this.$dom.getComputedStyle(__dom_unwrap(element), __dom_u nwrap(pseudoElement))); 4787 return __dom_wrap(_this.$dom.getComputedStyle(__dom_unwrap(element), __dom_u nwrap(pseudoElement)));
4716 } catch (e) { 4788 } catch (e) {
4717 throw __dom_wrap_exception(e); 4789 throw __dom_wrap_exception(e);
4718 } 4790 }
4719 } 4791 }
4720 4792
4793 function native__DOMWindowWrappingImplementation__getMatchedCSSRules(_this, elem ent, pseudoElement) {
4794 try {
4795 return __dom_wrap(_this.$dom.getMatchedCSSRules(__dom_unwrap(element), __dom _unwrap(pseudoElement)));
4796 } catch (e) {
4797 throw __dom_wrap_exception(e);
4798 }
4799 }
4800
4721 function native__DOMWindowWrappingImplementation__getSelection(_this) { 4801 function native__DOMWindowWrappingImplementation__getSelection(_this) {
4722 try { 4802 try {
4723 return __dom_wrap(_this.$dom.getSelection()); 4803 return __dom_wrap(_this.$dom.getSelection());
4724 } catch (e) { 4804 } catch (e) {
4725 throw __dom_wrap_exception(e); 4805 throw __dom_wrap_exception(e);
4726 } 4806 }
4727 } 4807 }
4728 4808
4729 function native__DOMWindowWrappingImplementation__matchMedia(_this, query) { 4809 function native__DOMWindowWrappingImplementation__matchMedia(_this, query) {
4730 try { 4810 try {
(...skipping 28 matching lines...) Expand all
4759 } 4839 }
4760 4840
4761 function native__DOMWindowWrappingImplementation__open_2(_this, url, name, optio ns) { 4841 function native__DOMWindowWrappingImplementation__open_2(_this, url, name, optio ns) {
4762 try { 4842 try {
4763 return __dom_wrap(_this.$dom.open(__dom_unwrap(url), __dom_unwrap(name), __d om_unwrap(options))); 4843 return __dom_wrap(_this.$dom.open(__dom_unwrap(url), __dom_unwrap(name), __d om_unwrap(options)));
4764 } catch (e) { 4844 } catch (e) {
4765 throw __dom_wrap_exception(e); 4845 throw __dom_wrap_exception(e);
4766 } 4846 }
4767 } 4847 }
4768 4848
4769 function native__DOMWindowWrappingImplementation__postMessage(_this, message, ta rgetOrigin) { 4849 function native__DOMWindowWrappingImplementation__postMessage(_this, message, me ssagePorts_OR_targetOrigin) {
4770 try { 4850 try {
4771 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap (targetOrigin))); 4851 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap (messagePorts_OR_targetOrigin)));
4772 } catch (e) { 4852 } catch (e) {
4773 throw __dom_wrap_exception(e); 4853 throw __dom_wrap_exception(e);
4774 } 4854 }
4855 }
4856
4857 function native__DOMWindowWrappingImplementation__postMessage_2(_this, message, messagePorts_OR_targetOrigin, targetOrigin) {
4858 try {
4859 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap (messagePorts_OR_targetOrigin), __dom_unwrap(targetOrigin)));
4860 } catch (e) {
4861 throw __dom_wrap_exception(e);
4862 }
4775 } 4863 }
4776 4864
4777 function native__DOMWindowWrappingImplementation__print(_this) { 4865 function native__DOMWindowWrappingImplementation__print(_this) {
4778 try { 4866 try {
4779 return __dom_wrap(_this.$dom.print()); 4867 return __dom_wrap(_this.$dom.print());
4780 } catch (e) { 4868 } catch (e) {
4781 throw __dom_wrap_exception(e); 4869 throw __dom_wrap_exception(e);
4782 } 4870 }
4783 } 4871 }
4784 4872
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
4903 } 4991 }
4904 4992
4905 function native__DOMWindowWrappingImplementation__webkitConvertPointFromPageToNo de(_this, node, p) { 4993 function native__DOMWindowWrappingImplementation__webkitConvertPointFromPageToNo de(_this, node, p) {
4906 try { 4994 try {
4907 return __dom_wrap(_this.$dom.webkitConvertPointFromPageToNode(__dom_unwrap(n ode), __dom_unwrap(p))); 4995 return __dom_wrap(_this.$dom.webkitConvertPointFromPageToNode(__dom_unwrap(n ode), __dom_unwrap(p)));
4908 } catch (e) { 4996 } catch (e) {
4909 throw __dom_wrap_exception(e); 4997 throw __dom_wrap_exception(e);
4910 } 4998 }
4911 } 4999 }
4912 5000
4913 function native__DOMWindowWrappingImplementation__webkitPostMessage(_this, messa ge, targetOrigin) { 5001 function native__DOMWindowWrappingImplementation__webkitPostMessage(_this, messa ge, targetOrigin_OR_transferList) {
4914 try { 5002 try {
4915 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_ unwrap(targetOrigin))); 5003 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_ unwrap(targetOrigin_OR_transferList)));
4916 } catch (e) { 5004 } catch (e) {
4917 throw __dom_wrap_exception(e); 5005 throw __dom_wrap_exception(e);
4918 } 5006 }
5007 }
5008
5009 function native__DOMWindowWrappingImplementation__webkitPostMessage_2(_this, mes sage, targetOrigin_OR_transferList, targetOrigin) {
5010 try {
5011 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_ unwrap(targetOrigin_OR_transferList), __dom_unwrap(targetOrigin)));
5012 } catch (e) {
5013 throw __dom_wrap_exception(e);
5014 }
4919 } 5015 }
4920 5016
4921 function native__DOMWindowWrappingImplementation__webkitRequestAnimationFrame(_t his, callback, element) { 5017 function native__DOMWindowWrappingImplementation__webkitRequestAnimationFrame(_t his, callback, element) {
4922 try { 5018 try {
4923 return __dom_wrap(_this.$dom.webkitRequestAnimationFrame(__dom_unwrap(callba ck), __dom_unwrap(element))); 5019 return __dom_wrap(_this.$dom.webkitRequestAnimationFrame(__dom_unwrap(callba ck), __dom_unwrap(element)));
4924 } catch (e) { 5020 } catch (e) {
4925 throw __dom_wrap_exception(e); 5021 throw __dom_wrap_exception(e);
4926 } 5022 }
4927 } 5023 }
4928 5024
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
5375 } 5471 }
5376 5472
5377 function native__DedicatedWorkerContextWrappingImplementation__postMessage(_this , message) { 5473 function native__DedicatedWorkerContextWrappingImplementation__postMessage(_this , message) {
5378 try { 5474 try {
5379 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message))); 5475 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message)));
5380 } catch (e) { 5476 } catch (e) {
5381 throw __dom_wrap_exception(e); 5477 throw __dom_wrap_exception(e);
5382 } 5478 }
5383 } 5479 }
5384 5480
5481 function native__DedicatedWorkerContextWrappingImplementation__postMessage_2(_th is, message, messagePorts) {
5482 try {
5483 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap (messagePorts)));
5484 } catch (e) {
5485 throw __dom_wrap_exception(e);
5486 }
5487 }
5488
5385 function native__DedicatedWorkerContextWrappingImplementation__webkitPostMessage (_this, message) { 5489 function native__DedicatedWorkerContextWrappingImplementation__webkitPostMessage (_this, message) {
5386 try { 5490 try {
5387 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message))); 5491 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message)));
5388 } catch (e) { 5492 } catch (e) {
5389 throw __dom_wrap_exception(e); 5493 throw __dom_wrap_exception(e);
5390 } 5494 }
5391 } 5495 }
5392 5496
5497 function native__DedicatedWorkerContextWrappingImplementation__webkitPostMessage _2(_this, message, transferList) {
5498 try {
5499 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_ unwrap(transferList)));
5500 } catch (e) {
5501 throw __dom_wrap_exception(e);
5502 }
5503 }
5504
5393 function native__DeviceMotionEventWrappingImplementation__get__DeviceMotionEvent _interval(_this) { 5505 function native__DeviceMotionEventWrappingImplementation__get__DeviceMotionEvent _interval(_this) {
5394 try { 5506 try {
5395 return __dom_wrap(_this.$dom.interval); 5507 return __dom_wrap(_this.$dom.interval);
5396 } catch (e) { 5508 } catch (e) {
5397 throw __dom_wrap_exception(e); 5509 throw __dom_wrap_exception(e);
5398 } 5510 }
5399 } 5511 }
5400 5512
5401 function native__DeviceOrientationEventWrappingImplementation__get__DeviceOrient ationEvent_alpha(_this) { 5513 function native__DeviceOrientationEventWrappingImplementation__get__DeviceOrient ationEvent_alpha(_this) {
5402 try { 5514 try {
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
5719 } 5831 }
5720 5832
5721 function native__DocumentWrappingImplementation__get__Document_domain(_this) { 5833 function native__DocumentWrappingImplementation__get__Document_domain(_this) {
5722 try { 5834 try {
5723 return __dom_wrap(_this.$dom.domain); 5835 return __dom_wrap(_this.$dom.domain);
5724 } catch (e) { 5836 } catch (e) {
5725 throw __dom_wrap_exception(e); 5837 throw __dom_wrap_exception(e);
5726 } 5838 }
5727 } 5839 }
5728 5840
5841 function native__DocumentWrappingImplementation__set__Document_domain(_this, val ue) {
5842 try {
5843 _this.$dom.domain = __dom_unwrap(value);
5844 } catch (e) {
5845 throw __dom_wrap_exception(e);
5846 }
5847 }
5848
5729 function native__DocumentWrappingImplementation__get__Document_forms(_this) { 5849 function native__DocumentWrappingImplementation__get__Document_forms(_this) {
5730 try { 5850 try {
5731 return __dom_wrap(_this.$dom.forms); 5851 return __dom_wrap(_this.$dom.forms);
5732 } catch (e) { 5852 } catch (e) {
5733 throw __dom_wrap_exception(e); 5853 throw __dom_wrap_exception(e);
5734 } 5854 }
5735 } 5855 }
5736 5856
5737 function native__DocumentWrappingImplementation__get__Document_head(_this) { 5857 function native__DocumentWrappingImplementation__get__Document_head(_this) {
5738 try { 5858 try {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
5775 } 5895 }
5776 5896
5777 function native__DocumentWrappingImplementation__get__Document_links(_this) { 5897 function native__DocumentWrappingImplementation__get__Document_links(_this) {
5778 try { 5898 try {
5779 return __dom_wrap(_this.$dom.links); 5899 return __dom_wrap(_this.$dom.links);
5780 } catch (e) { 5900 } catch (e) {
5781 throw __dom_wrap_exception(e); 5901 throw __dom_wrap_exception(e);
5782 } 5902 }
5783 } 5903 }
5784 5904
5905 function native__DocumentWrappingImplementation__get__Document_location(_this) {
5906 try {
5907 return __dom_wrap(_this.$dom.location);
5908 } catch (e) {
5909 throw __dom_wrap_exception(e);
5910 }
5911 }
5912
5913 function native__DocumentWrappingImplementation__set__Document_location(_this, v alue) {
5914 try {
5915 _this.$dom.location = __dom_unwrap(value);
5916 } catch (e) {
5917 throw __dom_wrap_exception(e);
5918 }
5919 }
5920
5785 function native__DocumentWrappingImplementation__get__Document_onabort(_this) { 5921 function native__DocumentWrappingImplementation__get__Document_onabort(_this) {
5786 try { 5922 try {
5787 return __dom_wrap(_this.$dom.onabort); 5923 return __dom_wrap(_this.$dom.onabort);
5788 } catch (e) { 5924 } catch (e) {
5789 throw __dom_wrap_exception(e); 5925 throw __dom_wrap_exception(e);
5790 } 5926 }
5791 } 5927 }
5792 5928
5793 function native__DocumentWrappingImplementation__set__Document_onabort(_this, va lue) { 5929 function native__DocumentWrappingImplementation__set__Document_onabort(_this, va lue) {
5794 try { 5930 try {
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
6671 } 6807 }
6672 6808
6673 function native__DocumentWrappingImplementation__createCDATASection(_this, data) { 6809 function native__DocumentWrappingImplementation__createCDATASection(_this, data) {
6674 try { 6810 try {
6675 return __dom_wrap(_this.$dom.createCDATASection(__dom_unwrap(data))); 6811 return __dom_wrap(_this.$dom.createCDATASection(__dom_unwrap(data)));
6676 } catch (e) { 6812 } catch (e) {
6677 throw __dom_wrap_exception(e); 6813 throw __dom_wrap_exception(e);
6678 } 6814 }
6679 } 6815 }
6680 6816
6681 function native__DocumentWrappingImplementation__createCSSStyleDeclaration(_this ) {
6682 try {
6683 return __dom_wrap(_this.$dom.createCSSStyleDeclaration());
6684 } catch (e) {
6685 throw __dom_wrap_exception(e);
6686 }
6687 }
6688
6689 function native__DocumentWrappingImplementation__createComment(_this, data) { 6817 function native__DocumentWrappingImplementation__createComment(_this, data) {
6690 try { 6818 try {
6691 return __dom_wrap(_this.$dom.createComment(__dom_unwrap(data))); 6819 return __dom_wrap(_this.$dom.createComment(__dom_unwrap(data)));
6692 } catch (e) { 6820 } catch (e) {
6693 throw __dom_wrap_exception(e); 6821 throw __dom_wrap_exception(e);
6694 } 6822 }
6695 } 6823 }
6696 6824
6697 function native__DocumentWrappingImplementation__createDocumentFragment(_this) { 6825 function native__DocumentWrappingImplementation__createDocumentFragment(_this) {
6698 try { 6826 try {
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
6863 } 6991 }
6864 6992
6865 function native__DocumentWrappingImplementation__getOverrideStyle(_this, element , pseudoElement) { 6993 function native__DocumentWrappingImplementation__getOverrideStyle(_this, element , pseudoElement) {
6866 try { 6994 try {
6867 return __dom_wrap(_this.$dom.getOverrideStyle(__dom_unwrap(element), __dom_u nwrap(pseudoElement))); 6995 return __dom_wrap(_this.$dom.getOverrideStyle(__dom_unwrap(element), __dom_u nwrap(pseudoElement)));
6868 } catch (e) { 6996 } catch (e) {
6869 throw __dom_wrap_exception(e); 6997 throw __dom_wrap_exception(e);
6870 } 6998 }
6871 } 6999 }
6872 7000
7001 function native__DocumentWrappingImplementation__getSelection(_this) {
7002 try {
7003 return __dom_wrap(_this.$dom.getSelection());
7004 } catch (e) {
7005 throw __dom_wrap_exception(e);
7006 }
7007 }
7008
6873 function native__DocumentWrappingImplementation__importNode(_this, importedNode, deep) { 7009 function native__DocumentWrappingImplementation__importNode(_this, importedNode, deep) {
6874 try { 7010 try {
6875 return __dom_wrap(_this.$dom.importNode(__dom_unwrap(importedNode), __dom_un wrap(deep))); 7011 return __dom_wrap(_this.$dom.importNode(__dom_unwrap(importedNode), __dom_un wrap(deep)));
6876 } catch (e) { 7012 } catch (e) {
6877 throw __dom_wrap_exception(e); 7013 throw __dom_wrap_exception(e);
6878 } 7014 }
6879 } 7015 }
6880 7016
6881 function native__DocumentWrappingImplementation__queryCommandEnabled(_this, comm and) { 7017 function native__DocumentWrappingImplementation__queryCommandEnabled(_this, comm and) {
6882 try { 7018 try {
(...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
8559 } 8695 }
8560 8696
8561 function native__EventWrappingImplementation__get__Event_cancelable(_this) { 8697 function native__EventWrappingImplementation__get__Event_cancelable(_this) {
8562 try { 8698 try {
8563 return __dom_wrap(_this.$dom.cancelable); 8699 return __dom_wrap(_this.$dom.cancelable);
8564 } catch (e) { 8700 } catch (e) {
8565 throw __dom_wrap_exception(e); 8701 throw __dom_wrap_exception(e);
8566 } 8702 }
8567 } 8703 }
8568 8704
8705 function native__EventWrappingImplementation__get__Event_clipboardData(_this) {
8706 try {
8707 return __dom_wrap(_this.$dom.clipboardData);
8708 } catch (e) {
8709 throw __dom_wrap_exception(e);
8710 }
8711 }
8712
8569 function native__EventWrappingImplementation__get__Event_currentTarget(_this) { 8713 function native__EventWrappingImplementation__get__Event_currentTarget(_this) {
8570 try { 8714 try {
8571 return __dom_wrap(_this.$dom.currentTarget); 8715 return __dom_wrap(_this.$dom.currentTarget);
8572 } catch (e) { 8716 } catch (e) {
8573 throw __dom_wrap_exception(e); 8717 throw __dom_wrap_exception(e);
8574 } 8718 }
8575 } 8719 }
8576 8720
8577 function native__EventWrappingImplementation__get__Event_defaultPrevented(_this) { 8721 function native__EventWrappingImplementation__get__Event_defaultPrevented(_this) {
8578 try { 8722 try {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
8687 } 8831 }
8688 8832
8689 function native__EventExceptionWrappingImplementation__get__EventException_name( _this) { 8833 function native__EventExceptionWrappingImplementation__get__EventException_name( _this) {
8690 try { 8834 try {
8691 return __dom_wrap(_this.$dom.name); 8835 return __dom_wrap(_this.$dom.name);
8692 } catch (e) { 8836 } catch (e) {
8693 throw __dom_wrap_exception(e); 8837 throw __dom_wrap_exception(e);
8694 } 8838 }
8695 } 8839 }
8696 8840
8841 function native__EventExceptionWrappingImplementation__toString(_this) {
8842 try {
8843 return __dom_wrap(_this.$dom.toString());
8844 } catch (e) {
8845 throw __dom_wrap_exception(e);
8846 }
8847 }
8848
8697 function native__EventSourceWrappingImplementation__get__EventSource_URL(_this) { 8849 function native__EventSourceWrappingImplementation__get__EventSource_URL(_this) {
8698 try { 8850 try {
8699 return __dom_wrap(_this.$dom.URL); 8851 return __dom_wrap(_this.$dom.URL);
8700 } catch (e) { 8852 } catch (e) {
8701 throw __dom_wrap_exception(e); 8853 throw __dom_wrap_exception(e);
8702 } 8854 }
8703 } 8855 }
8704 8856
8705 function native__EventSourceWrappingImplementation__get__EventSource_onerror(_th is) { 8857 function native__EventSourceWrappingImplementation__get__EventSource_onerror(_th is) {
8706 try { 8858 try {
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
8959 } 9111 }
8960 9112
8961 function native__FileExceptionWrappingImplementation__get__FileException_name(_t his) { 9113 function native__FileExceptionWrappingImplementation__get__FileException_name(_t his) {
8962 try { 9114 try {
8963 return __dom_wrap(_this.$dom.name); 9115 return __dom_wrap(_this.$dom.name);
8964 } catch (e) { 9116 } catch (e) {
8965 throw __dom_wrap_exception(e); 9117 throw __dom_wrap_exception(e);
8966 } 9118 }
8967 } 9119 }
8968 9120
9121 function native__FileExceptionWrappingImplementation__toString(_this) {
9122 try {
9123 return __dom_wrap(_this.$dom.toString());
9124 } catch (e) {
9125 throw __dom_wrap_exception(e);
9126 }
9127 }
9128
8969 function native__FileListWrappingImplementation__get__FileList_length(_this) { 9129 function native__FileListWrappingImplementation__get__FileList_length(_this) {
8970 try { 9130 try {
8971 return __dom_wrap(_this.$dom.length); 9131 return __dom_wrap(_this.$dom.length);
8972 } catch (e) { 9132 } catch (e) {
8973 throw __dom_wrap_exception(e); 9133 throw __dom_wrap_exception(e);
8974 } 9134 }
8975 } 9135 }
8976 9136
8977 function native__FileListWrappingImplementation__item(_this, index) { 9137 function native__FileListWrappingImplementation__item(_this, index) {
8978 try { 9138 try {
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
9879 } 10039 }
9880 10040
9881 function native__HTMLAnchorElementWrappingImplementation__getParameter(_this, na me) { 10041 function native__HTMLAnchorElementWrappingImplementation__getParameter(_this, na me) {
9882 try { 10042 try {
9883 return __dom_wrap(_this.$dom.getParameter(__dom_unwrap(name))); 10043 return __dom_wrap(_this.$dom.getParameter(__dom_unwrap(name)));
9884 } catch (e) { 10044 } catch (e) {
9885 throw __dom_wrap_exception(e); 10045 throw __dom_wrap_exception(e);
9886 } 10046 }
9887 } 10047 }
9888 10048
10049 function native__HTMLAnchorElementWrappingImplementation__toString(_this) {
10050 try {
10051 return __dom_wrap(_this.$dom.toString());
10052 } catch (e) {
10053 throw __dom_wrap_exception(e);
10054 }
10055 }
10056
9889 function native__HTMLAppletElementWrappingImplementation__get__HTMLAppletElement _align(_this) { 10057 function native__HTMLAppletElementWrappingImplementation__get__HTMLAppletElement _align(_this) {
9890 try { 10058 try {
9891 return __dom_wrap(_this.$dom.align); 10059 return __dom_wrap(_this.$dom.align);
9892 } catch (e) { 10060 } catch (e) {
9893 throw __dom_wrap_exception(e); 10061 throw __dom_wrap_exception(e);
9894 } 10062 }
9895 } 10063 }
9896 10064
9897 function native__HTMLAppletElementWrappingImplementation__set__HTMLAppletElement _align(_this, value) { 10065 function native__HTMLAppletElementWrappingImplementation__set__HTMLAppletElement _align(_this, value) {
9898 try { 10066 try {
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
11055 } 11223 }
11056 11224
11057 function native__HTMLDocumentWrappingImplementation__set__HTMLDocument_alinkColo r(_this, value) { 11225 function native__HTMLDocumentWrappingImplementation__set__HTMLDocument_alinkColo r(_this, value) {
11058 try { 11226 try {
11059 _this.$dom.alinkColor = __dom_unwrap(value); 11227 _this.$dom.alinkColor = __dom_unwrap(value);
11060 } catch (e) { 11228 } catch (e) {
11061 throw __dom_wrap_exception(e); 11229 throw __dom_wrap_exception(e);
11062 } 11230 }
11063 } 11231 }
11064 11232
11233 function native__HTMLDocumentWrappingImplementation__get__HTMLDocument_all(_this ) {
11234 try {
11235 return __dom_wrap(_this.$dom.all);
11236 } catch (e) {
11237 throw __dom_wrap_exception(e);
11238 }
11239 }
11240
11241 function native__HTMLDocumentWrappingImplementation__set__HTMLDocument_all(_this , value) {
11242 try {
11243 _this.$dom.all = __dom_unwrap(value);
11244 } catch (e) {
11245 throw __dom_wrap_exception(e);
11246 }
11247 }
11248
11065 function native__HTMLDocumentWrappingImplementation__get__HTMLDocument_bgColor(_ this) { 11249 function native__HTMLDocumentWrappingImplementation__get__HTMLDocument_bgColor(_ this) {
11066 try { 11250 try {
11067 return __dom_wrap(_this.$dom.bgColor); 11251 return __dom_wrap(_this.$dom.bgColor);
11068 } catch (e) { 11252 } catch (e) {
11069 throw __dom_wrap_exception(e); 11253 throw __dom_wrap_exception(e);
11070 } 11254 }
11071 } 11255 }
11072 11256
11073 function native__HTMLDocumentWrappingImplementation__set__HTMLDocument_bgColor(_ this, value) { 11257 function native__HTMLDocumentWrappingImplementation__set__HTMLDocument_bgColor(_ this, value) {
11074 try { 11258 try {
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
11993 function native__HTMLFormElementWrappingImplementation__reset(_this) { 12177 function native__HTMLFormElementWrappingImplementation__reset(_this) {
11994 try { 12178 try {
11995 return __dom_wrap(_this.$dom.reset()); 12179 return __dom_wrap(_this.$dom.reset());
11996 } catch (e) { 12180 } catch (e) {
11997 throw __dom_wrap_exception(e); 12181 throw __dom_wrap_exception(e);
11998 } 12182 }
11999 } 12183 }
12000 12184
12001 function native__HTMLFormElementWrappingImplementation__submit(_this) { 12185 function native__HTMLFormElementWrappingImplementation__submit(_this) {
12002 try { 12186 try {
12003 return __dom_wrap(_this.$dom.submit()); 12187 return __dom_wrap(_this.$dom.submitFromJavaScript());
12004 } catch (e) { 12188 } catch (e) {
12005 throw __dom_wrap_exception(e); 12189 throw __dom_wrap_exception(e);
12006 } 12190 }
12007 } 12191 }
12008 12192
12009 function native__HTMLFrameElementWrappingImplementation__get__HTMLFrameElement_c ontentDocument(_this) { 12193 function native__HTMLFrameElementWrappingImplementation__get__HTMLFrameElement_c ontentDocument(_this) {
12010 try { 12194 try {
12011 return __dom_wrap(_this.$dom.contentDocument); 12195 return __dom_wrap(_this.$dom.contentDocument);
12012 } catch (e) { 12196 } catch (e) {
12013 throw __dom_wrap_exception(e); 12197 throw __dom_wrap_exception(e);
(...skipping 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after
13783 } 13967 }
13784 13968
13785 function native__HTMLInputElementWrappingImplementation__setSelectionRange_2(_th is, start, end, direction) { 13969 function native__HTMLInputElementWrappingImplementation__setSelectionRange_2(_th is, start, end, direction) {
13786 try { 13970 try {
13787 return __dom_wrap(_this.$dom.setSelectionRange(__dom_unwrap(start), __dom_un wrap(end), __dom_unwrap(direction))); 13971 return __dom_wrap(_this.$dom.setSelectionRange(__dom_unwrap(start), __dom_un wrap(end), __dom_unwrap(direction)));
13788 } catch (e) { 13972 } catch (e) {
13789 throw __dom_wrap_exception(e); 13973 throw __dom_wrap_exception(e);
13790 } 13974 }
13791 } 13975 }
13792 13976
13793 function native__HTMLInputElementWrappingImplementation__setValueForUser(_this, value) {
13794 try {
13795 return __dom_wrap(_this.$dom.setValueForUser(__dom_unwrap(value)));
13796 } catch (e) {
13797 throw __dom_wrap_exception(e);
13798 }
13799 }
13800
13801 function native__HTMLInputElementWrappingImplementation__stepDown(_this) { 13977 function native__HTMLInputElementWrappingImplementation__stepDown(_this) {
13802 try { 13978 try {
13803 return __dom_wrap(_this.$dom.stepDown()); 13979 return __dom_wrap(_this.$dom.stepDown());
13804 } catch (e) { 13980 } catch (e) {
13805 throw __dom_wrap_exception(e); 13981 throw __dom_wrap_exception(e);
13806 } 13982 }
13807 } 13983 }
13808 13984
13809 function native__HTMLInputElementWrappingImplementation__stepDown_2(_this, n) { 13985 function native__HTMLInputElementWrappingImplementation__stepDown_2(_this, n) {
13810 try { 13986 try {
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
14231 } 14407 }
14232 14408
14233 function native__HTMLLinkElementWrappingImplementation__get__HTMLLinkElement_she et(_this) { 14409 function native__HTMLLinkElementWrappingImplementation__get__HTMLLinkElement_she et(_this) {
14234 try { 14410 try {
14235 return __dom_wrap(_this.$dom.sheet); 14411 return __dom_wrap(_this.$dom.sheet);
14236 } catch (e) { 14412 } catch (e) {
14237 throw __dom_wrap_exception(e); 14413 throw __dom_wrap_exception(e);
14238 } 14414 }
14239 } 14415 }
14240 14416
14417 function native__HTMLLinkElementWrappingImplementation__get__HTMLLinkElement_siz es(_this) {
14418 try {
14419 return __dom_wrap(_this.$dom.sizes);
14420 } catch (e) {
14421 throw __dom_wrap_exception(e);
14422 }
14423 }
14424
14425 function native__HTMLLinkElementWrappingImplementation__set__HTMLLinkElement_siz es(_this, value) {
14426 try {
14427 _this.$dom.sizes = __dom_unwrap(value);
14428 } catch (e) {
14429 throw __dom_wrap_exception(e);
14430 }
14431 }
14432
14241 function native__HTMLLinkElementWrappingImplementation__get__HTMLLinkElement_tar get(_this) { 14433 function native__HTMLLinkElementWrappingImplementation__get__HTMLLinkElement_tar get(_this) {
14242 try { 14434 try {
14243 return __dom_wrap(_this.$dom.target); 14435 return __dom_wrap(_this.$dom.target);
14244 } catch (e) { 14436 } catch (e) {
14245 throw __dom_wrap_exception(e); 14437 throw __dom_wrap_exception(e);
14246 } 14438 }
14247 } 14439 }
14248 14440
14249 function native__HTMLLinkElementWrappingImplementation__set__HTMLLinkElement_tar get(_this, value) { 14441 function native__HTMLLinkElementWrappingImplementation__set__HTMLLinkElement_tar get(_this, value) {
14250 try { 14442 try {
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
15551 } 15743 }
15552 15744
15553 function native__HTMLOptionElementWrappingImplementation__get__HTMLOptionElement _text(_this) { 15745 function native__HTMLOptionElementWrappingImplementation__get__HTMLOptionElement _text(_this) {
15554 try { 15746 try {
15555 return __dom_wrap(_this.$dom.text); 15747 return __dom_wrap(_this.$dom.text);
15556 } catch (e) { 15748 } catch (e) {
15557 throw __dom_wrap_exception(e); 15749 throw __dom_wrap_exception(e);
15558 } 15750 }
15559 } 15751 }
15560 15752
15753 function native__HTMLOptionElementWrappingImplementation__set__HTMLOptionElement _text(_this, value) {
15754 try {
15755 _this.$dom.text = __dom_unwrap(value);
15756 } catch (e) {
15757 throw __dom_wrap_exception(e);
15758 }
15759 }
15760
15561 function native__HTMLOptionElementWrappingImplementation__get__HTMLOptionElement _value(_this) { 15761 function native__HTMLOptionElementWrappingImplementation__get__HTMLOptionElement _value(_this) {
15562 try { 15762 try {
15563 return __dom_wrap(_this.$dom.value); 15763 return __dom_wrap(_this.$dom.value);
15564 } catch (e) { 15764 } catch (e) {
15565 throw __dom_wrap_exception(e); 15765 throw __dom_wrap_exception(e);
15566 } 15766 }
15567 } 15767 }
15568 15768
15569 function native__HTMLOptionElementWrappingImplementation__set__HTMLOptionElement _value(_this, value) { 15769 function native__HTMLOptionElementWrappingImplementation__set__HTMLOptionElement _value(_this, value) {
15570 try { 15770 try {
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
16279 } 16479 }
16280 16480
16281 function native__HTMLSelectElementWrappingImplementation__namedItem(_this, name) { 16481 function native__HTMLSelectElementWrappingImplementation__namedItem(_this, name) {
16282 try { 16482 try {
16283 return __dom_wrap(_this.$dom.namedItem(__dom_unwrap(name))); 16483 return __dom_wrap(_this.$dom.namedItem(__dom_unwrap(name)));
16284 } catch (e) { 16484 } catch (e) {
16285 throw __dom_wrap_exception(e); 16485 throw __dom_wrap_exception(e);
16286 } 16486 }
16287 } 16487 }
16288 16488
16289 function native__HTMLSelectElementWrappingImplementation__remove(_this, index) { 16489 function native__HTMLSelectElementWrappingImplementation__remove(_this) {
16290 try { 16490 try {
16291 return __dom_wrap(_this.$dom.remove(__dom_unwrap(index))); 16491 return __dom_wrap(_this.$dom.remove());
16292 } catch (e) { 16492 } catch (e) {
16293 throw __dom_wrap_exception(e); 16493 throw __dom_wrap_exception(e);
16294 } 16494 }
16295 } 16495 }
16296 16496
16297 function native__HTMLSelectElementWrappingImplementation__setCustomValidity(_thi s, error) { 16497 function native__HTMLSelectElementWrappingImplementation__setCustomValidity(_thi s, error) {
16298 try { 16498 try {
16299 return __dom_wrap(_this.$dom.setCustomValidity(__dom_unwrap(error))); 16499 return __dom_wrap(_this.$dom.setCustomValidity(__dom_unwrap(error)));
16300 } catch (e) { 16500 } catch (e) {
16301 throw __dom_wrap_exception(e); 16501 throw __dom_wrap_exception(e);
(...skipping 1897 matching lines...) Expand 10 before | Expand all | Expand 10 after
18199 } 18399 }
18200 18400
18201 function native__IDBDatabaseExceptionWrappingImplementation__get__IDBDatabaseExc eption_name(_this) { 18401 function native__IDBDatabaseExceptionWrappingImplementation__get__IDBDatabaseExc eption_name(_this) {
18202 try { 18402 try {
18203 return __dom_wrap(_this.$dom.name); 18403 return __dom_wrap(_this.$dom.name);
18204 } catch (e) { 18404 } catch (e) {
18205 throw __dom_wrap_exception(e); 18405 throw __dom_wrap_exception(e);
18206 } 18406 }
18207 } 18407 }
18208 18408
18409 function native__IDBDatabaseExceptionWrappingImplementation__toString(_this) {
18410 try {
18411 return __dom_wrap(_this.$dom.toString());
18412 } catch (e) {
18413 throw __dom_wrap_exception(e);
18414 }
18415 }
18416
18209 function native__IDBFactoryWrappingImplementation__cmp(_this, first, second) { 18417 function native__IDBFactoryWrappingImplementation__cmp(_this, first, second) {
18210 try { 18418 try {
18211 return __dom_wrap(_this.$dom.cmp(__dom_unwrap(first), __dom_unwrap(second))) ; 18419 return __dom_wrap(_this.$dom.cmp(__dom_unwrap(first), __dom_unwrap(second))) ;
18212 } catch (e) { 18420 } catch (e) {
18213 throw __dom_wrap_exception(e); 18421 throw __dom_wrap_exception(e);
18214 } 18422 }
18215 } 18423 }
18216 18424
18217 function native__IDBFactoryWrappingImplementation__deleteDatabase(_this, name) { 18425 function native__IDBFactoryWrappingImplementation__deleteDatabase(_this, name) {
18218 try { 18426 try {
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
19191 } 19399 }
19192 19400
19193 function native__JavaScriptCallFrameWrappingImplementation__get__JavaScriptCallF rame_line(_this) { 19401 function native__JavaScriptCallFrameWrappingImplementation__get__JavaScriptCallF rame_line(_this) {
19194 try { 19402 try {
19195 return __dom_wrap(_this.$dom.line); 19403 return __dom_wrap(_this.$dom.line);
19196 } catch (e) { 19404 } catch (e) {
19197 throw __dom_wrap_exception(e); 19405 throw __dom_wrap_exception(e);
19198 } 19406 }
19199 } 19407 }
19200 19408
19409 function native__JavaScriptCallFrameWrappingImplementation__get__JavaScriptCallF rame_scopeChain(_this) {
19410 try {
19411 return __dom_wrap(_this.$dom.scopeChain);
19412 } catch (e) {
19413 throw __dom_wrap_exception(e);
19414 }
19415 }
19416
19201 function native__JavaScriptCallFrameWrappingImplementation__get__JavaScriptCallF rame_sourceID(_this) { 19417 function native__JavaScriptCallFrameWrappingImplementation__get__JavaScriptCallF rame_sourceID(_this) {
19202 try { 19418 try {
19203 return __dom_wrap(_this.$dom.sourceID); 19419 return __dom_wrap(_this.$dom.sourceID);
19204 } catch (e) { 19420 } catch (e) {
19205 throw __dom_wrap_exception(e); 19421 throw __dom_wrap_exception(e);
19206 } 19422 }
19207 } 19423 }
19208 19424
19209 function native__JavaScriptCallFrameWrappingImplementation__get__JavaScriptCallF rame_type(_this) { 19425 function native__JavaScriptCallFrameWrappingImplementation__get__JavaScriptCallF rame_type(_this) {
19210 try { 19426 try {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
19279 } 19495 }
19280 19496
19281 function native__KeyboardEventWrappingImplementation__get__KeyboardEvent_shiftKe y(_this) { 19497 function native__KeyboardEventWrappingImplementation__get__KeyboardEvent_shiftKe y(_this) {
19282 try { 19498 try {
19283 return __dom_wrap(_this.$dom.shiftKey); 19499 return __dom_wrap(_this.$dom.shiftKey);
19284 } catch (e) { 19500 } catch (e) {
19285 throw __dom_wrap_exception(e); 19501 throw __dom_wrap_exception(e);
19286 } 19502 }
19287 } 19503 }
19288 19504
19289 function native__KeyboardEventWrappingImplementation__getModifierState(_this, ke yIdentifierArg) {
19290 try {
19291 return __dom_wrap(_this.$dom.getModifierState(__dom_unwrap(keyIdentifierArg) ));
19292 } catch (e) {
19293 throw __dom_wrap_exception(e);
19294 }
19295 }
19296
19297 function native__KeyboardEventWrappingImplementation__initKeyboardEvent(_this, t ype, canBubble, cancelable, view, keyIdentifier, keyLocation, ctrlKey, altKey, s hiftKey, metaKey, altGraphKey) { 19505 function native__KeyboardEventWrappingImplementation__initKeyboardEvent(_this, t ype, canBubble, cancelable, view, keyIdentifier, keyLocation, ctrlKey, altKey, s hiftKey, metaKey, altGraphKey) {
19298 try { 19506 try {
19299 return __dom_wrap(_this.$dom.initKeyboardEvent(__dom_unwrap(type), __dom_unw rap(canBubble), __dom_unwrap(cancelable), __dom_unwrap(view), __dom_unwrap(keyId entifier), __dom_unwrap(keyLocation), __dom_unwrap(ctrlKey), __dom_unwrap(altKey ), __dom_unwrap(shiftKey), __dom_unwrap(metaKey), __dom_unwrap(altGraphKey))); 19507 return __dom_wrap(_this.$dom.initKeyboardEvent(__dom_unwrap(type), __dom_unw rap(canBubble), __dom_unwrap(cancelable), __dom_unwrap(view), __dom_unwrap(keyId entifier), __dom_unwrap(keyLocation), __dom_unwrap(ctrlKey), __dom_unwrap(altKey ), __dom_unwrap(shiftKey), __dom_unwrap(metaKey), __dom_unwrap(altGraphKey)));
19300 } catch (e) { 19508 } catch (e) {
19301 throw __dom_wrap_exception(e); 19509 throw __dom_wrap_exception(e);
19302 } 19510 }
19303 } 19511 }
19304 19512
19305 function native__LocationWrappingImplementation__get__Location_hash(_this) { 19513 function native__LocationWrappingImplementation__get__Location_hash(_this) {
19306 try { 19514 try {
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
19463 } 19671 }
19464 19672
19465 function native__LocationWrappingImplementation__replace(_this, url) { 19673 function native__LocationWrappingImplementation__replace(_this, url) {
19466 try { 19674 try {
19467 return __dom_wrap(_this.$dom.replace(__dom_unwrap(url))); 19675 return __dom_wrap(_this.$dom.replace(__dom_unwrap(url)));
19468 } catch (e) { 19676 } catch (e) {
19469 throw __dom_wrap_exception(e); 19677 throw __dom_wrap_exception(e);
19470 } 19678 }
19471 } 19679 }
19472 19680
19681 function native__LocationWrappingImplementation__toString(_this) {
19682 try {
19683 return __dom_wrap(_this.$dom.toStringFunction());
19684 } catch (e) {
19685 throw __dom_wrap_exception(e);
19686 }
19687 }
19688
19473 function native__MediaErrorWrappingImplementation__get__MediaError_code(_this) { 19689 function native__MediaErrorWrappingImplementation__get__MediaError_code(_this) {
19474 try { 19690 try {
19475 return __dom_wrap(_this.$dom.code); 19691 return __dom_wrap(_this.$dom.code);
19476 } catch (e) { 19692 } catch (e) {
19477 throw __dom_wrap_exception(e); 19693 throw __dom_wrap_exception(e);
19478 } 19694 }
19479 } 19695 }
19480 19696
19481 function native__MediaListWrappingImplementation__get__MediaList_length(_this) { 19697 function native__MediaListWrappingImplementation__get__MediaList_length(_this) {
19482 try { 19698 try {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
19615 } 19831 }
19616 19832
19617 function native__MessageEventWrappingImplementation__get__MessageEvent_lastEvent Id(_this) { 19833 function native__MessageEventWrappingImplementation__get__MessageEvent_lastEvent Id(_this) {
19618 try { 19834 try {
19619 return __dom_wrap(_this.$dom.lastEventId); 19835 return __dom_wrap(_this.$dom.lastEventId);
19620 } catch (e) { 19836 } catch (e) {
19621 throw __dom_wrap_exception(e); 19837 throw __dom_wrap_exception(e);
19622 } 19838 }
19623 } 19839 }
19624 19840
19625 function native__MessageEventWrappingImplementation__get__MessageEvent_messagePo rt(_this) {
19626 try {
19627 return __dom_wrap(_this.$dom.messagePort);
19628 } catch (e) {
19629 throw __dom_wrap_exception(e);
19630 }
19631 }
19632
19633 function native__MessageEventWrappingImplementation__get__MessageEvent_origin(_t his) { 19841 function native__MessageEventWrappingImplementation__get__MessageEvent_origin(_t his) {
19634 try { 19842 try {
19635 return __dom_wrap(_this.$dom.origin); 19843 return __dom_wrap(_this.$dom.origin);
19636 } catch (e) { 19844 } catch (e) {
19637 throw __dom_wrap_exception(e); 19845 throw __dom_wrap_exception(e);
19638 } 19846 }
19847 }
19848
19849 function native__MessageEventWrappingImplementation__get__MessageEvent_ports(_th is) {
19850 try {
19851 return __dom_wrap(_this.$dom.ports);
19852 } catch (e) {
19853 throw __dom_wrap_exception(e);
19854 }
19639 } 19855 }
19640 19856
19641 function native__MessageEventWrappingImplementation__get__MessageEvent_source(_t his) { 19857 function native__MessageEventWrappingImplementation__get__MessageEvent_source(_t his) {
19642 try { 19858 try {
19643 return __dom_wrap(_this.$dom.source); 19859 return __dom_wrap(_this.$dom.source);
19644 } catch (e) { 19860 } catch (e) {
19645 throw __dom_wrap_exception(e); 19861 throw __dom_wrap_exception(e);
19646 } 19862 }
19647 } 19863 }
19648 19864
19649 function native__MessageEventWrappingImplementation__initMessageEvent(_this, typ eArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg , messagePort) { 19865 function native__MessageEventWrappingImplementation__initMessageEvent(_this, typ eArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg , messagePorts) {
19650 try { 19866 try {
19651 return __dom_wrap(_this.$dom.initMessageEvent(__dom_unwrap(typeArg), __dom_u nwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(dataArg), __dom_u nwrap(originArg), __dom_unwrap(lastEventIdArg), __dom_unwrap(sourceArg), __dom_u nwrap(messagePort))); 19867 return __dom_wrap(_this.$dom.initMessageEvent(__dom_unwrap(typeArg), __dom_u nwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(dataArg), __dom_u nwrap(originArg), __dom_unwrap(lastEventIdArg), __dom_unwrap(sourceArg), __dom_u nwrap(messagePorts)));
19652 } catch (e) { 19868 } catch (e) {
19653 throw __dom_wrap_exception(e); 19869 throw __dom_wrap_exception(e);
19654 } 19870 }
19871 }
19872
19873 function native__MessageEventWrappingImplementation__webkitInitMessageEvent(_thi s, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sou rceArg, transferables) {
19874 try {
19875 return __dom_wrap(_this.$dom.webkitInitMessageEvent(__dom_unwrap(typeArg), _ _dom_unwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(dataArg), _ _dom_unwrap(originArg), __dom_unwrap(lastEventIdArg), __dom_unwrap(sourceArg), _ _dom_unwrap(transferables)));
19876 } catch (e) {
19877 throw __dom_wrap_exception(e);
19878 }
19655 } 19879 }
19656 19880
19657 function native__MessagePortWrappingImplementation__get__MessagePort_onmessage(_ this) { 19881 function native__MessagePortWrappingImplementation__get__MessagePort_onmessage(_ this) {
19658 try { 19882 try {
19659 return __dom_wrap(_this.$dom.onmessage); 19883 return __dom_wrap(_this.$dom.onmessage);
19660 } catch (e) { 19884 } catch (e) {
19661 throw __dom_wrap_exception(e); 19885 throw __dom_wrap_exception(e);
19662 } 19886 }
19663 } 19887 }
19664 19888
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
19703 } 19927 }
19704 19928
19705 function native__MessagePortWrappingImplementation__postMessage(_this, message) { 19929 function native__MessagePortWrappingImplementation__postMessage(_this, message) {
19706 try { 19930 try {
19707 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message))); 19931 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message)));
19708 } catch (e) { 19932 } catch (e) {
19709 throw __dom_wrap_exception(e); 19933 throw __dom_wrap_exception(e);
19710 } 19934 }
19711 } 19935 }
19712 19936
19937 function native__MessagePortWrappingImplementation__postMessage_2(_this, message , messagePorts) {
19938 try {
19939 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap (messagePorts)));
19940 } catch (e) {
19941 throw __dom_wrap_exception(e);
19942 }
19943 }
19944
19713 function native__MessagePortWrappingImplementation__removeEventListener(_this, t ype, listener) { 19945 function native__MessagePortWrappingImplementation__removeEventListener(_this, t ype, listener) {
19714 try { 19946 try {
19715 return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_u nwrap(listener))); 19947 return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_u nwrap(listener)));
19716 } catch (e) { 19948 } catch (e) {
19717 throw __dom_wrap_exception(e); 19949 throw __dom_wrap_exception(e);
19718 } 19950 }
19719 } 19951 }
19720 19952
19721 function native__MessagePortWrappingImplementation__removeEventListener_2(_this, type, listener, useCapture) { 19953 function native__MessagePortWrappingImplementation__removeEventListener_2(_this, type, listener, useCapture) {
19722 try { 19954 try {
(...skipping 12 matching lines...) Expand all
19735 } 19967 }
19736 19968
19737 function native__MessagePortWrappingImplementation__webkitPostMessage(_this, mes sage) { 19969 function native__MessagePortWrappingImplementation__webkitPostMessage(_this, mes sage) {
19738 try { 19970 try {
19739 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message))); 19971 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message)));
19740 } catch (e) { 19972 } catch (e) {
19741 throw __dom_wrap_exception(e); 19973 throw __dom_wrap_exception(e);
19742 } 19974 }
19743 } 19975 }
19744 19976
19977 function native__MessagePortWrappingImplementation__webkitPostMessage_2(_this, m essage, transfer) {
19978 try {
19979 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_ unwrap(transfer)));
19980 } catch (e) {
19981 throw __dom_wrap_exception(e);
19982 }
19983 }
19984
19745 function native__MetadataWrappingImplementation__get__Metadata_modificationTime( _this) { 19985 function native__MetadataWrappingImplementation__get__Metadata_modificationTime( _this) {
19746 try { 19986 try {
19747 return __dom_wrap(_this.$dom.modificationTime); 19987 return __dom_wrap(_this.$dom.modificationTime);
19748 } catch (e) { 19988 } catch (e) {
19749 throw __dom_wrap_exception(e); 19989 throw __dom_wrap_exception(e);
19750 } 19990 }
19751 } 19991 }
19752 19992
19753 function native__MetadataCallbackWrappingImplementation__handleEvent(_this, meta data) { 19993 function native__MetadataCallbackWrappingImplementation__handleEvent(_this, meta data) {
19754 try { 19994 try {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
19791 } 20031 }
19792 20032
19793 function native__MouseEventWrappingImplementation__get__MouseEvent_ctrlKey(_this ) { 20033 function native__MouseEventWrappingImplementation__get__MouseEvent_ctrlKey(_this ) {
19794 try { 20034 try {
19795 return __dom_wrap(_this.$dom.ctrlKey); 20035 return __dom_wrap(_this.$dom.ctrlKey);
19796 } catch (e) { 20036 } catch (e) {
19797 throw __dom_wrap_exception(e); 20037 throw __dom_wrap_exception(e);
19798 } 20038 }
19799 } 20039 }
19800 20040
20041 function native__MouseEventWrappingImplementation__get__MouseEvent_dataTransfer( _this) {
20042 try {
20043 return __dom_wrap(_this.$dom.dataTransfer);
20044 } catch (e) {
20045 throw __dom_wrap_exception(e);
20046 }
20047 }
20048
19801 function native__MouseEventWrappingImplementation__get__MouseEvent_fromElement(_ this) { 20049 function native__MouseEventWrappingImplementation__get__MouseEvent_fromElement(_ this) {
19802 try { 20050 try {
19803 return __dom_wrap(_this.$dom.fromElement); 20051 return __dom_wrap(_this.$dom.fromElement);
19804 } catch (e) { 20052 } catch (e) {
19805 throw __dom_wrap_exception(e); 20053 throw __dom_wrap_exception(e);
19806 } 20054 }
19807 } 20055 }
19808 20056
19809 function native__MouseEventWrappingImplementation__get__MouseEvent_metaKey(_this ) { 20057 function native__MouseEventWrappingImplementation__get__MouseEvent_metaKey(_this ) {
19810 try { 20058 try {
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
20911 } 21159 }
20912 21160
20913 function native__OperationNotAllowedExceptionWrappingImplementation__get__Operat ionNotAllowedException_name(_this) { 21161 function native__OperationNotAllowedExceptionWrappingImplementation__get__Operat ionNotAllowedException_name(_this) {
20914 try { 21162 try {
20915 return __dom_wrap(_this.$dom.name); 21163 return __dom_wrap(_this.$dom.name);
20916 } catch (e) { 21164 } catch (e) {
20917 throw __dom_wrap_exception(e); 21165 throw __dom_wrap_exception(e);
20918 } 21166 }
20919 } 21167 }
20920 21168
21169 function native__OperationNotAllowedExceptionWrappingImplementation__toString(_t his) {
21170 try {
21171 return __dom_wrap(_this.$dom.toString());
21172 } catch (e) {
21173 throw __dom_wrap_exception(e);
21174 }
21175 }
21176
20921 function native__OverflowEventWrappingImplementation__get__OverflowEvent_horizon talOverflow(_this) { 21177 function native__OverflowEventWrappingImplementation__get__OverflowEvent_horizon talOverflow(_this) {
20922 try { 21178 try {
20923 return __dom_wrap(_this.$dom.horizontalOverflow); 21179 return __dom_wrap(_this.$dom.horizontalOverflow);
20924 } catch (e) { 21180 } catch (e) {
20925 throw __dom_wrap_exception(e); 21181 throw __dom_wrap_exception(e);
20926 } 21182 }
20927 } 21183 }
20928 21184
20929 function native__OverflowEventWrappingImplementation__get__OverflowEvent_orient( _this) { 21185 function native__OverflowEventWrappingImplementation__get__OverflowEvent_orient( _this) {
20930 try { 21186 try {
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
21279 } 21535 }
21280 21536
21281 function native__ProgressEventWrappingImplementation__initProgressEvent(_this, t ypeArg, canBubbleArg, cancelableArg, lengthComputableArg, loadedArg, totalArg) { 21537 function native__ProgressEventWrappingImplementation__initProgressEvent(_this, t ypeArg, canBubbleArg, cancelableArg, lengthComputableArg, loadedArg, totalArg) {
21282 try { 21538 try {
21283 return __dom_wrap(_this.$dom.initProgressEvent(__dom_unwrap(typeArg), __dom_ unwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(lengthComputable Arg), __dom_unwrap(loadedArg), __dom_unwrap(totalArg))); 21539 return __dom_wrap(_this.$dom.initProgressEvent(__dom_unwrap(typeArg), __dom_ unwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(lengthComputable Arg), __dom_unwrap(loadedArg), __dom_unwrap(totalArg)));
21284 } catch (e) { 21540 } catch (e) {
21285 throw __dom_wrap_exception(e); 21541 throw __dom_wrap_exception(e);
21286 } 21542 }
21287 } 21543 }
21288 21544
21289 function native__RGBColorWrappingImplementation__get__RGBColor_alpha(_this) {
21290 try {
21291 return __dom_wrap(_this.$dom.alpha);
21292 } catch (e) {
21293 throw __dom_wrap_exception(e);
21294 }
21295 }
21296
21297 function native__RGBColorWrappingImplementation__get__RGBColor_blue(_this) { 21545 function native__RGBColorWrappingImplementation__get__RGBColor_blue(_this) {
21298 try { 21546 try {
21299 return __dom_wrap(_this.$dom.blue); 21547 return __dom_wrap(_this.$dom.blue);
21300 } catch (e) { 21548 } catch (e) {
21301 throw __dom_wrap_exception(e); 21549 throw __dom_wrap_exception(e);
21302 } 21550 }
21303 } 21551 }
21304 21552
21305 function native__RGBColorWrappingImplementation__get__RGBColor_green(_this) { 21553 function native__RGBColorWrappingImplementation__get__RGBColor_green(_this) {
21306 try { 21554 try {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
21359 } 21607 }
21360 21608
21361 function native__RangeWrappingImplementation__get__Range_startOffset(_this) { 21609 function native__RangeWrappingImplementation__get__Range_startOffset(_this) {
21362 try { 21610 try {
21363 return __dom_wrap(_this.$dom.startOffset); 21611 return __dom_wrap(_this.$dom.startOffset);
21364 } catch (e) { 21612 } catch (e) {
21365 throw __dom_wrap_exception(e); 21613 throw __dom_wrap_exception(e);
21366 } 21614 }
21367 } 21615 }
21368 21616
21369 function native__RangeWrappingImplementation__get__Range_text(_this) {
21370 try {
21371 return __dom_wrap(_this.$dom.text);
21372 } catch (e) {
21373 throw __dom_wrap_exception(e);
21374 }
21375 }
21376
21377 function native__RangeWrappingImplementation__cloneContents(_this) { 21617 function native__RangeWrappingImplementation__cloneContents(_this) {
21378 try { 21618 try {
21379 return __dom_wrap(_this.$dom.cloneContents()); 21619 return __dom_wrap(_this.$dom.cloneContents());
21380 } catch (e) { 21620 } catch (e) {
21381 throw __dom_wrap_exception(e); 21621 throw __dom_wrap_exception(e);
21382 } 21622 }
21383 } 21623 }
21384 21624
21385 function native__RangeWrappingImplementation__cloneRange(_this) { 21625 function native__RangeWrappingImplementation__cloneRange(_this) {
21386 try { 21626 try {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
21447 } 21687 }
21448 21688
21449 function native__RangeWrappingImplementation__extractContents(_this) { 21689 function native__RangeWrappingImplementation__extractContents(_this) {
21450 try { 21690 try {
21451 return __dom_wrap(_this.$dom.extractContents()); 21691 return __dom_wrap(_this.$dom.extractContents());
21452 } catch (e) { 21692 } catch (e) {
21453 throw __dom_wrap_exception(e); 21693 throw __dom_wrap_exception(e);
21454 } 21694 }
21455 } 21695 }
21456 21696
21697 function native__RangeWrappingImplementation__getBoundingClientRect(_this) {
21698 try {
21699 return __dom_wrap(_this.$dom.getBoundingClientRect());
21700 } catch (e) {
21701 throw __dom_wrap_exception(e);
21702 }
21703 }
21704
21705 function native__RangeWrappingImplementation__getClientRects(_this) {
21706 try {
21707 return __dom_wrap(_this.$dom.getClientRects());
21708 } catch (e) {
21709 throw __dom_wrap_exception(e);
21710 }
21711 }
21712
21457 function native__RangeWrappingImplementation__insertNode(_this, newNode) { 21713 function native__RangeWrappingImplementation__insertNode(_this, newNode) {
21458 try { 21714 try {
21459 return __dom_wrap(_this.$dom.insertNode(__dom_unwrap(newNode))); 21715 return __dom_wrap(_this.$dom.insertNode(__dom_unwrap(newNode)));
21460 } catch (e) { 21716 } catch (e) {
21461 throw __dom_wrap_exception(e); 21717 throw __dom_wrap_exception(e);
21462 } 21718 }
21463 } 21719 }
21464 21720
21465 function native__RangeWrappingImplementation__intersectsNode(_this, refNode) { 21721 function native__RangeWrappingImplementation__intersectsNode(_this, refNode) {
21466 try { 21722 try {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
21575 } 21831 }
21576 21832
21577 function native__RangeExceptionWrappingImplementation__get__RangeException_name( _this) { 21833 function native__RangeExceptionWrappingImplementation__get__RangeException_name( _this) {
21578 try { 21834 try {
21579 return __dom_wrap(_this.$dom.name); 21835 return __dom_wrap(_this.$dom.name);
21580 } catch (e) { 21836 } catch (e) {
21581 throw __dom_wrap_exception(e); 21837 throw __dom_wrap_exception(e);
21582 } 21838 }
21583 } 21839 }
21584 21840
21841 function native__RangeExceptionWrappingImplementation__toString(_this) {
21842 try {
21843 return __dom_wrap(_this.$dom.toString());
21844 } catch (e) {
21845 throw __dom_wrap_exception(e);
21846 }
21847 }
21848
21585 function native__RectWrappingImplementation__get__Rect_bottom(_this) { 21849 function native__RectWrappingImplementation__get__Rect_bottom(_this) {
21586 try { 21850 try {
21587 return __dom_wrap(_this.$dom.bottom); 21851 return __dom_wrap(_this.$dom.bottom);
21588 } catch (e) { 21852 } catch (e) {
21589 throw __dom_wrap_exception(e); 21853 throw __dom_wrap_exception(e);
21590 } 21854 }
21591 } 21855 }
21592 21856
21593 function native__RectWrappingImplementation__get__Rect_left(_this) { 21857 function native__RectWrappingImplementation__get__Rect_left(_this) {
21594 try { 21858 try {
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
21815 } 22079 }
21816 22080
21817 function native__ScriptProfileNodeWrappingImplementation__get__ScriptProfileNode _callUID(_this) { 22081 function native__ScriptProfileNodeWrappingImplementation__get__ScriptProfileNode _callUID(_this) {
21818 try { 22082 try {
21819 return __dom_wrap(_this.$dom.callUID); 22083 return __dom_wrap(_this.$dom.callUID);
21820 } catch (e) { 22084 } catch (e) {
21821 throw __dom_wrap_exception(e); 22085 throw __dom_wrap_exception(e);
21822 } 22086 }
21823 } 22087 }
21824 22088
22089 function native__ScriptProfileNodeWrappingImplementation__get__ScriptProfileNode _children(_this) {
22090 try {
22091 return __dom_wrap(_this.$dom.children);
22092 } catch (e) {
22093 throw __dom_wrap_exception(e);
22094 }
22095 }
22096
21825 function native__ScriptProfileNodeWrappingImplementation__get__ScriptProfileNode _functionName(_this) { 22097 function native__ScriptProfileNodeWrappingImplementation__get__ScriptProfileNode _functionName(_this) {
21826 try { 22098 try {
21827 return __dom_wrap(_this.$dom.functionName); 22099 return __dom_wrap(_this.$dom.functionName);
21828 } catch (e) { 22100 } catch (e) {
21829 throw __dom_wrap_exception(e); 22101 throw __dom_wrap_exception(e);
21830 } 22102 }
21831 } 22103 }
21832 22104
21833 function native__ScriptProfileNodeWrappingImplementation__get__ScriptProfileNode _lineNumber(_this) { 22105 function native__ScriptProfileNodeWrappingImplementation__get__ScriptProfileNode _lineNumber(_this) {
21834 try { 22106 try {
(...skipping 3598 matching lines...) Expand 10 before | Expand all | Expand 10 after
25433 function native__WheelEventWrappingImplementation__get__WheelEvent_y(_this) { 25705 function native__WheelEventWrappingImplementation__get__WheelEvent_y(_this) {
25434 try { 25706 try {
25435 return __dom_wrap(_this.$dom.y); 25707 return __dom_wrap(_this.$dom.y);
25436 } catch (e) { 25708 } catch (e) {
25437 throw __dom_wrap_exception(e); 25709 throw __dom_wrap_exception(e);
25438 } 25710 }
25439 } 25711 }
25440 25712
25441 function native__WheelEventWrappingImplementation__initWebKitWheelEvent(_this, w heelDeltaX, wheelDeltaY, view, screenX, screenY, clientX, clientY, ctrlKey, altK ey, shiftKey, metaKey) { 25713 function native__WheelEventWrappingImplementation__initWebKitWheelEvent(_this, w heelDeltaX, wheelDeltaY, view, screenX, screenY, clientX, clientY, ctrlKey, altK ey, shiftKey, metaKey) {
25442 try { 25714 try {
25443 var _method = _this.$dom.initWebKitWheelEvent || _this.$dom.initWheelEvent; 25715 return __dom_wrap(_this.$dom.initWebKitWheelEvent(__dom_unwrap(wheelDeltaX), __dom_unwrap(wheelDeltaY), __dom_unwrap(view), __dom_unwrap(screenX), __dom_unw rap(screenY), __dom_unwrap(clientX), __dom_unwrap(clientY), __dom_unwrap(ctrlKey ), __dom_unwrap(altKey), __dom_unwrap(shiftKey), __dom_unwrap(metaKey)));
25444 return __dom_wrap(_method.call(_this.$dom, __dom_unwrap(wheelDeltaX), __dom_ unwrap(wheelDeltaY), __dom_unwrap(view), __dom_unwrap(screenX), __dom_unwrap(scr eenY), __dom_unwrap(clientX), __dom_unwrap(clientY), __dom_unwrap(ctrlKey), __do m_unwrap(altKey), __dom_unwrap(shiftKey), __dom_unwrap(metaKey)));
25445 } catch (e) { 25716 } catch (e) {
25446 throw __dom_wrap_exception(e); 25717 throw __dom_wrap_exception(e);
25447 } 25718 }
25448 } 25719 }
25449 25720
25450 function native__WorkerWrappingImplementation__get__Worker_onmessage(_this) { 25721 function native__WorkerWrappingImplementation__get__Worker_onmessage(_this) {
25451 try { 25722 try {
25452 return __dom_wrap(_this.$dom.onmessage); 25723 return __dom_wrap(_this.$dom.onmessage);
25453 } catch (e) { 25724 } catch (e) {
25454 throw __dom_wrap_exception(e); 25725 throw __dom_wrap_exception(e);
25455 } 25726 }
25456 } 25727 }
25457 25728
25458 function native__WorkerWrappingImplementation__set__Worker_onmessage(_this, valu e) { 25729 function native__WorkerWrappingImplementation__set__Worker_onmessage(_this, valu e) {
25459 try { 25730 try {
25460 _this.$dom.onmessage = __dom_unwrap(value); 25731 _this.$dom.onmessage = __dom_unwrap(value);
25461 } catch (e) { 25732 } catch (e) {
25462 throw __dom_wrap_exception(e); 25733 throw __dom_wrap_exception(e);
25463 } 25734 }
25464 } 25735 }
25465 25736
25466 function native__WorkerWrappingImplementation__postMessage(_this, message) { 25737 function native__WorkerWrappingImplementation__postMessage(_this, message) {
25467 try { 25738 try {
25468 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message))); 25739 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message)));
25469 } catch (e) { 25740 } catch (e) {
25470 throw __dom_wrap_exception(e); 25741 throw __dom_wrap_exception(e);
25471 } 25742 }
25472 } 25743 }
25473 25744
25474 function native__WorkerWrappingImplementation__postMessage_2(_this, message, mes sagePort) { 25745 function native__WorkerWrappingImplementation__postMessage_2(_this, message, mes sagePorts) {
25475 try { 25746 try {
25476 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap (messagePort))); 25747 return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap (messagePorts)));
25477 } catch (e) { 25748 } catch (e) {
25478 throw __dom_wrap_exception(e); 25749 throw __dom_wrap_exception(e);
25479 } 25750 }
25480 } 25751 }
25481 25752
25482 function native__WorkerWrappingImplementation__terminate(_this) { 25753 function native__WorkerWrappingImplementation__terminate(_this) {
25483 try { 25754 try {
25484 return __dom_wrap(_this.$dom.terminate()); 25755 return __dom_wrap(_this.$dom.terminate());
25485 } catch (e) { 25756 } catch (e) {
25486 throw __dom_wrap_exception(e); 25757 throw __dom_wrap_exception(e);
25487 } 25758 }
25488 } 25759 }
25489 25760
25761 function native__WorkerWrappingImplementation__webkitPostMessage(_this, message) {
25762 try {
25763 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message)));
25764 } catch (e) {
25765 throw __dom_wrap_exception(e);
25766 }
25767 }
25768
25769 function native__WorkerWrappingImplementation__webkitPostMessage_2(_this, messag e, messagePorts) {
25770 try {
25771 return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_ unwrap(messagePorts)));
25772 } catch (e) {
25773 throw __dom_wrap_exception(e);
25774 }
25775 }
25776
25490 function native__WorkerContextWrappingImplementation__get__WorkerContext_locatio n(_this) { 25777 function native__WorkerContextWrappingImplementation__get__WorkerContext_locatio n(_this) {
25491 try { 25778 try {
25492 return __dom_wrap(_this.$dom.location); 25779 return __dom_wrap(_this.$dom.location);
25493 } catch (e) { 25780 } catch (e) {
25494 throw __dom_wrap_exception(e); 25781 throw __dom_wrap_exception(e);
25495 } 25782 }
25496 } 25783 }
25497 25784
25498 function native__WorkerContextWrappingImplementation__set__WorkerContext_locatio n(_this, value) { 25785 function native__WorkerContextWrappingImplementation__set__WorkerContext_locatio n(_this, value) {
25499 try { 25786 try {
(...skipping 28 matching lines...) Expand all
25528 } 25815 }
25529 25816
25530 function native__WorkerContextWrappingImplementation__set__WorkerContext_onerror (_this, value) { 25817 function native__WorkerContextWrappingImplementation__set__WorkerContext_onerror (_this, value) {
25531 try { 25818 try {
25532 _this.$dom.onerror = __dom_unwrap(value); 25819 _this.$dom.onerror = __dom_unwrap(value);
25533 } catch (e) { 25820 } catch (e) {
25534 throw __dom_wrap_exception(e); 25821 throw __dom_wrap_exception(e);
25535 } 25822 }
25536 } 25823 }
25537 25824
25825 function native__WorkerContextWrappingImplementation__get__WorkerContext_self(_t his) {
25826 try {
25827 return __dom_wrap(_this.$dom.self);
25828 } catch (e) {
25829 throw __dom_wrap_exception(e);
25830 }
25831 }
25832
25833 function native__WorkerContextWrappingImplementation__set__WorkerContext_self(_t his, value) {
25834 try {
25835 _this.$dom.self = __dom_unwrap(value);
25836 } catch (e) {
25837 throw __dom_wrap_exception(e);
25838 }
25839 }
25840
25538 function native__WorkerContextWrappingImplementation__get__WorkerContext_webkitN otifications(_this) { 25841 function native__WorkerContextWrappingImplementation__get__WorkerContext_webkitN otifications(_this) {
25539 try { 25842 try {
25540 return __dom_wrap(_this.$dom.webkitNotifications); 25843 return __dom_wrap(_this.$dom.webkitNotifications);
25541 } catch (e) { 25844 } catch (e) {
25542 throw __dom_wrap_exception(e); 25845 throw __dom_wrap_exception(e);
25543 } 25846 }
25544 } 25847 }
25545 25848
25546 function native__WorkerContextWrappingImplementation__get__WorkerContext_webkitU RL(_this) { 25849 function native__WorkerContextWrappingImplementation__get__WorkerContext_webkitU RL(_this) {
25547 try { 25850 try {
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
26112 } 26415 }
26113 26416
26114 function native__XMLHttpRequestExceptionWrappingImplementation__get__XMLHttpRequ estException_name(_this) { 26417 function native__XMLHttpRequestExceptionWrappingImplementation__get__XMLHttpRequ estException_name(_this) {
26115 try { 26418 try {
26116 return __dom_wrap(_this.$dom.name); 26419 return __dom_wrap(_this.$dom.name);
26117 } catch (e) { 26420 } catch (e) {
26118 throw __dom_wrap_exception(e); 26421 throw __dom_wrap_exception(e);
26119 } 26422 }
26120 } 26423 }
26121 26424
26425 function native__XMLHttpRequestExceptionWrappingImplementation__toString(_this) {
26426 try {
26427 return __dom_wrap(_this.$dom.toString());
26428 } catch (e) {
26429 throw __dom_wrap_exception(e);
26430 }
26431 }
26432
26122 function native__XMLHttpRequestProgressEventWrappingImplementation__get__XMLHttp RequestProgressEvent_position(_this) { 26433 function native__XMLHttpRequestProgressEventWrappingImplementation__get__XMLHttp RequestProgressEvent_position(_this) {
26123 try { 26434 try {
26124 return __dom_wrap(_this.$dom.position); 26435 return __dom_wrap(_this.$dom.position);
26125 } catch (e) { 26436 } catch (e) {
26126 throw __dom_wrap_exception(e); 26437 throw __dom_wrap_exception(e);
26127 } 26438 }
26128 } 26439 }
26129 26440
26130 function native__XMLHttpRequestProgressEventWrappingImplementation__get__XMLHttp RequestProgressEvent_totalSize(_this) { 26441 function native__XMLHttpRequestProgressEventWrappingImplementation__get__XMLHttp RequestProgressEvent_totalSize(_this) {
26131 try { 26442 try {
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
26304 } 26615 }
26305 26616
26306 function native__XPathExceptionWrappingImplementation__get__XPathException_name( _this) { 26617 function native__XPathExceptionWrappingImplementation__get__XPathException_name( _this) {
26307 try { 26618 try {
26308 return __dom_wrap(_this.$dom.name); 26619 return __dom_wrap(_this.$dom.name);
26309 } catch (e) { 26620 } catch (e) {
26310 throw __dom_wrap_exception(e); 26621 throw __dom_wrap_exception(e);
26311 } 26622 }
26312 } 26623 }
26313 26624
26625 function native__XPathExceptionWrappingImplementation__toString(_this) {
26626 try {
26627 return __dom_wrap(_this.$dom.toString());
26628 } catch (e) {
26629 throw __dom_wrap_exception(e);
26630 }
26631 }
26632
26314 function native__XPathExpressionWrappingImplementation__evaluate(_this, contextN ode, type, inResult) { 26633 function native__XPathExpressionWrappingImplementation__evaluate(_this, contextN ode, type, inResult) {
26315 try { 26634 try {
26316 return __dom_wrap(_this.$dom.evaluate(__dom_unwrap(contextNode), __dom_unwra p(type), __dom_unwrap(inResult))); 26635 return __dom_wrap(_this.$dom.evaluate(__dom_unwrap(contextNode), __dom_unwra p(type), __dom_unwrap(inResult)));
26317 } catch (e) { 26636 } catch (e) {
26318 throw __dom_wrap_exception(e); 26637 throw __dom_wrap_exception(e);
26319 } 26638 }
26320 } 26639 }
26321 26640
26322 function native__XPathNSResolverWrappingImplementation__lookupNamespaceURI(_this , prefix) { 26641 function native__XPathNSResolverWrappingImplementation__lookupNamespaceURI(_this , prefix) {
26323 try { 26642 try {
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
27097 function native__NativeDomGlobalProperties_getWindow() { 27416 function native__NativeDomGlobalProperties_getWindow() {
27098 // TODO: Should the window be obtained from an isolate? 27417 // TODO: Should the window be obtained from an isolate?
27099 return __dom_wrap(window); 27418 return __dom_wrap(window);
27100 } 27419 }
27101 27420
27102 // Declared in src/GlobalProperties.dart 27421 // Declared in src/GlobalProperties.dart
27103 function native__NativeDomGlobalProperties_getDocument() { 27422 function native__NativeDomGlobalProperties_getDocument() {
27104 // TODO: Should the window be obtained from an isolate? 27423 // TODO: Should the window be obtained from an isolate?
27105 return __dom_wrap(window.document); 27424 return __dom_wrap(window.document);
27106 } 27425 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698