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

Unified Diff: client/dom/generated/wrapping_dom.js

Issue 8637013: Remove support for attribute event listeners. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/wrapping_dom.js
diff --git a/client/dom/generated/wrapping_dom.js b/client/dom/generated/wrapping_dom.js
index 783f7aa7cf851566b36427015e901574115d31fd..1b337bd5c62e8eadfd84ac5c60c13118f69b1056 100644
--- a/client/dom/generated/wrapping_dom.js
+++ b/client/dom/generated/wrapping_dom.js
@@ -6,22 +6,6 @@
// Auto-generated Dart DOM implementation.
-function native__AbstractWorkerWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__AbstractWorkerWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__AbstractWorkerWrappingImplementation__addEventListener_AbstractWorker(_this, type, listener) {
try {
return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
@@ -2118,134 +2102,6 @@ function native__CustomEventWrappingImplementation__initCustomEvent(_this, typeA
}
}
-function native__DOMApplicationCacheWrappingImplementation__get_oncached(_this) {
- try {
- return __dom_wrap(_this.$dom.oncached);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__set_oncached(_this, value) {
- try {
- _this.$dom.oncached = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__get_onchecking(_this) {
- try {
- return __dom_wrap(_this.$dom.onchecking);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__set_onchecking(_this, value) {
- try {
- _this.$dom.onchecking = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__get_ondownloading(_this) {
- try {
- return __dom_wrap(_this.$dom.ondownloading);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__set_ondownloading(_this, value) {
- try {
- _this.$dom.ondownloading = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__get_onnoupdate(_this) {
- try {
- return __dom_wrap(_this.$dom.onnoupdate);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__set_onnoupdate(_this, value) {
- try {
- _this.$dom.onnoupdate = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__get_onobsolete(_this) {
- try {
- return __dom_wrap(_this.$dom.onobsolete);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__set_onobsolete(_this, value) {
- try {
- _this.$dom.onobsolete = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__get_onprogress(_this) {
- try {
- return __dom_wrap(_this.$dom.onprogress);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__set_onprogress(_this, value) {
- try {
- _this.$dom.onprogress = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__get_onupdateready(_this) {
- try {
- return __dom_wrap(_this.$dom.onupdateready);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMApplicationCacheWrappingImplementation__set_onupdateready(_this, value) {
- try {
- _this.$dom.onupdateready = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__DOMApplicationCacheWrappingImplementation__get_status(_this) {
try {
return __dom_wrap(_this.$dom.status);
@@ -3174,4801 +3030,2177 @@ function native__DOMWindowWrappingImplementation__set_offscreenBuffering(_this,
}
}
-function native__DOMWindowWrappingImplementation__get_onabort(_this) {
+function native__DOMWindowWrappingImplementation__get_opener(_this) {
try {
- return __dom_wrap(_this.$dom.onabort);
+ return __dom_wrap(_this.$dom.opener);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onabort(_this, value) {
+function native__DOMWindowWrappingImplementation__set_opener(_this, value) {
try {
- _this.$dom.onabort = __dom_unwrap(value);
+ _this.$dom.opener = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onbeforeunload(_this) {
+function native__DOMWindowWrappingImplementation__get_outerHeight(_this) {
try {
- return __dom_wrap(_this.$dom.onbeforeunload);
+ return __dom_wrap(_this.$dom.outerHeight);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onbeforeunload(_this, value) {
+function native__DOMWindowWrappingImplementation__set_outerHeight(_this, value) {
try {
- _this.$dom.onbeforeunload = __dom_unwrap(value);
+ _this.$dom.outerHeight = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onblur(_this) {
+function native__DOMWindowWrappingImplementation__get_outerWidth(_this) {
try {
- return __dom_wrap(_this.$dom.onblur);
+ return __dom_wrap(_this.$dom.outerWidth);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onblur(_this, value) {
+function native__DOMWindowWrappingImplementation__set_outerWidth(_this, value) {
try {
- _this.$dom.onblur = __dom_unwrap(value);
+ _this.$dom.outerWidth = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_oncanplay(_this) {
+function native__DOMWindowWrappingImplementation__get_pageXOffset(_this) {
try {
- return __dom_wrap(_this.$dom.oncanplay);
+ return __dom_wrap(_this.$dom.pageXOffset);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_oncanplay(_this, value) {
+function native__DOMWindowWrappingImplementation__get_pageYOffset(_this) {
try {
- _this.$dom.oncanplay = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.pageYOffset);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_oncanplaythrough(_this) {
+function native__DOMWindowWrappingImplementation__get_parent(_this) {
try {
- return __dom_wrap(_this.$dom.oncanplaythrough);
+ return __dom_wrap(_this.$dom.parent);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_oncanplaythrough(_this, value) {
+function native__DOMWindowWrappingImplementation__set_parent(_this, value) {
try {
- _this.$dom.oncanplaythrough = __dom_unwrap(value);
+ _this.$dom.parent = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onchange(_this) {
+function native__DOMWindowWrappingImplementation__get_performance(_this) {
try {
- return __dom_wrap(_this.$dom.onchange);
+ return __dom_wrap(_this.$dom.performance);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onchange(_this, value) {
+function native__DOMWindowWrappingImplementation__set_performance(_this, value) {
try {
- _this.$dom.onchange = __dom_unwrap(value);
+ _this.$dom.performance = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onclick(_this) {
+function native__DOMWindowWrappingImplementation__get_personalbar(_this) {
try {
- return __dom_wrap(_this.$dom.onclick);
+ return __dom_wrap(_this.$dom.personalbar);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onclick(_this, value) {
+function native__DOMWindowWrappingImplementation__set_personalbar(_this, value) {
try {
- _this.$dom.onclick = __dom_unwrap(value);
+ _this.$dom.personalbar = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_oncontextmenu(_this) {
+function native__DOMWindowWrappingImplementation__get_screen(_this) {
try {
- return __dom_wrap(_this.$dom.oncontextmenu);
+ return __dom_wrap(_this.$dom.screen);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_oncontextmenu(_this, value) {
+function native__DOMWindowWrappingImplementation__set_screen(_this, value) {
try {
- _this.$dom.oncontextmenu = __dom_unwrap(value);
+ _this.$dom.screen = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ondblclick(_this) {
+function native__DOMWindowWrappingImplementation__get_screenLeft(_this) {
try {
- return __dom_wrap(_this.$dom.ondblclick);
+ return __dom_wrap(_this.$dom.screenLeft);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ondblclick(_this, value) {
+function native__DOMWindowWrappingImplementation__set_screenLeft(_this, value) {
try {
- _this.$dom.ondblclick = __dom_unwrap(value);
+ _this.$dom.screenLeft = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ondevicemotion(_this) {
+function native__DOMWindowWrappingImplementation__get_screenTop(_this) {
try {
- return __dom_wrap(_this.$dom.ondevicemotion);
+ return __dom_wrap(_this.$dom.screenTop);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ondevicemotion(_this, value) {
+function native__DOMWindowWrappingImplementation__set_screenTop(_this, value) {
try {
- _this.$dom.ondevicemotion = __dom_unwrap(value);
+ _this.$dom.screenTop = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ondeviceorientation(_this) {
+function native__DOMWindowWrappingImplementation__get_screenX(_this) {
try {
- return __dom_wrap(_this.$dom.ondeviceorientation);
+ return __dom_wrap(_this.$dom.screenX);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ondeviceorientation(_this, value) {
+function native__DOMWindowWrappingImplementation__set_screenX(_this, value) {
try {
- _this.$dom.ondeviceorientation = __dom_unwrap(value);
+ _this.$dom.screenX = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ondrag(_this) {
+function native__DOMWindowWrappingImplementation__get_screenY(_this) {
try {
- return __dom_wrap(_this.$dom.ondrag);
+ return __dom_wrap(_this.$dom.screenY);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ondrag(_this, value) {
+function native__DOMWindowWrappingImplementation__set_screenY(_this, value) {
try {
- _this.$dom.ondrag = __dom_unwrap(value);
+ _this.$dom.screenY = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ondragend(_this) {
+function native__DOMWindowWrappingImplementation__get_scrollX(_this) {
try {
- return __dom_wrap(_this.$dom.ondragend);
+ return __dom_wrap(_this.$dom.scrollX);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ondragend(_this, value) {
+function native__DOMWindowWrappingImplementation__set_scrollX(_this, value) {
try {
- _this.$dom.ondragend = __dom_unwrap(value);
+ _this.$dom.scrollX = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ondragenter(_this) {
+function native__DOMWindowWrappingImplementation__get_scrollY(_this) {
try {
- return __dom_wrap(_this.$dom.ondragenter);
+ return __dom_wrap(_this.$dom.scrollY);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ondragenter(_this, value) {
+function native__DOMWindowWrappingImplementation__set_scrollY(_this, value) {
try {
- _this.$dom.ondragenter = __dom_unwrap(value);
+ _this.$dom.scrollY = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ondragleave(_this) {
+function native__DOMWindowWrappingImplementation__get_scrollbars(_this) {
try {
- return __dom_wrap(_this.$dom.ondragleave);
+ return __dom_wrap(_this.$dom.scrollbars);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ondragleave(_this, value) {
+function native__DOMWindowWrappingImplementation__set_scrollbars(_this, value) {
try {
- _this.$dom.ondragleave = __dom_unwrap(value);
+ _this.$dom.scrollbars = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ondragover(_this) {
+function native__DOMWindowWrappingImplementation__get_self(_this) {
try {
- return __dom_wrap(_this.$dom.ondragover);
+ return __dom_wrap(_this.$dom.self);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ondragover(_this, value) {
+function native__DOMWindowWrappingImplementation__set_self(_this, value) {
try {
- _this.$dom.ondragover = __dom_unwrap(value);
+ _this.$dom.self = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ondragstart(_this) {
+function native__DOMWindowWrappingImplementation__get_sessionStorage(_this) {
try {
- return __dom_wrap(_this.$dom.ondragstart);
+ return __dom_wrap(_this.$dom.sessionStorage);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ondragstart(_this, value) {
+function native__DOMWindowWrappingImplementation__get_status(_this) {
try {
- _this.$dom.ondragstart = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.status);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ondrop(_this) {
+function native__DOMWindowWrappingImplementation__set_status(_this, value) {
try {
- return __dom_wrap(_this.$dom.ondrop);
+ _this.$dom.status = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ondrop(_this, value) {
+function native__DOMWindowWrappingImplementation__get_statusbar(_this) {
try {
- _this.$dom.ondrop = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.statusbar);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ondurationchange(_this) {
+function native__DOMWindowWrappingImplementation__set_statusbar(_this, value) {
try {
- return __dom_wrap(_this.$dom.ondurationchange);
+ _this.$dom.statusbar = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ondurationchange(_this, value) {
+function native__DOMWindowWrappingImplementation__get_styleMedia(_this) {
try {
- _this.$dom.ondurationchange = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.styleMedia);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onemptied(_this) {
+function native__DOMWindowWrappingImplementation__get_toolbar(_this) {
try {
- return __dom_wrap(_this.$dom.onemptied);
+ return __dom_wrap(_this.$dom.toolbar);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onemptied(_this, value) {
+function native__DOMWindowWrappingImplementation__set_toolbar(_this, value) {
try {
- _this.$dom.onemptied = __dom_unwrap(value);
+ _this.$dom.toolbar = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onended(_this) {
+function native__DOMWindowWrappingImplementation__get_top(_this) {
try {
- return __dom_wrap(_this.$dom.onended);
+ return __dom_wrap(_this.$dom.top);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onended(_this, value) {
+function native__DOMWindowWrappingImplementation__set_top(_this, value) {
try {
- _this.$dom.onended = __dom_unwrap(value);
+ _this.$dom.top = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onerror(_this) {
+function native__DOMWindowWrappingImplementation__get_webkitNotifications(_this) {
try {
- return __dom_wrap(_this.$dom.onerror);
+ return __dom_wrap(_this.$dom.webkitNotifications);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onerror(_this, value) {
+function native__DOMWindowWrappingImplementation__get_webkitURL(_this) {
try {
- _this.$dom.onerror = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.webkitURL);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onfocus(_this) {
+function native__DOMWindowWrappingImplementation__get_window(_this) {
try {
- return __dom_wrap(_this.$dom.onfocus);
+ return __dom_wrap(_this.$dom.window);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onfocus(_this, value) {
+function native__DOMWindowWrappingImplementation__addEventListener_DOMWindow(_this, type, listener) {
try {
- _this.$dom.onfocus = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onhashchange(_this) {
+function native__DOMWindowWrappingImplementation__addEventListener_DOMWindow_2(_this, type, listener, useCapture) {
try {
- return __dom_wrap(_this.$dom.onhashchange);
+ return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onhashchange(_this, value) {
+function native__DOMWindowWrappingImplementation__alert(_this, message) {
try {
- _this.$dom.onhashchange = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.alert(__dom_unwrap(message)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_oninput(_this) {
+function native__DOMWindowWrappingImplementation__atob(_this, string) {
try {
- return __dom_wrap(_this.$dom.oninput);
+ return __dom_wrap(_this.$dom.atob(__dom_unwrap(string)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_oninput(_this, value) {
+function native__DOMWindowWrappingImplementation__blur(_this) {
try {
- _this.$dom.oninput = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.blur());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_oninvalid(_this) {
+function native__DOMWindowWrappingImplementation__btoa(_this, string) {
try {
- return __dom_wrap(_this.$dom.oninvalid);
+ return __dom_wrap(_this.$dom.btoa(__dom_unwrap(string)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_oninvalid(_this, value) {
+function native__DOMWindowWrappingImplementation__captureEvents(_this) {
try {
- _this.$dom.oninvalid = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.captureEvents());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onkeydown(_this) {
+function native__DOMWindowWrappingImplementation__clearInterval(_this, handle) {
try {
- return __dom_wrap(_this.$dom.onkeydown);
+ return __dom_wrap(_this.$dom.clearInterval(__dom_unwrap(handle)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onkeydown(_this, value) {
+function native__DOMWindowWrappingImplementation__clearTimeout(_this, handle) {
try {
- _this.$dom.onkeydown = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.clearTimeout(__dom_unwrap(handle)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onkeypress(_this) {
+function native__DOMWindowWrappingImplementation__close(_this) {
try {
- return __dom_wrap(_this.$dom.onkeypress);
+ return __dom_wrap(_this.$dom.close());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onkeypress(_this, value) {
+function native__DOMWindowWrappingImplementation__confirm(_this, message) {
try {
- _this.$dom.onkeypress = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.confirm(__dom_unwrap(message)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onkeyup(_this) {
+function native__DOMWindowWrappingImplementation__dispatchEvent_DOMWindow(_this, evt) {
try {
- return __dom_wrap(_this.$dom.onkeyup);
+ return __dom_wrap(_this.$dom.dispatchEvent(__dom_unwrap(evt)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onkeyup(_this, value) {
+function native__DOMWindowWrappingImplementation__find(_this, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog) {
try {
- _this.$dom.onkeyup = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.find(__dom_unwrap(string), __dom_unwrap(caseSensitive), __dom_unwrap(backwards), __dom_unwrap(wrap), __dom_unwrap(wholeWord), __dom_unwrap(searchInFrames), __dom_unwrap(showDialog)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onload(_this) {
+function native__DOMWindowWrappingImplementation__focus(_this) {
try {
- return __dom_wrap(_this.$dom.onload);
+ return __dom_wrap(_this.$dom.focus());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onload(_this, value) {
+function native__DOMWindowWrappingImplementation__getComputedStyle(_this, element, pseudoElement) {
try {
- _this.$dom.onload = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getComputedStyle(__dom_unwrap(element), __dom_unwrap(pseudoElement)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onloadeddata(_this) {
+function native__DOMWindowWrappingImplementation__getMatchedCSSRules(_this, element, pseudoElement) {
try {
- return __dom_wrap(_this.$dom.onloadeddata);
+ return __dom_wrap(_this.$dom.getMatchedCSSRules(__dom_unwrap(element), __dom_unwrap(pseudoElement)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onloadeddata(_this, value) {
+function native__DOMWindowWrappingImplementation__getSelection(_this) {
try {
- _this.$dom.onloadeddata = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getSelection());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onloadedmetadata(_this) {
+function native__DOMWindowWrappingImplementation__matchMedia(_this, query) {
try {
- return __dom_wrap(_this.$dom.onloadedmetadata);
+ return __dom_wrap(_this.$dom.matchMedia(__dom_unwrap(query)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onloadedmetadata(_this, value) {
+function native__DOMWindowWrappingImplementation__moveBy(_this, x, y) {
try {
- _this.$dom.onloadedmetadata = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.moveBy(__dom_unwrap(x), __dom_unwrap(y)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onloadstart(_this) {
+function native__DOMWindowWrappingImplementation__moveTo(_this, x, y) {
try {
- return __dom_wrap(_this.$dom.onloadstart);
+ return __dom_wrap(_this.$dom.moveTo(__dom_unwrap(x), __dom_unwrap(y)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onloadstart(_this, value) {
+function native__DOMWindowWrappingImplementation__open(_this, url, name) {
try {
- _this.$dom.onloadstart = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.open(__dom_unwrap(url), __dom_unwrap(name)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onmessage(_this) {
+function native__DOMWindowWrappingImplementation__open_2(_this, url, name, options) {
try {
- return __dom_wrap(_this.$dom.onmessage);
+ return __dom_wrap(_this.$dom.open(__dom_unwrap(url), __dom_unwrap(name), __dom_unwrap(options)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onmessage(_this, value) {
+function native__DOMWindowWrappingImplementation__postMessage(_this, message, messagePorts_OR_targetOrigin) {
try {
- _this.$dom.onmessage = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(messagePorts_OR_targetOrigin)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onmousedown(_this) {
+function native__DOMWindowWrappingImplementation__postMessage_2(_this, message, messagePorts_OR_targetOrigin, targetOrigin) {
try {
- return __dom_wrap(_this.$dom.onmousedown);
+ return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(messagePorts_OR_targetOrigin), __dom_unwrap(targetOrigin)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onmousedown(_this, value) {
+function native__DOMWindowWrappingImplementation__print(_this) {
try {
- _this.$dom.onmousedown = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.print());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onmousemove(_this) {
+function native__DOMWindowWrappingImplementation__prompt(_this, message, defaultValue) {
try {
- return __dom_wrap(_this.$dom.onmousemove);
+ return __dom_wrap(_this.$dom.prompt(__dom_unwrap(message), __dom_unwrap(defaultValue)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onmousemove(_this, value) {
+function native__DOMWindowWrappingImplementation__releaseEvents(_this) {
try {
- _this.$dom.onmousemove = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.releaseEvents());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onmouseout(_this) {
+function native__DOMWindowWrappingImplementation__removeEventListener_DOMWindow(_this, type, listener) {
try {
- return __dom_wrap(_this.$dom.onmouseout);
+ return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onmouseout(_this, value) {
+function native__DOMWindowWrappingImplementation__removeEventListener_DOMWindow_2(_this, type, listener, useCapture) {
try {
- _this.$dom.onmouseout = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onmouseover(_this) {
+function native__DOMWindowWrappingImplementation__resizeBy(_this, x, y) {
try {
- return __dom_wrap(_this.$dom.onmouseover);
+ return __dom_wrap(_this.$dom.resizeBy(__dom_unwrap(x), __dom_unwrap(y)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onmouseover(_this, value) {
+function native__DOMWindowWrappingImplementation__resizeTo(_this, width, height) {
try {
- _this.$dom.onmouseover = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.resizeTo(__dom_unwrap(width), __dom_unwrap(height)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onmouseup(_this) {
+function native__DOMWindowWrappingImplementation__scroll(_this, x, y) {
try {
- return __dom_wrap(_this.$dom.onmouseup);
+ return __dom_wrap(_this.$dom.scroll(__dom_unwrap(x), __dom_unwrap(y)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onmouseup(_this, value) {
+function native__DOMWindowWrappingImplementation__scrollBy(_this, x, y) {
try {
- _this.$dom.onmouseup = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.scrollBy(__dom_unwrap(x), __dom_unwrap(y)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onmousewheel(_this) {
+function native__DOMWindowWrappingImplementation__scrollTo(_this, x, y) {
try {
- return __dom_wrap(_this.$dom.onmousewheel);
+ return __dom_wrap(_this.$dom.scrollTo(__dom_unwrap(x), __dom_unwrap(y)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onmousewheel(_this, value) {
+function native__DOMWindowWrappingImplementation__showModalDialog(_this, url) {
try {
- _this.$dom.onmousewheel = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.showModalDialog(__dom_unwrap(url)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onoffline(_this) {
+function native__DOMWindowWrappingImplementation__showModalDialog_2(_this, url, dialogArgs) {
try {
- return __dom_wrap(_this.$dom.onoffline);
+ return __dom_wrap(_this.$dom.showModalDialog(__dom_unwrap(url), __dom_unwrap(dialogArgs)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onoffline(_this, value) {
+function native__DOMWindowWrappingImplementation__showModalDialog_3(_this, url, dialogArgs, featureArgs) {
try {
- _this.$dom.onoffline = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.showModalDialog(__dom_unwrap(url), __dom_unwrap(dialogArgs), __dom_unwrap(featureArgs)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ononline(_this) {
+function native__DOMWindowWrappingImplementation__stop(_this) {
try {
- return __dom_wrap(_this.$dom.ononline);
+ return __dom_wrap(_this.$dom.stop());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ononline(_this, value) {
+function native__DOMWindowWrappingImplementation__webkitCancelRequestAnimationFrame(_this, id) {
try {
- _this.$dom.ononline = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.webkitCancelRequestAnimationFrame(__dom_unwrap(id)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onpagehide(_this) {
+function native__DOMWindowWrappingImplementation__webkitConvertPointFromNodeToPage(_this, node, p) {
try {
- return __dom_wrap(_this.$dom.onpagehide);
+ return __dom_wrap(_this.$dom.webkitConvertPointFromNodeToPage(__dom_unwrap(node), __dom_unwrap(p)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onpagehide(_this, value) {
+function native__DOMWindowWrappingImplementation__webkitConvertPointFromPageToNode(_this, node, p) {
try {
- _this.$dom.onpagehide = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.webkitConvertPointFromPageToNode(__dom_unwrap(node), __dom_unwrap(p)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onpageshow(_this) {
+function native__DOMWindowWrappingImplementation__webkitPostMessage(_this, message, targetOrigin_OR_transferList) {
try {
- return __dom_wrap(_this.$dom.onpageshow);
+ return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(targetOrigin_OR_transferList)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onpageshow(_this, value) {
+function native__DOMWindowWrappingImplementation__webkitPostMessage_2(_this, message, targetOrigin_OR_transferList, targetOrigin) {
try {
- _this.$dom.onpageshow = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(targetOrigin_OR_transferList), __dom_unwrap(targetOrigin)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onpause(_this) {
+function native__DOMWindowWrappingImplementation__webkitRequestAnimationFrame(_this, callback, element) {
try {
- return __dom_wrap(_this.$dom.onpause);
+ return __dom_wrap(_this.$dom.webkitRequestAnimationFrame(__dom_unwrap(callback), __dom_unwrap(element)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onpause(_this, value) {
+function native__DataTransferItemWrappingImplementation__get_kind(_this) {
try {
- _this.$dom.onpause = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.kind);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onplay(_this) {
+function native__DataTransferItemWrappingImplementation__get_type(_this) {
try {
- return __dom_wrap(_this.$dom.onplay);
+ return __dom_wrap(_this.$dom.type);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onplay(_this, value) {
+function native__DataTransferItemWrappingImplementation__getAsFile(_this) {
try {
- _this.$dom.onplay = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getAsFile());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onplaying(_this) {
+function native__DataTransferItemWrappingImplementation__getAsString(_this, callback) {
try {
- return __dom_wrap(_this.$dom.onplaying);
+ return __dom_wrap(_this.$dom.getAsString(__dom_unwrap(callback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onplaying(_this, value) {
+function native__DataTransferItemListWrappingImplementation__get_length(_this) {
try {
- _this.$dom.onplaying = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.length);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onpopstate(_this) {
+function native__DataTransferItemListWrappingImplementation__add(_this, data, type) {
try {
- return __dom_wrap(_this.$dom.onpopstate);
+ return __dom_wrap(_this.$dom.add(__dom_unwrap(data), __dom_unwrap(type)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onpopstate(_this, value) {
+function native__DataTransferItemListWrappingImplementation__clear(_this) {
try {
- _this.$dom.onpopstate = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.clear());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onprogress(_this) {
+function native__DataTransferItemListWrappingImplementation__item(_this, index) {
try {
- return __dom_wrap(_this.$dom.onprogress);
+ return __dom_wrap(_this.$dom.item(__dom_unwrap(index)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onprogress(_this, value) {
+function native__DataViewWrappingImplementation__getFloat32(_this, byteOffset) {
try {
- _this.$dom.onprogress = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getFloat32(__dom_unwrap(byteOffset)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onratechange(_this) {
+function native__DataViewWrappingImplementation__getFloat32_2(_this, byteOffset, littleEndian) {
try {
- return __dom_wrap(_this.$dom.onratechange);
+ return __dom_wrap(_this.$dom.getFloat32(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onratechange(_this, value) {
+function native__DataViewWrappingImplementation__getFloat64(_this, byteOffset) {
try {
- _this.$dom.onratechange = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getFloat64(__dom_unwrap(byteOffset)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onreset(_this) {
+function native__DataViewWrappingImplementation__getFloat64_2(_this, byteOffset, littleEndian) {
try {
- return __dom_wrap(_this.$dom.onreset);
+ return __dom_wrap(_this.$dom.getFloat64(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onreset(_this, value) {
+function native__DataViewWrappingImplementation__getInt16(_this, byteOffset) {
try {
- _this.$dom.onreset = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getInt16(__dom_unwrap(byteOffset)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onresize(_this) {
+function native__DataViewWrappingImplementation__getInt16_2(_this, byteOffset, littleEndian) {
try {
- return __dom_wrap(_this.$dom.onresize);
+ return __dom_wrap(_this.$dom.getInt16(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onresize(_this, value) {
+function native__DataViewWrappingImplementation__getInt32(_this, byteOffset) {
try {
- _this.$dom.onresize = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getInt32(__dom_unwrap(byteOffset)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onscroll(_this) {
+function native__DataViewWrappingImplementation__getInt32_2(_this, byteOffset, littleEndian) {
try {
- return __dom_wrap(_this.$dom.onscroll);
+ return __dom_wrap(_this.$dom.getInt32(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onscroll(_this, value) {
+function native__DataViewWrappingImplementation__getInt8(_this) {
try {
- _this.$dom.onscroll = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getInt8());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onsearch(_this) {
+function native__DataViewWrappingImplementation__getUint16(_this, byteOffset) {
try {
- return __dom_wrap(_this.$dom.onsearch);
+ return __dom_wrap(_this.$dom.getUint16(__dom_unwrap(byteOffset)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onsearch(_this, value) {
+function native__DataViewWrappingImplementation__getUint16_2(_this, byteOffset, littleEndian) {
try {
- _this.$dom.onsearch = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getUint16(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onseeked(_this) {
+function native__DataViewWrappingImplementation__getUint32(_this, byteOffset) {
try {
- return __dom_wrap(_this.$dom.onseeked);
+ return __dom_wrap(_this.$dom.getUint32(__dom_unwrap(byteOffset)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onseeked(_this, value) {
+function native__DataViewWrappingImplementation__getUint32_2(_this, byteOffset, littleEndian) {
try {
- _this.$dom.onseeked = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getUint32(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onseeking(_this) {
+function native__DataViewWrappingImplementation__getUint8(_this) {
try {
- return __dom_wrap(_this.$dom.onseeking);
+ return __dom_wrap(_this.$dom.getUint8());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onseeking(_this, value) {
+function native__DataViewWrappingImplementation__setFloat32(_this, byteOffset, value) {
try {
- _this.$dom.onseeking = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.setFloat32(__dom_unwrap(byteOffset), __dom_unwrap(value)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onselect(_this) {
+function native__DataViewWrappingImplementation__setFloat32_2(_this, byteOffset, value, littleEndian) {
try {
- return __dom_wrap(_this.$dom.onselect);
+ return __dom_wrap(_this.$dom.setFloat32(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onselect(_this, value) {
+function native__DataViewWrappingImplementation__setFloat64(_this, byteOffset, value) {
try {
- _this.$dom.onselect = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.setFloat64(__dom_unwrap(byteOffset), __dom_unwrap(value)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onstalled(_this) {
+function native__DataViewWrappingImplementation__setFloat64_2(_this, byteOffset, value, littleEndian) {
try {
- return __dom_wrap(_this.$dom.onstalled);
+ return __dom_wrap(_this.$dom.setFloat64(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onstalled(_this, value) {
+function native__DataViewWrappingImplementation__setInt16(_this, byteOffset, value) {
try {
- _this.$dom.onstalled = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.setInt16(__dom_unwrap(byteOffset), __dom_unwrap(value)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onstorage(_this) {
+function native__DataViewWrappingImplementation__setInt16_2(_this, byteOffset, value, littleEndian) {
try {
- return __dom_wrap(_this.$dom.onstorage);
+ return __dom_wrap(_this.$dom.setInt16(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onstorage(_this, value) {
+function native__DataViewWrappingImplementation__setInt32(_this, byteOffset, value) {
try {
- _this.$dom.onstorage = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.setInt32(__dom_unwrap(byteOffset), __dom_unwrap(value)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onsubmit(_this) {
+function native__DataViewWrappingImplementation__setInt32_2(_this, byteOffset, value, littleEndian) {
try {
- return __dom_wrap(_this.$dom.onsubmit);
+ return __dom_wrap(_this.$dom.setInt32(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onsubmit(_this, value) {
+function native__DataViewWrappingImplementation__setInt8(_this) {
try {
- _this.$dom.onsubmit = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.setInt8());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onsuspend(_this) {
+function native__DataViewWrappingImplementation__setUint16(_this, byteOffset, value) {
try {
- return __dom_wrap(_this.$dom.onsuspend);
+ return __dom_wrap(_this.$dom.setUint16(__dom_unwrap(byteOffset), __dom_unwrap(value)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onsuspend(_this, value) {
+function native__DataViewWrappingImplementation__setUint16_2(_this, byteOffset, value, littleEndian) {
try {
- _this.$dom.onsuspend = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.setUint16(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ontimeupdate(_this) {
+function native__DataViewWrappingImplementation__setUint32(_this, byteOffset, value) {
try {
- return __dom_wrap(_this.$dom.ontimeupdate);
+ return __dom_wrap(_this.$dom.setUint32(__dom_unwrap(byteOffset), __dom_unwrap(value)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ontimeupdate(_this, value) {
+function native__DataViewWrappingImplementation__setUint32_2(_this, byteOffset, value, littleEndian) {
try {
- _this.$dom.ontimeupdate = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.setUint32(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ontouchcancel(_this) {
+function native__DataViewWrappingImplementation__setUint8(_this) {
try {
- return __dom_wrap(_this.$dom.ontouchcancel);
+ return __dom_wrap(_this.$dom.setUint8());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ontouchcancel(_this, value) {
+function native__DatabaseWrappingImplementation__get_version(_this) {
try {
- _this.$dom.ontouchcancel = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.version);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ontouchend(_this) {
+function native__DatabaseWrappingImplementation__changeVersion(_this, oldVersion, newVersion) {
try {
- return __dom_wrap(_this.$dom.ontouchend);
+ return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ontouchend(_this, value) {
+function native__DatabaseWrappingImplementation__changeVersion_2(_this, oldVersion, newVersion, callback) {
try {
- _this.$dom.ontouchend = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion), __dom_unwrap(callback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ontouchmove(_this) {
+function native__DatabaseWrappingImplementation__changeVersion_3(_this, oldVersion, newVersion, callback, errorCallback) {
try {
- return __dom_wrap(_this.$dom.ontouchmove);
+ return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion), __dom_unwrap(callback), __dom_unwrap(errorCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ontouchmove(_this, value) {
+function native__DatabaseWrappingImplementation__changeVersion_4(_this, oldVersion, newVersion, callback, errorCallback, successCallback) {
try {
- _this.$dom.ontouchmove = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion), __dom_unwrap(callback), __dom_unwrap(errorCallback), __dom_unwrap(successCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_ontouchstart(_this) {
+function native__DatabaseWrappingImplementation__readTransaction(_this, callback) {
try {
- return __dom_wrap(_this.$dom.ontouchstart);
+ return __dom_wrap(_this.$dom.readTransaction(__dom_unwrap(callback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_ontouchstart(_this, value) {
+function native__DatabaseWrappingImplementation__readTransaction_2(_this, callback, errorCallback) {
try {
- _this.$dom.ontouchstart = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.readTransaction(__dom_unwrap(callback), __dom_unwrap(errorCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onunload(_this) {
+function native__DatabaseWrappingImplementation__readTransaction_3(_this, callback, errorCallback, successCallback) {
try {
- return __dom_wrap(_this.$dom.onunload);
+ return __dom_wrap(_this.$dom.readTransaction(__dom_unwrap(callback), __dom_unwrap(errorCallback), __dom_unwrap(successCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onunload(_this, value) {
+function native__DatabaseWrappingImplementation__transaction(_this, callback) {
try {
- _this.$dom.onunload = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.transaction(__dom_unwrap(callback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onvolumechange(_this) {
+function native__DatabaseWrappingImplementation__transaction_2(_this, callback, errorCallback) {
try {
- return __dom_wrap(_this.$dom.onvolumechange);
+ return __dom_wrap(_this.$dom.transaction(__dom_unwrap(callback), __dom_unwrap(errorCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onvolumechange(_this, value) {
+function native__DatabaseWrappingImplementation__transaction_3(_this, callback, errorCallback, successCallback) {
try {
- _this.$dom.onvolumechange = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.transaction(__dom_unwrap(callback), __dom_unwrap(errorCallback), __dom_unwrap(successCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onwaiting(_this) {
+function native__DatabaseCallbackWrappingImplementation__handleEvent(_this, database) {
try {
- return __dom_wrap(_this.$dom.onwaiting);
+ return __dom_wrap(_this.$dom.handleEvent(__dom_unwrap(database)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onwaiting(_this, value) {
+function native__DatabaseCallbackWrappingImplementation__handleEvent_2(_this, database) {
try {
- _this.$dom.onwaiting = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.handleEvent(__dom_unwrap(database)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onwebkitanimationend(_this) {
+function native__DatabaseSyncWrappingImplementation__get_version(_this) {
try {
- return __dom_wrap(_this.$dom.onwebkitanimationend);
+ return __dom_wrap(_this.$dom.version);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onwebkitanimationend(_this, value) {
+function native__DatabaseSyncWrappingImplementation__changeVersion(_this, oldVersion, newVersion) {
try {
- _this.$dom.onwebkitanimationend = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onwebkitanimationiteration(_this) {
+function native__DatabaseSyncWrappingImplementation__changeVersion_2(_this, oldVersion, newVersion, callback) {
try {
- return __dom_wrap(_this.$dom.onwebkitanimationiteration);
+ return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion), __dom_unwrap(callback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onwebkitanimationiteration(_this, value) {
+function native__DatabaseSyncWrappingImplementation__readTransaction(_this, callback) {
try {
- _this.$dom.onwebkitanimationiteration = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.readTransaction(__dom_unwrap(callback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onwebkitanimationstart(_this) {
+function native__DatabaseSyncWrappingImplementation__transaction(_this, callback) {
try {
- return __dom_wrap(_this.$dom.onwebkitanimationstart);
+ return __dom_wrap(_this.$dom.transaction(__dom_unwrap(callback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onwebkitanimationstart(_this, value) {
+function native__DedicatedWorkerContextWrappingImplementation__postMessage(_this, message) {
try {
- _this.$dom.onwebkitanimationstart = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_onwebkittransitionend(_this) {
+function native__DedicatedWorkerContextWrappingImplementation__postMessage_2(_this, message, messagePorts) {
try {
- return __dom_wrap(_this.$dom.onwebkittransitionend);
+ return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(messagePorts)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_onwebkittransitionend(_this, value) {
+function native__DedicatedWorkerContextWrappingImplementation__webkitPostMessage(_this, message) {
try {
- _this.$dom.onwebkittransitionend = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_opener(_this) {
+function native__DedicatedWorkerContextWrappingImplementation__webkitPostMessage_2(_this, message, transferList) {
try {
- return __dom_wrap(_this.$dom.opener);
+ return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(transferList)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_opener(_this, value) {
+function native__DeviceMotionEventWrappingImplementation__get_interval(_this) {
try {
- _this.$dom.opener = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.interval);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_outerHeight(_this) {
+function native__DeviceOrientationEventWrappingImplementation__get_alpha(_this) {
try {
- return __dom_wrap(_this.$dom.outerHeight);
+ return __dom_wrap(_this.$dom.alpha);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_outerHeight(_this, value) {
+function native__DeviceOrientationEventWrappingImplementation__get_beta(_this) {
try {
- _this.$dom.outerHeight = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.beta);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_outerWidth(_this) {
+function native__DeviceOrientationEventWrappingImplementation__get_gamma(_this) {
try {
- return __dom_wrap(_this.$dom.outerWidth);
+ return __dom_wrap(_this.$dom.gamma);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_outerWidth(_this, value) {
+function native__DeviceOrientationEventWrappingImplementation__initDeviceOrientationEvent(_this, type, bubbles, cancelable, alpha, beta, gamma) {
try {
- _this.$dom.outerWidth = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.initDeviceOrientationEvent(__dom_unwrap(type), __dom_unwrap(bubbles), __dom_unwrap(cancelable), __dom_unwrap(alpha), __dom_unwrap(beta), __dom_unwrap(gamma)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_pageXOffset(_this) {
+function native__DirectoryEntryWrappingImplementation__createReader(_this) {
try {
- return __dom_wrap(_this.$dom.pageXOffset);
+ return __dom_wrap(_this.$dom.createReader());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_pageYOffset(_this) {
+function native__DirectoryEntryWrappingImplementation__getDirectory(_this, path) {
try {
- return __dom_wrap(_this.$dom.pageYOffset);
+ return __dom_wrap(_this.$dom.getDirectory(__dom_unwrap(path)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_parent(_this) {
+function native__DirectoryEntryWrappingImplementation__getDirectory_2(_this, path, flags) {
try {
- return __dom_wrap(_this.$dom.parent);
+ return __dom_wrap(_this.$dom.getDirectory(__dom_unwrap(path), __dom_unwrap(flags)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_parent(_this, value) {
+function native__DirectoryEntryWrappingImplementation__getDirectory_3(_this, path, flags, successCallback) {
try {
- _this.$dom.parent = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getDirectory(__dom_unwrap(path), __dom_unwrap(flags), __dom_unwrap(successCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_performance(_this) {
+function native__DirectoryEntryWrappingImplementation__getDirectory_4(_this, path, flags, successCallback, errorCallback) {
try {
- return __dom_wrap(_this.$dom.performance);
+ return __dom_wrap(_this.$dom.getDirectory(__dom_unwrap(path), __dom_unwrap(flags), __dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_performance(_this, value) {
+function native__DirectoryEntryWrappingImplementation__getFile(_this, path) {
try {
- _this.$dom.performance = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getFile(__dom_unwrap(path)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_personalbar(_this) {
+function native__DirectoryEntryWrappingImplementation__getFile_2(_this, path, flags) {
try {
- return __dom_wrap(_this.$dom.personalbar);
+ return __dom_wrap(_this.$dom.getFile(__dom_unwrap(path), __dom_unwrap(flags)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_personalbar(_this, value) {
+function native__DirectoryEntryWrappingImplementation__getFile_3(_this, path, flags, successCallback) {
try {
- _this.$dom.personalbar = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getFile(__dom_unwrap(path), __dom_unwrap(flags), __dom_unwrap(successCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_screen(_this) {
+function native__DirectoryEntryWrappingImplementation__getFile_4(_this, path, flags, successCallback, errorCallback) {
try {
- return __dom_wrap(_this.$dom.screen);
+ return __dom_wrap(_this.$dom.getFile(__dom_unwrap(path), __dom_unwrap(flags), __dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_screen(_this, value) {
+function native__DirectoryEntryWrappingImplementation__removeRecursively(_this) {
try {
- _this.$dom.screen = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.removeRecursively());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_screenLeft(_this) {
+function native__DirectoryEntryWrappingImplementation__removeRecursively_2(_this, successCallback) {
try {
- return __dom_wrap(_this.$dom.screenLeft);
+ return __dom_wrap(_this.$dom.removeRecursively(__dom_unwrap(successCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_screenLeft(_this, value) {
+function native__DirectoryEntryWrappingImplementation__removeRecursively_3(_this, successCallback, errorCallback) {
try {
- _this.$dom.screenLeft = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.removeRecursively(__dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_screenTop(_this) {
+function native__DirectoryEntrySyncWrappingImplementation__createReader(_this) {
try {
- return __dom_wrap(_this.$dom.screenTop);
+ return __dom_wrap(_this.$dom.createReader());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_screenTop(_this, value) {
+function native__DirectoryEntrySyncWrappingImplementation__getDirectory(_this, path, flags) {
try {
- _this.$dom.screenTop = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getDirectory(__dom_unwrap(path), __dom_unwrap(flags)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_screenX(_this) {
+function native__DirectoryEntrySyncWrappingImplementation__getFile(_this, path, flags) {
try {
- return __dom_wrap(_this.$dom.screenX);
+ return __dom_wrap(_this.$dom.getFile(__dom_unwrap(path), __dom_unwrap(flags)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_screenX(_this, value) {
+function native__DirectoryEntrySyncWrappingImplementation__removeRecursively(_this) {
try {
- _this.$dom.screenX = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.removeRecursively());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_screenY(_this) {
+function native__DirectoryReaderWrappingImplementation__readEntries(_this, successCallback) {
try {
- return __dom_wrap(_this.$dom.screenY);
+ return __dom_wrap(_this.$dom.readEntries(__dom_unwrap(successCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_screenY(_this, value) {
+function native__DirectoryReaderWrappingImplementation__readEntries_2(_this, successCallback, errorCallback) {
try {
- _this.$dom.screenY = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.readEntries(__dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_scrollX(_this) {
+function native__DirectoryReaderSyncWrappingImplementation__readEntries(_this) {
try {
- return __dom_wrap(_this.$dom.scrollX);
+ return __dom_wrap(_this.$dom.readEntries());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_scrollX(_this, value) {
+function native__DocumentWrappingImplementation__get_URL(_this) {
try {
- _this.$dom.scrollX = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.URL);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_scrollY(_this) {
+function native__DocumentWrappingImplementation__get_anchors(_this) {
try {
- return __dom_wrap(_this.$dom.scrollY);
+ return __dom_wrap(_this.$dom.anchors);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__set_scrollY(_this, value) {
+function native__DocumentWrappingImplementation__get_applets(_this) {
try {
- _this.$dom.scrollY = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.applets);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__get_scrollbars(_this) {
- try {
- return __dom_wrap(_this.$dom.scrollbars);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__set_scrollbars(_this, value) {
- try {
- _this.$dom.scrollbars = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__get_self(_this) {
- try {
- return __dom_wrap(_this.$dom.self);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__set_self(_this, value) {
- try {
- _this.$dom.self = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__get_sessionStorage(_this) {
- try {
- return __dom_wrap(_this.$dom.sessionStorage);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__get_status(_this) {
- try {
- return __dom_wrap(_this.$dom.status);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__set_status(_this, value) {
- try {
- _this.$dom.status = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__get_statusbar(_this) {
- try {
- return __dom_wrap(_this.$dom.statusbar);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__set_statusbar(_this, value) {
- try {
- _this.$dom.statusbar = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__get_styleMedia(_this) {
- try {
- return __dom_wrap(_this.$dom.styleMedia);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__get_toolbar(_this) {
- try {
- return __dom_wrap(_this.$dom.toolbar);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__set_toolbar(_this, value) {
- try {
- _this.$dom.toolbar = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__get_top(_this) {
- try {
- return __dom_wrap(_this.$dom.top);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__set_top(_this, value) {
- try {
- _this.$dom.top = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__get_webkitNotifications(_this) {
- try {
- return __dom_wrap(_this.$dom.webkitNotifications);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__get_webkitURL(_this) {
- try {
- return __dom_wrap(_this.$dom.webkitURL);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__get_window(_this) {
- try {
- return __dom_wrap(_this.$dom.window);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__addEventListener_DOMWindow(_this, type, listener) {
- try {
- return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__addEventListener_DOMWindow_2(_this, type, listener, useCapture) {
- try {
- return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__alert(_this, message) {
- try {
- return __dom_wrap(_this.$dom.alert(__dom_unwrap(message)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__atob(_this, string) {
- try {
- return __dom_wrap(_this.$dom.atob(__dom_unwrap(string)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__blur(_this) {
- try {
- return __dom_wrap(_this.$dom.blur());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__btoa(_this, string) {
- try {
- return __dom_wrap(_this.$dom.btoa(__dom_unwrap(string)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__captureEvents(_this) {
- try {
- return __dom_wrap(_this.$dom.captureEvents());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__clearInterval(_this, handle) {
- try {
- return __dom_wrap(_this.$dom.clearInterval(__dom_unwrap(handle)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__clearTimeout(_this, handle) {
- try {
- return __dom_wrap(_this.$dom.clearTimeout(__dom_unwrap(handle)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__close(_this) {
- try {
- return __dom_wrap(_this.$dom.close());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__confirm(_this, message) {
- try {
- return __dom_wrap(_this.$dom.confirm(__dom_unwrap(message)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__dispatchEvent_DOMWindow(_this, evt) {
- try {
- return __dom_wrap(_this.$dom.dispatchEvent(__dom_unwrap(evt)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__find(_this, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog) {
- try {
- return __dom_wrap(_this.$dom.find(__dom_unwrap(string), __dom_unwrap(caseSensitive), __dom_unwrap(backwards), __dom_unwrap(wrap), __dom_unwrap(wholeWord), __dom_unwrap(searchInFrames), __dom_unwrap(showDialog)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__focus(_this) {
- try {
- return __dom_wrap(_this.$dom.focus());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__getComputedStyle(_this, element, pseudoElement) {
- try {
- return __dom_wrap(_this.$dom.getComputedStyle(__dom_unwrap(element), __dom_unwrap(pseudoElement)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__getMatchedCSSRules(_this, element, pseudoElement) {
- try {
- return __dom_wrap(_this.$dom.getMatchedCSSRules(__dom_unwrap(element), __dom_unwrap(pseudoElement)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__getSelection(_this) {
- try {
- return __dom_wrap(_this.$dom.getSelection());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__matchMedia(_this, query) {
- try {
- return __dom_wrap(_this.$dom.matchMedia(__dom_unwrap(query)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__moveBy(_this, x, y) {
- try {
- return __dom_wrap(_this.$dom.moveBy(__dom_unwrap(x), __dom_unwrap(y)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__moveTo(_this, x, y) {
- try {
- return __dom_wrap(_this.$dom.moveTo(__dom_unwrap(x), __dom_unwrap(y)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__open(_this, url, name) {
- try {
- return __dom_wrap(_this.$dom.open(__dom_unwrap(url), __dom_unwrap(name)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__open_2(_this, url, name, options) {
- try {
- return __dom_wrap(_this.$dom.open(__dom_unwrap(url), __dom_unwrap(name), __dom_unwrap(options)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__postMessage(_this, message, messagePorts_OR_targetOrigin) {
- try {
- return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(messagePorts_OR_targetOrigin)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__postMessage_2(_this, message, messagePorts_OR_targetOrigin, targetOrigin) {
- try {
- return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(messagePorts_OR_targetOrigin), __dom_unwrap(targetOrigin)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__print(_this) {
- try {
- return __dom_wrap(_this.$dom.print());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__prompt(_this, message, defaultValue) {
- try {
- return __dom_wrap(_this.$dom.prompt(__dom_unwrap(message), __dom_unwrap(defaultValue)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__releaseEvents(_this) {
- try {
- return __dom_wrap(_this.$dom.releaseEvents());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__removeEventListener_DOMWindow(_this, type, listener) {
- try {
- return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__removeEventListener_DOMWindow_2(_this, type, listener, useCapture) {
- try {
- return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__resizeBy(_this, x, y) {
- try {
- return __dom_wrap(_this.$dom.resizeBy(__dom_unwrap(x), __dom_unwrap(y)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__resizeTo(_this, width, height) {
- try {
- return __dom_wrap(_this.$dom.resizeTo(__dom_unwrap(width), __dom_unwrap(height)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__scroll(_this, x, y) {
- try {
- return __dom_wrap(_this.$dom.scroll(__dom_unwrap(x), __dom_unwrap(y)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__scrollBy(_this, x, y) {
- try {
- return __dom_wrap(_this.$dom.scrollBy(__dom_unwrap(x), __dom_unwrap(y)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__scrollTo(_this, x, y) {
- try {
- return __dom_wrap(_this.$dom.scrollTo(__dom_unwrap(x), __dom_unwrap(y)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__showModalDialog(_this, url) {
- try {
- return __dom_wrap(_this.$dom.showModalDialog(__dom_unwrap(url)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__showModalDialog_2(_this, url, dialogArgs) {
- try {
- return __dom_wrap(_this.$dom.showModalDialog(__dom_unwrap(url), __dom_unwrap(dialogArgs)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__showModalDialog_3(_this, url, dialogArgs, featureArgs) {
- try {
- return __dom_wrap(_this.$dom.showModalDialog(__dom_unwrap(url), __dom_unwrap(dialogArgs), __dom_unwrap(featureArgs)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__stop(_this) {
- try {
- return __dom_wrap(_this.$dom.stop());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__webkitCancelRequestAnimationFrame(_this, id) {
- try {
- return __dom_wrap(_this.$dom.webkitCancelRequestAnimationFrame(__dom_unwrap(id)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__webkitConvertPointFromNodeToPage(_this, node, p) {
- try {
- return __dom_wrap(_this.$dom.webkitConvertPointFromNodeToPage(__dom_unwrap(node), __dom_unwrap(p)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__webkitConvertPointFromPageToNode(_this, node, p) {
- try {
- return __dom_wrap(_this.$dom.webkitConvertPointFromPageToNode(__dom_unwrap(node), __dom_unwrap(p)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__webkitPostMessage(_this, message, targetOrigin_OR_transferList) {
- try {
- return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(targetOrigin_OR_transferList)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__webkitPostMessage_2(_this, message, targetOrigin_OR_transferList, targetOrigin) {
- try {
- return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(targetOrigin_OR_transferList), __dom_unwrap(targetOrigin)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__webkitRequestAnimationFrame(_this, callback, element) {
- try {
- return __dom_wrap(_this.$dom.webkitRequestAnimationFrame(__dom_unwrap(callback), __dom_unwrap(element)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataTransferItemWrappingImplementation__get_kind(_this) {
- try {
- return __dom_wrap(_this.$dom.kind);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataTransferItemWrappingImplementation__get_type(_this) {
- try {
- return __dom_wrap(_this.$dom.type);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataTransferItemWrappingImplementation__getAsFile(_this) {
- try {
- return __dom_wrap(_this.$dom.getAsFile());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataTransferItemWrappingImplementation__getAsString(_this, callback) {
- try {
- return __dom_wrap(_this.$dom.getAsString(__dom_unwrap(callback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataTransferItemListWrappingImplementation__get_length(_this) {
- try {
- return __dom_wrap(_this.$dom.length);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataTransferItemListWrappingImplementation__add(_this, data, type) {
- try {
- return __dom_wrap(_this.$dom.add(__dom_unwrap(data), __dom_unwrap(type)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataTransferItemListWrappingImplementation__clear(_this) {
- try {
- return __dom_wrap(_this.$dom.clear());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataTransferItemListWrappingImplementation__item(_this, index) {
- try {
- return __dom_wrap(_this.$dom.item(__dom_unwrap(index)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getFloat32(_this, byteOffset) {
- try {
- return __dom_wrap(_this.$dom.getFloat32(__dom_unwrap(byteOffset)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getFloat32_2(_this, byteOffset, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.getFloat32(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getFloat64(_this, byteOffset) {
- try {
- return __dom_wrap(_this.$dom.getFloat64(__dom_unwrap(byteOffset)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getFloat64_2(_this, byteOffset, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.getFloat64(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getInt16(_this, byteOffset) {
- try {
- return __dom_wrap(_this.$dom.getInt16(__dom_unwrap(byteOffset)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getInt16_2(_this, byteOffset, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.getInt16(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getInt32(_this, byteOffset) {
- try {
- return __dom_wrap(_this.$dom.getInt32(__dom_unwrap(byteOffset)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getInt32_2(_this, byteOffset, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.getInt32(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getInt8(_this) {
- try {
- return __dom_wrap(_this.$dom.getInt8());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getUint16(_this, byteOffset) {
- try {
- return __dom_wrap(_this.$dom.getUint16(__dom_unwrap(byteOffset)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getUint16_2(_this, byteOffset, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.getUint16(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getUint32(_this, byteOffset) {
- try {
- return __dom_wrap(_this.$dom.getUint32(__dom_unwrap(byteOffset)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getUint32_2(_this, byteOffset, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.getUint32(__dom_unwrap(byteOffset), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__getUint8(_this) {
- try {
- return __dom_wrap(_this.$dom.getUint8());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setFloat32(_this, byteOffset, value) {
- try {
- return __dom_wrap(_this.$dom.setFloat32(__dom_unwrap(byteOffset), __dom_unwrap(value)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setFloat32_2(_this, byteOffset, value, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.setFloat32(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setFloat64(_this, byteOffset, value) {
- try {
- return __dom_wrap(_this.$dom.setFloat64(__dom_unwrap(byteOffset), __dom_unwrap(value)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setFloat64_2(_this, byteOffset, value, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.setFloat64(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setInt16(_this, byteOffset, value) {
- try {
- return __dom_wrap(_this.$dom.setInt16(__dom_unwrap(byteOffset), __dom_unwrap(value)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setInt16_2(_this, byteOffset, value, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.setInt16(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setInt32(_this, byteOffset, value) {
- try {
- return __dom_wrap(_this.$dom.setInt32(__dom_unwrap(byteOffset), __dom_unwrap(value)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setInt32_2(_this, byteOffset, value, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.setInt32(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setInt8(_this) {
- try {
- return __dom_wrap(_this.$dom.setInt8());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setUint16(_this, byteOffset, value) {
- try {
- return __dom_wrap(_this.$dom.setUint16(__dom_unwrap(byteOffset), __dom_unwrap(value)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setUint16_2(_this, byteOffset, value, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.setUint16(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setUint32(_this, byteOffset, value) {
- try {
- return __dom_wrap(_this.$dom.setUint32(__dom_unwrap(byteOffset), __dom_unwrap(value)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setUint32_2(_this, byteOffset, value, littleEndian) {
- try {
- return __dom_wrap(_this.$dom.setUint32(__dom_unwrap(byteOffset), __dom_unwrap(value), __dom_unwrap(littleEndian)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DataViewWrappingImplementation__setUint8(_this) {
- try {
- return __dom_wrap(_this.$dom.setUint8());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseWrappingImplementation__get_version(_this) {
- try {
- return __dom_wrap(_this.$dom.version);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseWrappingImplementation__changeVersion(_this, oldVersion, newVersion) {
- try {
- return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseWrappingImplementation__changeVersion_2(_this, oldVersion, newVersion, callback) {
- try {
- return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion), __dom_unwrap(callback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseWrappingImplementation__changeVersion_3(_this, oldVersion, newVersion, callback, errorCallback) {
- try {
- return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion), __dom_unwrap(callback), __dom_unwrap(errorCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseWrappingImplementation__changeVersion_4(_this, oldVersion, newVersion, callback, errorCallback, successCallback) {
- try {
- return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion), __dom_unwrap(callback), __dom_unwrap(errorCallback), __dom_unwrap(successCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseWrappingImplementation__readTransaction(_this, callback) {
- try {
- return __dom_wrap(_this.$dom.readTransaction(__dom_unwrap(callback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseWrappingImplementation__readTransaction_2(_this, callback, errorCallback) {
- try {
- return __dom_wrap(_this.$dom.readTransaction(__dom_unwrap(callback), __dom_unwrap(errorCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseWrappingImplementation__readTransaction_3(_this, callback, errorCallback, successCallback) {
- try {
- return __dom_wrap(_this.$dom.readTransaction(__dom_unwrap(callback), __dom_unwrap(errorCallback), __dom_unwrap(successCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseWrappingImplementation__transaction(_this, callback) {
- try {
- return __dom_wrap(_this.$dom.transaction(__dom_unwrap(callback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseWrappingImplementation__transaction_2(_this, callback, errorCallback) {
- try {
- return __dom_wrap(_this.$dom.transaction(__dom_unwrap(callback), __dom_unwrap(errorCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseWrappingImplementation__transaction_3(_this, callback, errorCallback, successCallback) {
- try {
- return __dom_wrap(_this.$dom.transaction(__dom_unwrap(callback), __dom_unwrap(errorCallback), __dom_unwrap(successCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseCallbackWrappingImplementation__handleEvent(_this, database) {
- try {
- return __dom_wrap(_this.$dom.handleEvent(__dom_unwrap(database)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseCallbackWrappingImplementation__handleEvent_2(_this, database) {
- try {
- return __dom_wrap(_this.$dom.handleEvent(__dom_unwrap(database)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseSyncWrappingImplementation__get_version(_this) {
- try {
- return __dom_wrap(_this.$dom.version);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseSyncWrappingImplementation__changeVersion(_this, oldVersion, newVersion) {
- try {
- return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseSyncWrappingImplementation__changeVersion_2(_this, oldVersion, newVersion, callback) {
- try {
- return __dom_wrap(_this.$dom.changeVersion(__dom_unwrap(oldVersion), __dom_unwrap(newVersion), __dom_unwrap(callback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseSyncWrappingImplementation__readTransaction(_this, callback) {
- try {
- return __dom_wrap(_this.$dom.readTransaction(__dom_unwrap(callback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DatabaseSyncWrappingImplementation__transaction(_this, callback) {
- try {
- return __dom_wrap(_this.$dom.transaction(__dom_unwrap(callback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DedicatedWorkerContextWrappingImplementation__get_onmessage(_this) {
- try {
- return __dom_wrap(_this.$dom.onmessage);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DedicatedWorkerContextWrappingImplementation__set_onmessage(_this, value) {
- try {
- _this.$dom.onmessage = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DedicatedWorkerContextWrappingImplementation__postMessage(_this, message) {
- try {
- return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DedicatedWorkerContextWrappingImplementation__postMessage_2(_this, message, messagePorts) {
- try {
- return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(messagePorts)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DedicatedWorkerContextWrappingImplementation__webkitPostMessage(_this, message) {
- try {
- return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DedicatedWorkerContextWrappingImplementation__webkitPostMessage_2(_this, message, transferList) {
- try {
- return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(transferList)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DeviceMotionEventWrappingImplementation__get_interval(_this) {
- try {
- return __dom_wrap(_this.$dom.interval);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DeviceOrientationEventWrappingImplementation__get_alpha(_this) {
- try {
- return __dom_wrap(_this.$dom.alpha);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DeviceOrientationEventWrappingImplementation__get_beta(_this) {
- try {
- return __dom_wrap(_this.$dom.beta);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DeviceOrientationEventWrappingImplementation__get_gamma(_this) {
- try {
- return __dom_wrap(_this.$dom.gamma);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DeviceOrientationEventWrappingImplementation__initDeviceOrientationEvent(_this, type, bubbles, cancelable, alpha, beta, gamma) {
- try {
- return __dom_wrap(_this.$dom.initDeviceOrientationEvent(__dom_unwrap(type), __dom_unwrap(bubbles), __dom_unwrap(cancelable), __dom_unwrap(alpha), __dom_unwrap(beta), __dom_unwrap(gamma)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__createReader(_this) {
- try {
- return __dom_wrap(_this.$dom.createReader());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__getDirectory(_this, path) {
- try {
- return __dom_wrap(_this.$dom.getDirectory(__dom_unwrap(path)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__getDirectory_2(_this, path, flags) {
- try {
- return __dom_wrap(_this.$dom.getDirectory(__dom_unwrap(path), __dom_unwrap(flags)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__getDirectory_3(_this, path, flags, successCallback) {
- try {
- return __dom_wrap(_this.$dom.getDirectory(__dom_unwrap(path), __dom_unwrap(flags), __dom_unwrap(successCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__getDirectory_4(_this, path, flags, successCallback, errorCallback) {
- try {
- return __dom_wrap(_this.$dom.getDirectory(__dom_unwrap(path), __dom_unwrap(flags), __dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__getFile(_this, path) {
- try {
- return __dom_wrap(_this.$dom.getFile(__dom_unwrap(path)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__getFile_2(_this, path, flags) {
- try {
- return __dom_wrap(_this.$dom.getFile(__dom_unwrap(path), __dom_unwrap(flags)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__getFile_3(_this, path, flags, successCallback) {
- try {
- return __dom_wrap(_this.$dom.getFile(__dom_unwrap(path), __dom_unwrap(flags), __dom_unwrap(successCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__getFile_4(_this, path, flags, successCallback, errorCallback) {
- try {
- return __dom_wrap(_this.$dom.getFile(__dom_unwrap(path), __dom_unwrap(flags), __dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__removeRecursively(_this) {
- try {
- return __dom_wrap(_this.$dom.removeRecursively());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__removeRecursively_2(_this, successCallback) {
- try {
- return __dom_wrap(_this.$dom.removeRecursively(__dom_unwrap(successCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__removeRecursively_3(_this, successCallback, errorCallback) {
- try {
- return __dom_wrap(_this.$dom.removeRecursively(__dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntrySyncWrappingImplementation__createReader(_this) {
- try {
- return __dom_wrap(_this.$dom.createReader());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntrySyncWrappingImplementation__getDirectory(_this, path, flags) {
- try {
- return __dom_wrap(_this.$dom.getDirectory(__dom_unwrap(path), __dom_unwrap(flags)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntrySyncWrappingImplementation__getFile(_this, path, flags) {
- try {
- return __dom_wrap(_this.$dom.getFile(__dom_unwrap(path), __dom_unwrap(flags)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntrySyncWrappingImplementation__removeRecursively(_this) {
- try {
- return __dom_wrap(_this.$dom.removeRecursively());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryReaderWrappingImplementation__readEntries(_this, successCallback) {
- try {
- return __dom_wrap(_this.$dom.readEntries(__dom_unwrap(successCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryReaderWrappingImplementation__readEntries_2(_this, successCallback, errorCallback) {
- try {
- return __dom_wrap(_this.$dom.readEntries(__dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryReaderSyncWrappingImplementation__readEntries(_this) {
- try {
- return __dom_wrap(_this.$dom.readEntries());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_URL(_this) {
- try {
- return __dom_wrap(_this.$dom.URL);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_anchors(_this) {
- try {
- return __dom_wrap(_this.$dom.anchors);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_applets(_this) {
- try {
- return __dom_wrap(_this.$dom.applets);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_body(_this) {
- try {
- return __dom_wrap(_this.$dom.body);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_body(_this, value) {
- try {
- _this.$dom.body = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_characterSet(_this) {
- try {
- return __dom_wrap(_this.$dom.characterSet);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_charset(_this) {
- try {
- return __dom_wrap(_this.$dom.charset);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_charset(_this, value) {
- try {
- _this.$dom.charset = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_compatMode(_this) {
- try {
- return __dom_wrap(_this.$dom.compatMode);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_cookie(_this) {
- try {
- return __dom_wrap(_this.$dom.cookie);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_cookie(_this, value) {
- try {
- _this.$dom.cookie = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_defaultCharset(_this) {
- try {
- return __dom_wrap(_this.$dom.defaultCharset);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_defaultView(_this) {
- try {
- return __dom_wrap(_this.$dom.defaultView);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_doctype(_this) {
- try {
- return __dom_wrap(_this.$dom.doctype);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_documentElement(_this) {
- try {
- return __dom_wrap(_this.$dom.documentElement);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_documentURI(_this) {
- try {
- return __dom_wrap(_this.$dom.documentURI);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_documentURI(_this, value) {
- try {
- _this.$dom.documentURI = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_domain(_this) {
- try {
- return __dom_wrap(_this.$dom.domain);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_domain(_this, value) {
- try {
- _this.$dom.domain = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_forms(_this) {
- try {
- return __dom_wrap(_this.$dom.forms);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_head(_this) {
- try {
- return __dom_wrap(_this.$dom.head);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_images(_this) {
- try {
- return __dom_wrap(_this.$dom.images);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_implementation(_this) {
- try {
- return __dom_wrap(_this.$dom.implementation);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_inputEncoding(_this) {
- try {
- return __dom_wrap(_this.$dom.inputEncoding);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_lastModified(_this) {
- try {
- return __dom_wrap(_this.$dom.lastModified);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_links(_this) {
- try {
- return __dom_wrap(_this.$dom.links);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_location(_this) {
- try {
- return __dom_wrap(_this.$dom.location);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_location(_this, value) {
- try {
- _this.$dom.location = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onabort(_this) {
- try {
- return __dom_wrap(_this.$dom.onabort);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onabort(_this, value) {
- try {
- _this.$dom.onabort = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onbeforecopy(_this) {
- try {
- return __dom_wrap(_this.$dom.onbeforecopy);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onbeforecopy(_this, value) {
- try {
- _this.$dom.onbeforecopy = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onbeforecut(_this) {
- try {
- return __dom_wrap(_this.$dom.onbeforecut);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onbeforecut(_this, value) {
- try {
- _this.$dom.onbeforecut = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onbeforepaste(_this) {
- try {
- return __dom_wrap(_this.$dom.onbeforepaste);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onbeforepaste(_this, value) {
- try {
- _this.$dom.onbeforepaste = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onblur(_this) {
- try {
- return __dom_wrap(_this.$dom.onblur);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onblur(_this, value) {
- try {
- _this.$dom.onblur = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onchange(_this) {
- try {
- return __dom_wrap(_this.$dom.onchange);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onchange(_this, value) {
- try {
- _this.$dom.onchange = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onclick(_this) {
- try {
- return __dom_wrap(_this.$dom.onclick);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onclick(_this, value) {
- try {
- _this.$dom.onclick = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_oncontextmenu(_this) {
- try {
- return __dom_wrap(_this.$dom.oncontextmenu);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_oncontextmenu(_this, value) {
- try {
- _this.$dom.oncontextmenu = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_oncopy(_this) {
- try {
- return __dom_wrap(_this.$dom.oncopy);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_oncopy(_this, value) {
- try {
- _this.$dom.oncopy = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_oncut(_this) {
- try {
- return __dom_wrap(_this.$dom.oncut);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_oncut(_this, value) {
- try {
- _this.$dom.oncut = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ondblclick(_this) {
- try {
- return __dom_wrap(_this.$dom.ondblclick);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ondblclick(_this, value) {
- try {
- _this.$dom.ondblclick = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ondrag(_this) {
- try {
- return __dom_wrap(_this.$dom.ondrag);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ondrag(_this, value) {
- try {
- _this.$dom.ondrag = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ondragend(_this) {
- try {
- return __dom_wrap(_this.$dom.ondragend);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ondragend(_this, value) {
- try {
- _this.$dom.ondragend = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ondragenter(_this) {
- try {
- return __dom_wrap(_this.$dom.ondragenter);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ondragenter(_this, value) {
- try {
- _this.$dom.ondragenter = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ondragleave(_this) {
- try {
- return __dom_wrap(_this.$dom.ondragleave);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ondragleave(_this, value) {
- try {
- _this.$dom.ondragleave = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ondragover(_this) {
- try {
- return __dom_wrap(_this.$dom.ondragover);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ondragover(_this, value) {
- try {
- _this.$dom.ondragover = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ondragstart(_this) {
- try {
- return __dom_wrap(_this.$dom.ondragstart);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ondragstart(_this, value) {
- try {
- _this.$dom.ondragstart = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ondrop(_this) {
- try {
- return __dom_wrap(_this.$dom.ondrop);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ondrop(_this, value) {
- try {
- _this.$dom.ondrop = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onfocus(_this) {
- try {
- return __dom_wrap(_this.$dom.onfocus);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onfocus(_this, value) {
- try {
- _this.$dom.onfocus = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_oninput(_this) {
- try {
- return __dom_wrap(_this.$dom.oninput);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_oninput(_this, value) {
- try {
- _this.$dom.oninput = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_oninvalid(_this) {
- try {
- return __dom_wrap(_this.$dom.oninvalid);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_oninvalid(_this, value) {
- try {
- _this.$dom.oninvalid = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onkeydown(_this) {
- try {
- return __dom_wrap(_this.$dom.onkeydown);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onkeydown(_this, value) {
- try {
- _this.$dom.onkeydown = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onkeypress(_this) {
- try {
- return __dom_wrap(_this.$dom.onkeypress);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onkeypress(_this, value) {
- try {
- _this.$dom.onkeypress = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onkeyup(_this) {
- try {
- return __dom_wrap(_this.$dom.onkeyup);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onkeyup(_this, value) {
- try {
- _this.$dom.onkeyup = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onload(_this) {
- try {
- return __dom_wrap(_this.$dom.onload);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onload(_this, value) {
- try {
- _this.$dom.onload = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onmousedown(_this) {
- try {
- return __dom_wrap(_this.$dom.onmousedown);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onmousedown(_this, value) {
- try {
- _this.$dom.onmousedown = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onmousemove(_this) {
- try {
- return __dom_wrap(_this.$dom.onmousemove);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onmousemove(_this, value) {
- try {
- _this.$dom.onmousemove = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onmouseout(_this) {
- try {
- return __dom_wrap(_this.$dom.onmouseout);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onmouseout(_this, value) {
- try {
- _this.$dom.onmouseout = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onmouseover(_this) {
- try {
- return __dom_wrap(_this.$dom.onmouseover);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onmouseover(_this, value) {
- try {
- _this.$dom.onmouseover = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onmouseup(_this) {
- try {
- return __dom_wrap(_this.$dom.onmouseup);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onmouseup(_this, value) {
- try {
- _this.$dom.onmouseup = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onmousewheel(_this) {
- try {
- return __dom_wrap(_this.$dom.onmousewheel);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onmousewheel(_this, value) {
- try {
- _this.$dom.onmousewheel = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onpaste(_this) {
- try {
- return __dom_wrap(_this.$dom.onpaste);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onpaste(_this, value) {
- try {
- _this.$dom.onpaste = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onreadystatechange(_this) {
- try {
- return __dom_wrap(_this.$dom.onreadystatechange);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onreadystatechange(_this, value) {
- try {
- _this.$dom.onreadystatechange = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onreset(_this) {
- try {
- return __dom_wrap(_this.$dom.onreset);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onreset(_this, value) {
- try {
- _this.$dom.onreset = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onscroll(_this) {
- try {
- return __dom_wrap(_this.$dom.onscroll);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onscroll(_this, value) {
- try {
- _this.$dom.onscroll = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onsearch(_this) {
- try {
- return __dom_wrap(_this.$dom.onsearch);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onsearch(_this, value) {
- try {
- _this.$dom.onsearch = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onselect(_this) {
- try {
- return __dom_wrap(_this.$dom.onselect);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onselect(_this, value) {
- try {
- _this.$dom.onselect = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onselectionchange(_this) {
- try {
- return __dom_wrap(_this.$dom.onselectionchange);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onselectionchange(_this, value) {
- try {
- _this.$dom.onselectionchange = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onselectstart(_this) {
- try {
- return __dom_wrap(_this.$dom.onselectstart);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onselectstart(_this, value) {
- try {
- _this.$dom.onselectstart = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onsubmit(_this) {
- try {
- return __dom_wrap(_this.$dom.onsubmit);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onsubmit(_this, value) {
- try {
- _this.$dom.onsubmit = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ontouchcancel(_this) {
- try {
- return __dom_wrap(_this.$dom.ontouchcancel);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ontouchcancel(_this, value) {
- try {
- _this.$dom.ontouchcancel = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ontouchend(_this) {
- try {
- return __dom_wrap(_this.$dom.ontouchend);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ontouchend(_this, value) {
- try {
- _this.$dom.ontouchend = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ontouchmove(_this) {
- try {
- return __dom_wrap(_this.$dom.ontouchmove);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ontouchmove(_this, value) {
- try {
- _this.$dom.ontouchmove = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_ontouchstart(_this) {
- try {
- return __dom_wrap(_this.$dom.ontouchstart);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_ontouchstart(_this, value) {
- try {
- _this.$dom.ontouchstart = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_onwebkitfullscreenchange(_this) {
- try {
- return __dom_wrap(_this.$dom.onwebkitfullscreenchange);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_onwebkitfullscreenchange(_this, value) {
- try {
- _this.$dom.onwebkitfullscreenchange = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_preferredStylesheetSet(_this) {
- try {
- return __dom_wrap(_this.$dom.preferredStylesheetSet);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_readyState(_this) {
- try {
- return __dom_wrap(_this.$dom.readyState);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_referrer(_this) {
- try {
- return __dom_wrap(_this.$dom.referrer);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_selectedStylesheetSet(_this) {
- try {
- return __dom_wrap(_this.$dom.selectedStylesheetSet);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_selectedStylesheetSet(_this, value) {
- try {
- _this.$dom.selectedStylesheetSet = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_styleSheets(_this) {
- try {
- return __dom_wrap(_this.$dom.styleSheets);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_title(_this) {
- try {
- return __dom_wrap(_this.$dom.title);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_title(_this, value) {
- try {
- _this.$dom.title = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_webkitHidden(_this) {
- try {
- return __dom_wrap(_this.$dom.webkitHidden);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_webkitVisibilityState(_this) {
- try {
- return __dom_wrap(_this.$dom.webkitVisibilityState);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_xmlEncoding(_this) {
- try {
- return __dom_wrap(_this.$dom.xmlEncoding);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_xmlStandalone(_this) {
- try {
- return __dom_wrap(_this.$dom.xmlStandalone);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_xmlStandalone(_this, value) {
- try {
- _this.$dom.xmlStandalone = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__get_xmlVersion(_this) {
- try {
- return __dom_wrap(_this.$dom.xmlVersion);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__set_xmlVersion(_this, value) {
- try {
- _this.$dom.xmlVersion = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__adoptNode(_this, source) {
- try {
- return __dom_wrap(_this.$dom.adoptNode(__dom_unwrap(source)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__caretRangeFromPoint(_this, x, y) {
- try {
- return __dom_wrap(_this.$dom.caretRangeFromPoint(__dom_unwrap(x), __dom_unwrap(y)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createAttribute(_this, name) {
- try {
- return __dom_wrap(_this.$dom.createAttribute(__dom_unwrap(name)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createAttributeNS(_this, namespaceURI, qualifiedName) {
- try {
- return __dom_wrap(_this.$dom.createAttributeNS(__dom_unwrap(namespaceURI), __dom_unwrap(qualifiedName)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createCDATASection(_this, data) {
- try {
- return __dom_wrap(_this.$dom.createCDATASection(__dom_unwrap(data)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createComment(_this, data) {
- try {
- return __dom_wrap(_this.$dom.createComment(__dom_unwrap(data)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createDocumentFragment(_this) {
- try {
- return __dom_wrap(_this.$dom.createDocumentFragment());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createElement(_this, tagName) {
- try {
- return __dom_wrap(_this.$dom.createElement(__dom_unwrap(tagName)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createElementNS(_this, namespaceURI, qualifiedName) {
- try {
- return __dom_wrap(_this.$dom.createElementNS(__dom_unwrap(namespaceURI), __dom_unwrap(qualifiedName)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createEntityReference(_this, name) {
- try {
- return __dom_wrap(_this.$dom.createEntityReference(__dom_unwrap(name)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createEvent(_this, eventType) {
- try {
- return __dom_wrap(_this.$dom.createEvent(__dom_unwrap(eventType)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createExpression(_this, expression, resolver) {
- try {
- return __dom_wrap(_this.$dom.createExpression(__dom_unwrap(expression), __dom_unwrap(resolver)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createNSResolver(_this, nodeResolver) {
- try {
- return __dom_wrap(_this.$dom.createNSResolver(__dom_unwrap(nodeResolver)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createNodeIterator(_this, root, whatToShow, filter, expandEntityReferences) {
- try {
- return __dom_wrap(_this.$dom.createNodeIterator(__dom_unwrap(root), __dom_unwrap(whatToShow), __dom_unwrap(filter), __dom_unwrap(expandEntityReferences)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createProcessingInstruction(_this, target, data) {
- try {
- return __dom_wrap(_this.$dom.createProcessingInstruction(__dom_unwrap(target), __dom_unwrap(data)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createRange(_this) {
- try {
- return __dom_wrap(_this.$dom.createRange());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createTextNode(_this, data) {
- try {
- return __dom_wrap(_this.$dom.createTextNode(__dom_unwrap(data)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__createTreeWalker(_this, root, whatToShow, filter, expandEntityReferences) {
- try {
- return __dom_wrap(_this.$dom.createTreeWalker(__dom_unwrap(root), __dom_unwrap(whatToShow), __dom_unwrap(filter), __dom_unwrap(expandEntityReferences)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__elementFromPoint(_this, x, y) {
- try {
- return __dom_wrap(_this.$dom.elementFromPoint(__dom_unwrap(x), __dom_unwrap(y)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__evaluate(_this, expression, contextNode, resolver, type, inResult) {
- try {
- return __dom_wrap(_this.$dom.evaluate(__dom_unwrap(expression), __dom_unwrap(contextNode), __dom_unwrap(resolver), __dom_unwrap(type), __dom_unwrap(inResult)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__execCommand(_this, command, userInterface, value) {
- try {
- return __dom_wrap(_this.$dom.execCommand(__dom_unwrap(command), __dom_unwrap(userInterface), __dom_unwrap(value)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__getCSSCanvasContext(_this, contextId, name, width, height) {
- try {
- return __dom_wrap(_this.$dom.getCSSCanvasContext(__dom_unwrap(contextId), __dom_unwrap(name), __dom_unwrap(width), __dom_unwrap(height)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__getElementById(_this, elementId) {
- try {
- return __dom_wrap(_this.$dom.getElementById(__dom_unwrap(elementId)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__getElementsByClassName(_this, tagname) {
- try {
- return __dom_wrap(_this.$dom.getElementsByClassName(__dom_unwrap(tagname)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__getElementsByName(_this, elementName) {
- try {
- return __dom_wrap(_this.$dom.getElementsByName(__dom_unwrap(elementName)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__getElementsByTagName(_this, tagname) {
- try {
- return __dom_wrap(_this.$dom.getElementsByTagName(__dom_unwrap(tagname)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__getElementsByTagNameNS(_this, namespaceURI, localName) {
- try {
- return __dom_wrap(_this.$dom.getElementsByTagNameNS(__dom_unwrap(namespaceURI), __dom_unwrap(localName)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__getOverrideStyle(_this, element, pseudoElement) {
- try {
- return __dom_wrap(_this.$dom.getOverrideStyle(__dom_unwrap(element), __dom_unwrap(pseudoElement)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__getSelection(_this) {
- try {
- return __dom_wrap(_this.$dom.getSelection());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__importNode(_this, importedNode, deep) {
- try {
- return __dom_wrap(_this.$dom.importNode(__dom_unwrap(importedNode), __dom_unwrap(deep)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__queryCommandEnabled(_this, command) {
- try {
- return __dom_wrap(_this.$dom.queryCommandEnabled(__dom_unwrap(command)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__queryCommandIndeterm(_this, command) {
- try {
- return __dom_wrap(_this.$dom.queryCommandIndeterm(__dom_unwrap(command)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__queryCommandState(_this, command) {
- try {
- return __dom_wrap(_this.$dom.queryCommandState(__dom_unwrap(command)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__queryCommandSupported(_this, command) {
- try {
- return __dom_wrap(_this.$dom.queryCommandSupported(__dom_unwrap(command)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__queryCommandValue(_this, command) {
- try {
- return __dom_wrap(_this.$dom.queryCommandValue(__dom_unwrap(command)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__querySelector(_this, selectors) {
- try {
- return __dom_wrap(_this.$dom.querySelector(__dom_unwrap(selectors)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentWrappingImplementation__querySelectorAll(_this, selectors) {
- try {
- return __dom_wrap(_this.$dom.querySelectorAll(__dom_unwrap(selectors)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentFragmentWrappingImplementation__querySelector(_this, selectors) {
- try {
- return __dom_wrap(_this.$dom.querySelector(__dom_unwrap(selectors)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentFragmentWrappingImplementation__querySelectorAll(_this, selectors) {
- try {
- return __dom_wrap(_this.$dom.querySelectorAll(__dom_unwrap(selectors)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentTypeWrappingImplementation__get_entities(_this) {
- try {
- return __dom_wrap(_this.$dom.entities);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentTypeWrappingImplementation__get_internalSubset(_this) {
- try {
- return __dom_wrap(_this.$dom.internalSubset);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentTypeWrappingImplementation__get_name(_this) {
- try {
- return __dom_wrap(_this.$dom.name);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentTypeWrappingImplementation__get_notations(_this) {
- try {
- return __dom_wrap(_this.$dom.notations);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentTypeWrappingImplementation__get_publicId(_this) {
- try {
- return __dom_wrap(_this.$dom.publicId);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DocumentTypeWrappingImplementation__get_systemId(_this) {
- try {
- return __dom_wrap(_this.$dom.systemId);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__ElementWrappingImplementation__get_childElementCount(_this) {
- try {
- return __dom_wrap(_this.$dom.childElementCount);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__ElementWrappingImplementation__get_clientHeight(_this) {
- try {
- return __dom_wrap(_this.$dom.clientHeight);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__ElementWrappingImplementation__get_clientLeft(_this) {
- try {
- return __dom_wrap(_this.$dom.clientLeft);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__ElementWrappingImplementation__get_clientTop(_this) {
+function native__DocumentWrappingImplementation__get_body(_this) {
try {
- return __dom_wrap(_this.$dom.clientTop);
+ return __dom_wrap(_this.$dom.body);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_clientWidth(_this) {
+function native__DocumentWrappingImplementation__set_body(_this, value) {
try {
- return __dom_wrap(_this.$dom.clientWidth);
+ _this.$dom.body = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_firstElementChild(_this) {
+function native__DocumentWrappingImplementation__get_characterSet(_this) {
try {
- return __dom_wrap(_this.$dom.firstElementChild);
+ return __dom_wrap(_this.$dom.characterSet);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_lastElementChild(_this) {
+function native__DocumentWrappingImplementation__get_charset(_this) {
try {
- return __dom_wrap(_this.$dom.lastElementChild);
+ return __dom_wrap(_this.$dom.charset);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_nextElementSibling(_this) {
+function native__DocumentWrappingImplementation__set_charset(_this, value) {
try {
- return __dom_wrap(_this.$dom.nextElementSibling);
+ _this.$dom.charset = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_offsetHeight(_this) {
+function native__DocumentWrappingImplementation__get_compatMode(_this) {
try {
- return __dom_wrap(_this.$dom.offsetHeight);
+ return __dom_wrap(_this.$dom.compatMode);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_offsetLeft(_this) {
+function native__DocumentWrappingImplementation__get_cookie(_this) {
try {
- return __dom_wrap(_this.$dom.offsetLeft);
+ return __dom_wrap(_this.$dom.cookie);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_offsetParent(_this) {
+function native__DocumentWrappingImplementation__set_cookie(_this, value) {
try {
- return __dom_wrap(_this.$dom.offsetParent);
+ _this.$dom.cookie = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_offsetTop(_this) {
+function native__DocumentWrappingImplementation__get_defaultCharset(_this) {
try {
- return __dom_wrap(_this.$dom.offsetTop);
+ return __dom_wrap(_this.$dom.defaultCharset);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_offsetWidth(_this) {
+function native__DocumentWrappingImplementation__get_defaultView(_this) {
try {
- return __dom_wrap(_this.$dom.offsetWidth);
+ return __dom_wrap(_this.$dom.defaultView);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onabort(_this) {
+function native__DocumentWrappingImplementation__get_doctype(_this) {
try {
- return __dom_wrap(_this.$dom.onabort);
+ return __dom_wrap(_this.$dom.doctype);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onabort(_this, value) {
+function native__DocumentWrappingImplementation__get_documentElement(_this) {
try {
- _this.$dom.onabort = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.documentElement);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onbeforecopy(_this) {
+function native__DocumentWrappingImplementation__get_documentURI(_this) {
try {
- return __dom_wrap(_this.$dom.onbeforecopy);
+ return __dom_wrap(_this.$dom.documentURI);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onbeforecopy(_this, value) {
+function native__DocumentWrappingImplementation__set_documentURI(_this, value) {
try {
- _this.$dom.onbeforecopy = __dom_unwrap(value);
+ _this.$dom.documentURI = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onbeforecut(_this) {
+function native__DocumentWrappingImplementation__get_domain(_this) {
try {
- return __dom_wrap(_this.$dom.onbeforecut);
+ return __dom_wrap(_this.$dom.domain);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onbeforecut(_this, value) {
+function native__DocumentWrappingImplementation__set_domain(_this, value) {
try {
- _this.$dom.onbeforecut = __dom_unwrap(value);
+ _this.$dom.domain = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onbeforepaste(_this) {
+function native__DocumentWrappingImplementation__get_forms(_this) {
try {
- return __dom_wrap(_this.$dom.onbeforepaste);
+ return __dom_wrap(_this.$dom.forms);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onbeforepaste(_this, value) {
+function native__DocumentWrappingImplementation__get_head(_this) {
try {
- _this.$dom.onbeforepaste = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.head);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onblur(_this) {
+function native__DocumentWrappingImplementation__get_images(_this) {
try {
- return __dom_wrap(_this.$dom.onblur);
+ return __dom_wrap(_this.$dom.images);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onblur(_this, value) {
+function native__DocumentWrappingImplementation__get_implementation(_this) {
try {
- _this.$dom.onblur = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.implementation);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onchange(_this) {
+function native__DocumentWrappingImplementation__get_inputEncoding(_this) {
try {
- return __dom_wrap(_this.$dom.onchange);
+ return __dom_wrap(_this.$dom.inputEncoding);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onchange(_this, value) {
+function native__DocumentWrappingImplementation__get_lastModified(_this) {
try {
- _this.$dom.onchange = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.lastModified);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onclick(_this) {
+function native__DocumentWrappingImplementation__get_links(_this) {
try {
- return __dom_wrap(_this.$dom.onclick);
+ return __dom_wrap(_this.$dom.links);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onclick(_this, value) {
+function native__DocumentWrappingImplementation__get_location(_this) {
try {
- _this.$dom.onclick = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.location);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_oncontextmenu(_this) {
+function native__DocumentWrappingImplementation__set_location(_this, value) {
try {
- return __dom_wrap(_this.$dom.oncontextmenu);
+ _this.$dom.location = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_oncontextmenu(_this, value) {
+function native__DocumentWrappingImplementation__get_preferredStylesheetSet(_this) {
try {
- _this.$dom.oncontextmenu = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.preferredStylesheetSet);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_oncopy(_this) {
+function native__DocumentWrappingImplementation__get_readyState(_this) {
try {
- return __dom_wrap(_this.$dom.oncopy);
+ return __dom_wrap(_this.$dom.readyState);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_oncopy(_this, value) {
+function native__DocumentWrappingImplementation__get_referrer(_this) {
try {
- _this.$dom.oncopy = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.referrer);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_oncut(_this) {
+function native__DocumentWrappingImplementation__get_selectedStylesheetSet(_this) {
try {
- return __dom_wrap(_this.$dom.oncut);
+ return __dom_wrap(_this.$dom.selectedStylesheetSet);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_oncut(_this, value) {
+function native__DocumentWrappingImplementation__set_selectedStylesheetSet(_this, value) {
try {
- _this.$dom.oncut = __dom_unwrap(value);
+ _this.$dom.selectedStylesheetSet = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ondblclick(_this) {
+function native__DocumentWrappingImplementation__get_styleSheets(_this) {
try {
- return __dom_wrap(_this.$dom.ondblclick);
+ return __dom_wrap(_this.$dom.styleSheets);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ondblclick(_this, value) {
+function native__DocumentWrappingImplementation__get_title(_this) {
try {
- _this.$dom.ondblclick = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.title);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ondrag(_this) {
+function native__DocumentWrappingImplementation__set_title(_this, value) {
try {
- return __dom_wrap(_this.$dom.ondrag);
+ _this.$dom.title = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ondrag(_this, value) {
+function native__DocumentWrappingImplementation__get_webkitHidden(_this) {
try {
- _this.$dom.ondrag = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.webkitHidden);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ondragend(_this) {
+function native__DocumentWrappingImplementation__get_webkitVisibilityState(_this) {
try {
- return __dom_wrap(_this.$dom.ondragend);
+ return __dom_wrap(_this.$dom.webkitVisibilityState);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ondragend(_this, value) {
+function native__DocumentWrappingImplementation__get_xmlEncoding(_this) {
try {
- _this.$dom.ondragend = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.xmlEncoding);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ondragenter(_this) {
+function native__DocumentWrappingImplementation__get_xmlStandalone(_this) {
try {
- return __dom_wrap(_this.$dom.ondragenter);
+ return __dom_wrap(_this.$dom.xmlStandalone);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ondragenter(_this, value) {
+function native__DocumentWrappingImplementation__set_xmlStandalone(_this, value) {
try {
- _this.$dom.ondragenter = __dom_unwrap(value);
+ _this.$dom.xmlStandalone = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ondragleave(_this) {
+function native__DocumentWrappingImplementation__get_xmlVersion(_this) {
try {
- return __dom_wrap(_this.$dom.ondragleave);
+ return __dom_wrap(_this.$dom.xmlVersion);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ondragleave(_this, value) {
+function native__DocumentWrappingImplementation__set_xmlVersion(_this, value) {
try {
- _this.$dom.ondragleave = __dom_unwrap(value);
+ _this.$dom.xmlVersion = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ondragover(_this) {
+function native__DocumentWrappingImplementation__adoptNode(_this, source) {
try {
- return __dom_wrap(_this.$dom.ondragover);
+ return __dom_wrap(_this.$dom.adoptNode(__dom_unwrap(source)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ondragover(_this, value) {
+function native__DocumentWrappingImplementation__caretRangeFromPoint(_this, x, y) {
try {
- _this.$dom.ondragover = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.caretRangeFromPoint(__dom_unwrap(x), __dom_unwrap(y)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ondragstart(_this) {
+function native__DocumentWrappingImplementation__createAttribute(_this, name) {
try {
- return __dom_wrap(_this.$dom.ondragstart);
+ return __dom_wrap(_this.$dom.createAttribute(__dom_unwrap(name)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ondragstart(_this, value) {
+function native__DocumentWrappingImplementation__createAttributeNS(_this, namespaceURI, qualifiedName) {
try {
- _this.$dom.ondragstart = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.createAttributeNS(__dom_unwrap(namespaceURI), __dom_unwrap(qualifiedName)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ondrop(_this) {
+function native__DocumentWrappingImplementation__createCDATASection(_this, data) {
try {
- return __dom_wrap(_this.$dom.ondrop);
+ return __dom_wrap(_this.$dom.createCDATASection(__dom_unwrap(data)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ondrop(_this, value) {
+function native__DocumentWrappingImplementation__createComment(_this, data) {
try {
- _this.$dom.ondrop = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.createComment(__dom_unwrap(data)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onerror(_this) {
+function native__DocumentWrappingImplementation__createDocumentFragment(_this) {
try {
- return __dom_wrap(_this.$dom.onerror);
+ return __dom_wrap(_this.$dom.createDocumentFragment());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onerror(_this, value) {
+function native__DocumentWrappingImplementation__createElement(_this, tagName) {
try {
- _this.$dom.onerror = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.createElement(__dom_unwrap(tagName)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onfocus(_this) {
+function native__DocumentWrappingImplementation__createElementNS(_this, namespaceURI, qualifiedName) {
try {
- return __dom_wrap(_this.$dom.onfocus);
+ return __dom_wrap(_this.$dom.createElementNS(__dom_unwrap(namespaceURI), __dom_unwrap(qualifiedName)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onfocus(_this, value) {
+function native__DocumentWrappingImplementation__createEntityReference(_this, name) {
try {
- _this.$dom.onfocus = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.createEntityReference(__dom_unwrap(name)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_oninput(_this) {
+function native__DocumentWrappingImplementation__createEvent(_this, eventType) {
try {
- return __dom_wrap(_this.$dom.oninput);
+ return __dom_wrap(_this.$dom.createEvent(__dom_unwrap(eventType)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_oninput(_this, value) {
+function native__DocumentWrappingImplementation__createExpression(_this, expression, resolver) {
try {
- _this.$dom.oninput = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.createExpression(__dom_unwrap(expression), __dom_unwrap(resolver)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_oninvalid(_this) {
+function native__DocumentWrappingImplementation__createNSResolver(_this, nodeResolver) {
try {
- return __dom_wrap(_this.$dom.oninvalid);
+ return __dom_wrap(_this.$dom.createNSResolver(__dom_unwrap(nodeResolver)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_oninvalid(_this, value) {
+function native__DocumentWrappingImplementation__createNodeIterator(_this, root, whatToShow, filter, expandEntityReferences) {
try {
- _this.$dom.oninvalid = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.createNodeIterator(__dom_unwrap(root), __dom_unwrap(whatToShow), __dom_unwrap(filter), __dom_unwrap(expandEntityReferences)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onkeydown(_this) {
+function native__DocumentWrappingImplementation__createProcessingInstruction(_this, target, data) {
try {
- return __dom_wrap(_this.$dom.onkeydown);
+ return __dom_wrap(_this.$dom.createProcessingInstruction(__dom_unwrap(target), __dom_unwrap(data)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onkeydown(_this, value) {
+function native__DocumentWrappingImplementation__createRange(_this) {
try {
- _this.$dom.onkeydown = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.createRange());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onkeypress(_this) {
+function native__DocumentWrappingImplementation__createTextNode(_this, data) {
try {
- return __dom_wrap(_this.$dom.onkeypress);
+ return __dom_wrap(_this.$dom.createTextNode(__dom_unwrap(data)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onkeypress(_this, value) {
+function native__DocumentWrappingImplementation__createTreeWalker(_this, root, whatToShow, filter, expandEntityReferences) {
try {
- _this.$dom.onkeypress = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.createTreeWalker(__dom_unwrap(root), __dom_unwrap(whatToShow), __dom_unwrap(filter), __dom_unwrap(expandEntityReferences)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onkeyup(_this) {
+function native__DocumentWrappingImplementation__elementFromPoint(_this, x, y) {
try {
- return __dom_wrap(_this.$dom.onkeyup);
+ return __dom_wrap(_this.$dom.elementFromPoint(__dom_unwrap(x), __dom_unwrap(y)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onkeyup(_this, value) {
+function native__DocumentWrappingImplementation__evaluate(_this, expression, contextNode, resolver, type, inResult) {
try {
- _this.$dom.onkeyup = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.evaluate(__dom_unwrap(expression), __dom_unwrap(contextNode), __dom_unwrap(resolver), __dom_unwrap(type), __dom_unwrap(inResult)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onload(_this) {
+function native__DocumentWrappingImplementation__execCommand(_this, command, userInterface, value) {
try {
- return __dom_wrap(_this.$dom.onload);
+ return __dom_wrap(_this.$dom.execCommand(__dom_unwrap(command), __dom_unwrap(userInterface), __dom_unwrap(value)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onload(_this, value) {
+function native__DocumentWrappingImplementation__getCSSCanvasContext(_this, contextId, name, width, height) {
try {
- _this.$dom.onload = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getCSSCanvasContext(__dom_unwrap(contextId), __dom_unwrap(name), __dom_unwrap(width), __dom_unwrap(height)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onmousedown(_this) {
+function native__DocumentWrappingImplementation__getElementById(_this, elementId) {
try {
- return __dom_wrap(_this.$dom.onmousedown);
+ return __dom_wrap(_this.$dom.getElementById(__dom_unwrap(elementId)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onmousedown(_this, value) {
+function native__DocumentWrappingImplementation__getElementsByClassName(_this, tagname) {
try {
- _this.$dom.onmousedown = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getElementsByClassName(__dom_unwrap(tagname)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onmousemove(_this) {
+function native__DocumentWrappingImplementation__getElementsByName(_this, elementName) {
try {
- return __dom_wrap(_this.$dom.onmousemove);
+ return __dom_wrap(_this.$dom.getElementsByName(__dom_unwrap(elementName)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onmousemove(_this, value) {
+function native__DocumentWrappingImplementation__getElementsByTagName(_this, tagname) {
try {
- _this.$dom.onmousemove = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getElementsByTagName(__dom_unwrap(tagname)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onmouseout(_this) {
+function native__DocumentWrappingImplementation__getElementsByTagNameNS(_this, namespaceURI, localName) {
try {
- return __dom_wrap(_this.$dom.onmouseout);
+ return __dom_wrap(_this.$dom.getElementsByTagNameNS(__dom_unwrap(namespaceURI), __dom_unwrap(localName)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onmouseout(_this, value) {
+function native__DocumentWrappingImplementation__getOverrideStyle(_this, element, pseudoElement) {
try {
- _this.$dom.onmouseout = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.getOverrideStyle(__dom_unwrap(element), __dom_unwrap(pseudoElement)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onmouseover(_this) {
+function native__DocumentWrappingImplementation__getSelection(_this) {
try {
- return __dom_wrap(_this.$dom.onmouseover);
+ return __dom_wrap(_this.$dom.getSelection());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onmouseover(_this, value) {
+function native__DocumentWrappingImplementation__importNode(_this, importedNode, deep) {
try {
- _this.$dom.onmouseover = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.importNode(__dom_unwrap(importedNode), __dom_unwrap(deep)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onmouseup(_this) {
+function native__DocumentWrappingImplementation__queryCommandEnabled(_this, command) {
try {
- return __dom_wrap(_this.$dom.onmouseup);
+ return __dom_wrap(_this.$dom.queryCommandEnabled(__dom_unwrap(command)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onmouseup(_this, value) {
+function native__DocumentWrappingImplementation__queryCommandIndeterm(_this, command) {
try {
- _this.$dom.onmouseup = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.queryCommandIndeterm(__dom_unwrap(command)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onmousewheel(_this) {
+function native__DocumentWrappingImplementation__queryCommandState(_this, command) {
try {
- return __dom_wrap(_this.$dom.onmousewheel);
+ return __dom_wrap(_this.$dom.queryCommandState(__dom_unwrap(command)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onmousewheel(_this, value) {
+function native__DocumentWrappingImplementation__queryCommandSupported(_this, command) {
try {
- _this.$dom.onmousewheel = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.queryCommandSupported(__dom_unwrap(command)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onpaste(_this) {
+function native__DocumentWrappingImplementation__queryCommandValue(_this, command) {
try {
- return __dom_wrap(_this.$dom.onpaste);
+ return __dom_wrap(_this.$dom.queryCommandValue(__dom_unwrap(command)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onpaste(_this, value) {
+function native__DocumentWrappingImplementation__querySelector(_this, selectors) {
try {
- _this.$dom.onpaste = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.querySelector(__dom_unwrap(selectors)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onreset(_this) {
+function native__DocumentWrappingImplementation__querySelectorAll(_this, selectors) {
try {
- return __dom_wrap(_this.$dom.onreset);
+ return __dom_wrap(_this.$dom.querySelectorAll(__dom_unwrap(selectors)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onreset(_this, value) {
+function native__DocumentFragmentWrappingImplementation__querySelector(_this, selectors) {
try {
- _this.$dom.onreset = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.querySelector(__dom_unwrap(selectors)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onscroll(_this) {
+function native__DocumentFragmentWrappingImplementation__querySelectorAll(_this, selectors) {
try {
- return __dom_wrap(_this.$dom.onscroll);
+ return __dom_wrap(_this.$dom.querySelectorAll(__dom_unwrap(selectors)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onscroll(_this, value) {
+function native__DocumentTypeWrappingImplementation__get_entities(_this) {
try {
- _this.$dom.onscroll = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.entities);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onsearch(_this) {
+function native__DocumentTypeWrappingImplementation__get_internalSubset(_this) {
try {
- return __dom_wrap(_this.$dom.onsearch);
+ return __dom_wrap(_this.$dom.internalSubset);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onsearch(_this, value) {
+function native__DocumentTypeWrappingImplementation__get_name(_this) {
try {
- _this.$dom.onsearch = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.name);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onselect(_this) {
+function native__DocumentTypeWrappingImplementation__get_notations(_this) {
try {
- return __dom_wrap(_this.$dom.onselect);
+ return __dom_wrap(_this.$dom.notations);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onselect(_this, value) {
+function native__DocumentTypeWrappingImplementation__get_publicId(_this) {
try {
- _this.$dom.onselect = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.publicId);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onselectstart(_this) {
+function native__DocumentTypeWrappingImplementation__get_systemId(_this) {
try {
- return __dom_wrap(_this.$dom.onselectstart);
+ return __dom_wrap(_this.$dom.systemId);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onselectstart(_this, value) {
+function native__ElementWrappingImplementation__get_childElementCount(_this) {
try {
- _this.$dom.onselectstart = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.childElementCount);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onsubmit(_this) {
+function native__ElementWrappingImplementation__get_clientHeight(_this) {
try {
- return __dom_wrap(_this.$dom.onsubmit);
+ return __dom_wrap(_this.$dom.clientHeight);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onsubmit(_this, value) {
+function native__ElementWrappingImplementation__get_clientLeft(_this) {
try {
- _this.$dom.onsubmit = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.clientLeft);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ontouchcancel(_this) {
+function native__ElementWrappingImplementation__get_clientTop(_this) {
try {
- return __dom_wrap(_this.$dom.ontouchcancel);
+ return __dom_wrap(_this.$dom.clientTop);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ontouchcancel(_this, value) {
+function native__ElementWrappingImplementation__get_clientWidth(_this) {
try {
- _this.$dom.ontouchcancel = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.clientWidth);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ontouchend(_this) {
+function native__ElementWrappingImplementation__get_firstElementChild(_this) {
try {
- return __dom_wrap(_this.$dom.ontouchend);
+ return __dom_wrap(_this.$dom.firstElementChild);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ontouchend(_this, value) {
+function native__ElementWrappingImplementation__get_lastElementChild(_this) {
try {
- _this.$dom.ontouchend = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.lastElementChild);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ontouchmove(_this) {
+function native__ElementWrappingImplementation__get_nextElementSibling(_this) {
try {
- return __dom_wrap(_this.$dom.ontouchmove);
+ return __dom_wrap(_this.$dom.nextElementSibling);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ontouchmove(_this, value) {
+function native__ElementWrappingImplementation__get_offsetHeight(_this) {
try {
- _this.$dom.ontouchmove = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.offsetHeight);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_ontouchstart(_this) {
+function native__ElementWrappingImplementation__get_offsetLeft(_this) {
try {
- return __dom_wrap(_this.$dom.ontouchstart);
+ return __dom_wrap(_this.$dom.offsetLeft);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_ontouchstart(_this, value) {
+function native__ElementWrappingImplementation__get_offsetParent(_this) {
try {
- _this.$dom.ontouchstart = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.offsetParent);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__get_onwebkitfullscreenchange(_this) {
+function native__ElementWrappingImplementation__get_offsetTop(_this) {
try {
- return __dom_wrap(_this.$dom.onwebkitfullscreenchange);
+ return __dom_wrap(_this.$dom.offsetTop);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__ElementWrappingImplementation__set_onwebkitfullscreenchange(_this, value) {
+function native__ElementWrappingImplementation__get_offsetWidth(_this) {
try {
- _this.$dom.onwebkitfullscreenchange = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.offsetWidth);
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -8886,54 +6118,6 @@ function native__EventSourceWrappingImplementation__get_URL(_this) {
}
}
-function native__EventSourceWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__EventSourceWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__EventSourceWrappingImplementation__get_onmessage(_this) {
- try {
- return __dom_wrap(_this.$dom.onmessage);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__EventSourceWrappingImplementation__set_onmessage(_this, value) {
- try {
- _this.$dom.onmessage = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__EventSourceWrappingImplementation__get_onopen(_this) {
- try {
- return __dom_wrap(_this.$dom.onopen);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__EventSourceWrappingImplementation__set_onopen(_this, value) {
- try {
- _this.$dom.onopen = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__EventSourceWrappingImplementation__get_readyState(_this) {
try {
return __dom_wrap(_this.$dom.readyState);
@@ -9150,353 +6334,161 @@ function native__FileExceptionWrappingImplementation__get_name(_this) {
}
}
-function native__FileExceptionWrappingImplementation__toString(_this) {
- try {
- return __dom_wrap(_this.$dom.toString());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileListWrappingImplementation__get_length(_this) {
- try {
- return __dom_wrap(_this.$dom.length);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileListWrappingImplementation__item(_this, index) {
- try {
- return __dom_wrap(_this.$dom.item(__dom_unwrap(index)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__get_error(_this) {
- try {
- return __dom_wrap(_this.$dom.error);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__get_onabort(_this) {
- try {
- return __dom_wrap(_this.$dom.onabort);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__set_onabort(_this, value) {
- try {
- _this.$dom.onabort = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__get_onload(_this) {
- try {
- return __dom_wrap(_this.$dom.onload);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__set_onload(_this, value) {
- try {
- _this.$dom.onload = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__get_onloadend(_this) {
- try {
- return __dom_wrap(_this.$dom.onloadend);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__set_onloadend(_this, value) {
- try {
- _this.$dom.onloadend = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__get_onloadstart(_this) {
- try {
- return __dom_wrap(_this.$dom.onloadstart);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__set_onloadstart(_this, value) {
- try {
- _this.$dom.onloadstart = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__get_onprogress(_this) {
- try {
- return __dom_wrap(_this.$dom.onprogress);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__set_onprogress(_this, value) {
- try {
- _this.$dom.onprogress = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__get_readyState(_this) {
- try {
- return __dom_wrap(_this.$dom.readyState);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__get_result(_this) {
- try {
- return __dom_wrap(_this.$dom.result);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__abort(_this) {
- try {
- return __dom_wrap(_this.$dom.abort());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__readAsArrayBuffer(_this, blob) {
- try {
- return __dom_wrap(_this.$dom.readAsArrayBuffer(__dom_unwrap(blob)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__readAsBinaryString(_this, blob) {
- try {
- return __dom_wrap(_this.$dom.readAsBinaryString(__dom_unwrap(blob)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__readAsDataURL(_this, blob) {
- try {
- return __dom_wrap(_this.$dom.readAsDataURL(__dom_unwrap(blob)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__readAsText(_this, blob) {
- try {
- return __dom_wrap(_this.$dom.readAsText(__dom_unwrap(blob)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderWrappingImplementation__readAsText_2(_this, blob, encoding) {
- try {
- return __dom_wrap(_this.$dom.readAsText(__dom_unwrap(blob), __dom_unwrap(encoding)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__FileReaderSyncWrappingImplementation__readAsArrayBuffer(_this, blob) {
+function native__FileExceptionWrappingImplementation__toString(_this) {
try {
- return __dom_wrap(_this.$dom.readAsArrayBuffer(__dom_unwrap(blob)));
+ return __dom_wrap(_this.$dom.toString());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileReaderSyncWrappingImplementation__readAsBinaryString(_this, blob) {
+function native__FileListWrappingImplementation__get_length(_this) {
try {
- return __dom_wrap(_this.$dom.readAsBinaryString(__dom_unwrap(blob)));
+ return __dom_wrap(_this.$dom.length);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileReaderSyncWrappingImplementation__readAsDataURL(_this, blob) {
+function native__FileListWrappingImplementation__item(_this, index) {
try {
- return __dom_wrap(_this.$dom.readAsDataURL(__dom_unwrap(blob)));
+ return __dom_wrap(_this.$dom.item(__dom_unwrap(index)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileReaderSyncWrappingImplementation__readAsText(_this, blob) {
+function native__FileReaderWrappingImplementation__get_error(_this) {
try {
- return __dom_wrap(_this.$dom.readAsText(__dom_unwrap(blob)));
+ return __dom_wrap(_this.$dom.error);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileReaderSyncWrappingImplementation__readAsText_2(_this, blob, encoding) {
+function native__FileReaderWrappingImplementation__get_readyState(_this) {
try {
- return __dom_wrap(_this.$dom.readAsText(__dom_unwrap(blob), __dom_unwrap(encoding)));
+ return __dom_wrap(_this.$dom.readyState);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileSystemCallbackWrappingImplementation__handleEvent(_this, fileSystem) {
+function native__FileReaderWrappingImplementation__get_result(_this) {
try {
- return __dom_wrap(_this.$dom.handleEvent(__dom_unwrap(fileSystem)));
+ return __dom_wrap(_this.$dom.result);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__get_error(_this) {
+function native__FileReaderWrappingImplementation__abort(_this) {
try {
- return __dom_wrap(_this.$dom.error);
+ return __dom_wrap(_this.$dom.abort());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__get_length(_this) {
+function native__FileReaderWrappingImplementation__readAsArrayBuffer(_this, blob) {
try {
- return __dom_wrap(_this.$dom.length);
+ return __dom_wrap(_this.$dom.readAsArrayBuffer(__dom_unwrap(blob)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__get_onabort(_this) {
+function native__FileReaderWrappingImplementation__readAsBinaryString(_this, blob) {
try {
- return __dom_wrap(_this.$dom.onabort);
+ return __dom_wrap(_this.$dom.readAsBinaryString(__dom_unwrap(blob)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__set_onabort(_this, value) {
+function native__FileReaderWrappingImplementation__readAsDataURL(_this, blob) {
try {
- _this.$dom.onabort = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.readAsDataURL(__dom_unwrap(blob)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__get_onerror(_this) {
+function native__FileReaderWrappingImplementation__readAsText(_this, blob) {
try {
- return __dom_wrap(_this.$dom.onerror);
+ return __dom_wrap(_this.$dom.readAsText(__dom_unwrap(blob)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__set_onerror(_this, value) {
+function native__FileReaderWrappingImplementation__readAsText_2(_this, blob, encoding) {
try {
- _this.$dom.onerror = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.readAsText(__dom_unwrap(blob), __dom_unwrap(encoding)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__get_onprogress(_this) {
+function native__FileReaderSyncWrappingImplementation__readAsArrayBuffer(_this, blob) {
try {
- return __dom_wrap(_this.$dom.onprogress);
+ return __dom_wrap(_this.$dom.readAsArrayBuffer(__dom_unwrap(blob)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__set_onprogress(_this, value) {
+function native__FileReaderSyncWrappingImplementation__readAsBinaryString(_this, blob) {
try {
- _this.$dom.onprogress = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.readAsBinaryString(__dom_unwrap(blob)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__get_onwrite(_this) {
+function native__FileReaderSyncWrappingImplementation__readAsDataURL(_this, blob) {
try {
- return __dom_wrap(_this.$dom.onwrite);
+ return __dom_wrap(_this.$dom.readAsDataURL(__dom_unwrap(blob)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__set_onwrite(_this, value) {
+function native__FileReaderSyncWrappingImplementation__readAsText(_this, blob) {
try {
- _this.$dom.onwrite = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.readAsText(__dom_unwrap(blob)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__get_onwriteend(_this) {
+function native__FileReaderSyncWrappingImplementation__readAsText_2(_this, blob, encoding) {
try {
- return __dom_wrap(_this.$dom.onwriteend);
+ return __dom_wrap(_this.$dom.readAsText(__dom_unwrap(blob), __dom_unwrap(encoding)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__set_onwriteend(_this, value) {
+function native__FileSystemCallbackWrappingImplementation__handleEvent(_this, fileSystem) {
try {
- _this.$dom.onwriteend = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.handleEvent(__dom_unwrap(fileSystem)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__get_onwritestart(_this) {
+function native__FileWriterWrappingImplementation__get_error(_this) {
try {
- return __dom_wrap(_this.$dom.onwritestart);
+ return __dom_wrap(_this.$dom.error);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__FileWriterWrappingImplementation__set_onwritestart(_this, value) {
+function native__FileWriterWrappingImplementation__get_length(_this) {
try {
- _this.$dom.onwritestart = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.length);
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -10478,353 +7470,129 @@ function native__HTMLBaseElementWrappingImplementation__set_href(_this, value) {
}
}
-function native__HTMLBaseElementWrappingImplementation__get_target(_this) {
- try {
- return __dom_wrap(_this.$dom.target);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBaseElementWrappingImplementation__set_target(_this, value) {
- try {
- _this.$dom.target = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBaseFontElementWrappingImplementation__get_color(_this) {
- try {
- return __dom_wrap(_this.$dom.color);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBaseFontElementWrappingImplementation__set_color(_this, value) {
- try {
- _this.$dom.color = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBaseFontElementWrappingImplementation__get_face(_this) {
- try {
- return __dom_wrap(_this.$dom.face);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBaseFontElementWrappingImplementation__set_face(_this, value) {
- try {
- _this.$dom.face = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBaseFontElementWrappingImplementation__get_size(_this) {
- try {
- return __dom_wrap(_this.$dom.size);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBaseFontElementWrappingImplementation__set_size(_this, value) {
- try {
- _this.$dom.size = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__get_aLink(_this) {
- try {
- return __dom_wrap(_this.$dom.aLink);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__set_aLink(_this, value) {
- try {
- _this.$dom.aLink = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__get_background(_this) {
- try {
- return __dom_wrap(_this.$dom.background);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__set_background(_this, value) {
- try {
- _this.$dom.background = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__get_bgColor(_this) {
- try {
- return __dom_wrap(_this.$dom.bgColor);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__set_bgColor(_this, value) {
- try {
- _this.$dom.bgColor = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__get_link(_this) {
- try {
- return __dom_wrap(_this.$dom.link);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__set_link(_this, value) {
- try {
- _this.$dom.link = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__get_onbeforeunload(_this) {
- try {
- return __dom_wrap(_this.$dom.onbeforeunload);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__set_onbeforeunload(_this, value) {
- try {
- _this.$dom.onbeforeunload = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__get_onblur_HTMLBodyElement(_this) {
- try {
- return __dom_wrap(_this.$dom.onblur);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__set_onblur_HTMLBodyElement(_this, value) {
- try {
- _this.$dom.onblur = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__get_onerror_HTMLBodyElement(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__set_onerror_HTMLBodyElement(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__get_onfocus_HTMLBodyElement(_this) {
- try {
- return __dom_wrap(_this.$dom.onfocus);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__set_onfocus_HTMLBodyElement(_this, value) {
- try {
- _this.$dom.onfocus = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__get_onhashchange(_this) {
- try {
- return __dom_wrap(_this.$dom.onhashchange);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__set_onhashchange(_this, value) {
- try {
- _this.$dom.onhashchange = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__get_onload_HTMLBodyElement(_this) {
- try {
- return __dom_wrap(_this.$dom.onload);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__set_onload_HTMLBodyElement(_this, value) {
- try {
- _this.$dom.onload = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLBodyElementWrappingImplementation__get_onmessage(_this) {
+function native__HTMLBaseElementWrappingImplementation__get_target(_this) {
try {
- return __dom_wrap(_this.$dom.onmessage);
+ return __dom_wrap(_this.$dom.target);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__set_onmessage(_this, value) {
+function native__HTMLBaseElementWrappingImplementation__set_target(_this, value) {
try {
- _this.$dom.onmessage = __dom_unwrap(value);
+ _this.$dom.target = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__get_onoffline(_this) {
+function native__HTMLBaseFontElementWrappingImplementation__get_color(_this) {
try {
- return __dom_wrap(_this.$dom.onoffline);
+ return __dom_wrap(_this.$dom.color);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__set_onoffline(_this, value) {
+function native__HTMLBaseFontElementWrappingImplementation__set_color(_this, value) {
try {
- _this.$dom.onoffline = __dom_unwrap(value);
+ _this.$dom.color = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__get_ononline(_this) {
+function native__HTMLBaseFontElementWrappingImplementation__get_face(_this) {
try {
- return __dom_wrap(_this.$dom.ononline);
+ return __dom_wrap(_this.$dom.face);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__set_ononline(_this, value) {
+function native__HTMLBaseFontElementWrappingImplementation__set_face(_this, value) {
try {
- _this.$dom.ononline = __dom_unwrap(value);
+ _this.$dom.face = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__get_onorientationchange(_this) {
+function native__HTMLBaseFontElementWrappingImplementation__get_size(_this) {
try {
- return __dom_wrap(_this.$dom.onorientationchange);
+ return __dom_wrap(_this.$dom.size);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__set_onorientationchange(_this, value) {
+function native__HTMLBaseFontElementWrappingImplementation__set_size(_this, value) {
try {
- _this.$dom.onorientationchange = __dom_unwrap(value);
+ _this.$dom.size = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__get_onpopstate(_this) {
+function native__HTMLBodyElementWrappingImplementation__get_aLink(_this) {
try {
- return __dom_wrap(_this.$dom.onpopstate);
+ return __dom_wrap(_this.$dom.aLink);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__set_onpopstate(_this, value) {
+function native__HTMLBodyElementWrappingImplementation__set_aLink(_this, value) {
try {
- _this.$dom.onpopstate = __dom_unwrap(value);
+ _this.$dom.aLink = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__get_onresize(_this) {
+function native__HTMLBodyElementWrappingImplementation__get_background(_this) {
try {
- return __dom_wrap(_this.$dom.onresize);
+ return __dom_wrap(_this.$dom.background);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__set_onresize(_this, value) {
+function native__HTMLBodyElementWrappingImplementation__set_background(_this, value) {
try {
- _this.$dom.onresize = __dom_unwrap(value);
+ _this.$dom.background = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__get_onstorage(_this) {
+function native__HTMLBodyElementWrappingImplementation__get_bgColor(_this) {
try {
- return __dom_wrap(_this.$dom.onstorage);
+ return __dom_wrap(_this.$dom.bgColor);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__set_onstorage(_this, value) {
+function native__HTMLBodyElementWrappingImplementation__set_bgColor(_this, value) {
try {
- _this.$dom.onstorage = __dom_unwrap(value);
+ _this.$dom.bgColor = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__get_onunload(_this) {
+function native__HTMLBodyElementWrappingImplementation__get_link(_this) {
try {
- return __dom_wrap(_this.$dom.onunload);
+ return __dom_wrap(_this.$dom.link);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLBodyElementWrappingImplementation__set_onunload(_this, value) {
+function native__HTMLBodyElementWrappingImplementation__set_link(_this, value) {
try {
- _this.$dom.onunload = __dom_unwrap(value);
+ _this.$dom.link = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -12182,457 +8950,233 @@ function native__HTMLFormElementWrappingImplementation__set_noValidate(_this, va
}
}
-function native__HTMLFormElementWrappingImplementation__get_target(_this) {
- try {
- return __dom_wrap(_this.$dom.target);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFormElementWrappingImplementation__set_target(_this, value) {
- try {
- _this.$dom.target = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFormElementWrappingImplementation__checkValidity(_this) {
- try {
- return __dom_wrap(_this.$dom.checkValidity());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFormElementWrappingImplementation__reset(_this) {
- try {
- return __dom_wrap(_this.$dom.reset());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFormElementWrappingImplementation__submit(_this) {
- try {
- return __dom_wrap(_this.$dom.submitFromJavaScript());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_contentDocument(_this) {
- try {
- return __dom_wrap(_this.$dom.contentDocument);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_contentWindow(_this) {
- try {
- return __dom_wrap(_this.$dom.contentWindow);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_frameBorder(_this) {
- try {
- return __dom_wrap(_this.$dom.frameBorder);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__set_frameBorder(_this, value) {
- try {
- _this.$dom.frameBorder = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_height(_this) {
- try {
- return __dom_wrap(_this.$dom.height);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_location(_this) {
- try {
- return __dom_wrap(_this.$dom.location);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__set_location(_this, value) {
- try {
- _this.$dom.location = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_longDesc(_this) {
- try {
- return __dom_wrap(_this.$dom.longDesc);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__set_longDesc(_this, value) {
- try {
- _this.$dom.longDesc = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_marginHeight(_this) {
- try {
- return __dom_wrap(_this.$dom.marginHeight);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__set_marginHeight(_this, value) {
- try {
- _this.$dom.marginHeight = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_marginWidth(_this) {
- try {
- return __dom_wrap(_this.$dom.marginWidth);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__set_marginWidth(_this, value) {
- try {
- _this.$dom.marginWidth = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_name(_this) {
- try {
- return __dom_wrap(_this.$dom.name);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__set_name(_this, value) {
- try {
- _this.$dom.name = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_noResize(_this) {
- try {
- return __dom_wrap(_this.$dom.noResize);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__set_noResize(_this, value) {
- try {
- _this.$dom.noResize = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_scrolling(_this) {
- try {
- return __dom_wrap(_this.$dom.scrolling);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__set_scrolling(_this, value) {
- try {
- _this.$dom.scrolling = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_src(_this) {
- try {
- return __dom_wrap(_this.$dom.src);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__set_src(_this, value) {
- try {
- _this.$dom.src = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameElementWrappingImplementation__get_width(_this) {
- try {
- return __dom_wrap(_this.$dom.width);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameSetElementWrappingImplementation__get_cols(_this) {
- try {
- return __dom_wrap(_this.$dom.cols);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLFrameSetElementWrappingImplementation__set_cols(_this, value) {
+function native__HTMLFormElementWrappingImplementation__get_target(_this) {
try {
- _this.$dom.cols = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.target);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onbeforeunload(_this) {
+function native__HTMLFormElementWrappingImplementation__set_target(_this, value) {
try {
- return __dom_wrap(_this.$dom.onbeforeunload);
+ _this.$dom.target = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onbeforeunload(_this, value) {
+function native__HTMLFormElementWrappingImplementation__checkValidity(_this) {
try {
- _this.$dom.onbeforeunload = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.checkValidity());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onblur_HTMLFrameSetElement(_this) {
+function native__HTMLFormElementWrappingImplementation__reset(_this) {
try {
- return __dom_wrap(_this.$dom.onblur);
+ return __dom_wrap(_this.$dom.reset());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onblur_HTMLFrameSetElement(_this, value) {
+function native__HTMLFormElementWrappingImplementation__submit(_this) {
try {
- _this.$dom.onblur = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.submitFromJavaScript());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onerror_HTMLFrameSetElement(_this) {
+function native__HTMLFrameElementWrappingImplementation__get_contentDocument(_this) {
try {
- return __dom_wrap(_this.$dom.onerror);
+ return __dom_wrap(_this.$dom.contentDocument);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onerror_HTMLFrameSetElement(_this, value) {
+function native__HTMLFrameElementWrappingImplementation__get_contentWindow(_this) {
try {
- _this.$dom.onerror = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.contentWindow);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onfocus_HTMLFrameSetElement(_this) {
+function native__HTMLFrameElementWrappingImplementation__get_frameBorder(_this) {
try {
- return __dom_wrap(_this.$dom.onfocus);
+ return __dom_wrap(_this.$dom.frameBorder);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onfocus_HTMLFrameSetElement(_this, value) {
+function native__HTMLFrameElementWrappingImplementation__set_frameBorder(_this, value) {
try {
- _this.$dom.onfocus = __dom_unwrap(value);
+ _this.$dom.frameBorder = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onhashchange(_this) {
+function native__HTMLFrameElementWrappingImplementation__get_height(_this) {
try {
- return __dom_wrap(_this.$dom.onhashchange);
+ return __dom_wrap(_this.$dom.height);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onhashchange(_this, value) {
+function native__HTMLFrameElementWrappingImplementation__get_location(_this) {
try {
- _this.$dom.onhashchange = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.location);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onload_HTMLFrameSetElement(_this) {
+function native__HTMLFrameElementWrappingImplementation__set_location(_this, value) {
try {
- return __dom_wrap(_this.$dom.onload);
+ _this.$dom.location = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onload_HTMLFrameSetElement(_this, value) {
+function native__HTMLFrameElementWrappingImplementation__get_longDesc(_this) {
try {
- _this.$dom.onload = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.longDesc);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onmessage(_this) {
+function native__HTMLFrameElementWrappingImplementation__set_longDesc(_this, value) {
try {
- return __dom_wrap(_this.$dom.onmessage);
+ _this.$dom.longDesc = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onmessage(_this, value) {
+function native__HTMLFrameElementWrappingImplementation__get_marginHeight(_this) {
try {
- _this.$dom.onmessage = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.marginHeight);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onoffline(_this) {
+function native__HTMLFrameElementWrappingImplementation__set_marginHeight(_this, value) {
try {
- return __dom_wrap(_this.$dom.onoffline);
+ _this.$dom.marginHeight = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onoffline(_this, value) {
+function native__HTMLFrameElementWrappingImplementation__get_marginWidth(_this) {
try {
- _this.$dom.onoffline = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.marginWidth);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_ononline(_this) {
+function native__HTMLFrameElementWrappingImplementation__set_marginWidth(_this, value) {
try {
- return __dom_wrap(_this.$dom.ononline);
+ _this.$dom.marginWidth = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_ononline(_this, value) {
+function native__HTMLFrameElementWrappingImplementation__get_name(_this) {
try {
- _this.$dom.ononline = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.name);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onorientationchange(_this) {
+function native__HTMLFrameElementWrappingImplementation__set_name(_this, value) {
try {
- return __dom_wrap(_this.$dom.onorientationchange);
+ _this.$dom.name = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onorientationchange(_this, value) {
+function native__HTMLFrameElementWrappingImplementation__get_noResize(_this) {
try {
- _this.$dom.onorientationchange = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.noResize);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onpopstate(_this) {
+function native__HTMLFrameElementWrappingImplementation__set_noResize(_this, value) {
try {
- return __dom_wrap(_this.$dom.onpopstate);
+ _this.$dom.noResize = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onpopstate(_this, value) {
+function native__HTMLFrameElementWrappingImplementation__get_scrolling(_this) {
try {
- _this.$dom.onpopstate = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.scrolling);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onresize(_this) {
+function native__HTMLFrameElementWrappingImplementation__set_scrolling(_this, value) {
try {
- return __dom_wrap(_this.$dom.onresize);
+ _this.$dom.scrolling = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onresize(_this, value) {
+function native__HTMLFrameElementWrappingImplementation__get_src(_this) {
try {
- _this.$dom.onresize = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.src);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onstorage(_this) {
+function native__HTMLFrameElementWrappingImplementation__set_src(_this, value) {
try {
- return __dom_wrap(_this.$dom.onstorage);
+ _this.$dom.src = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onstorage(_this, value) {
+function native__HTMLFrameElementWrappingImplementation__get_width(_this) {
try {
- _this.$dom.onstorage = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.width);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__get_onunload(_this) {
+function native__HTMLFrameSetElementWrappingImplementation__get_cols(_this) {
try {
- return __dom_wrap(_this.$dom.onunload);
+ return __dom_wrap(_this.$dom.cols);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__HTMLFrameSetElementWrappingImplementation__set_onunload(_this, value) {
+function native__HTMLFrameSetElementWrappingImplementation__set_cols(_this, value) {
try {
- _this.$dom.onunload = __dom_unwrap(value);
+ _this.$dom.cols = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -13622,22 +10166,6 @@ function native__HTMLInputElementWrappingImplementation__set_name(_this, value)
}
}
-function native__HTMLInputElementWrappingImplementation__get_onwebkitspeechchange(_this) {
- try {
- return __dom_wrap(_this.$dom.onwebkitspeechchange);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLInputElementWrappingImplementation__set_onwebkitspeechchange(_this, value) {
- try {
- _this.$dom.onwebkitspeechchange = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLInputElementWrappingImplementation__get_pattern(_this) {
try {
return __dom_wrap(_this.$dom.pattern);
@@ -18254,54 +14782,6 @@ function native__IDBDatabaseWrappingImplementation__get_name(_this) {
}
}
-function native__IDBDatabaseWrappingImplementation__get_onabort(_this) {
- try {
- return __dom_wrap(_this.$dom.onabort);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBDatabaseWrappingImplementation__set_onabort(_this, value) {
- try {
- _this.$dom.onabort = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBDatabaseWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBDatabaseWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBDatabaseWrappingImplementation__get_onversionchange(_this) {
- try {
- return __dom_wrap(_this.$dom.onversionchange);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBDatabaseWrappingImplementation__set_onversionchange(_this, value) {
- try {
- _this.$dom.onversionchange = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__IDBDatabaseWrappingImplementation__get_version(_this) {
try {
return __dom_wrap(_this.$dom.version);
@@ -18814,38 +15294,6 @@ function native__IDBRequestWrappingImplementation__get_errorCode(_this) {
}
}
-function native__IDBRequestWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBRequestWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBRequestWrappingImplementation__get_onsuccess(_this) {
- try {
- return __dom_wrap(_this.$dom.onsuccess);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBRequestWrappingImplementation__set_onsuccess(_this, value) {
- try {
- _this.$dom.onsuccess = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__IDBRequestWrappingImplementation__get_readyState(_this) {
try {
return __dom_wrap(_this.$dom.readyState);
@@ -18942,54 +15390,6 @@ function native__IDBTransactionWrappingImplementation__get_mode(_this) {
}
}
-function native__IDBTransactionWrappingImplementation__get_onabort(_this) {
- try {
- return __dom_wrap(_this.$dom.onabort);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBTransactionWrappingImplementation__set_onabort(_this, value) {
- try {
- _this.$dom.onabort = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBTransactionWrappingImplementation__get_oncomplete(_this) {
- try {
- return __dom_wrap(_this.$dom.oncomplete);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBTransactionWrappingImplementation__set_oncomplete(_this, value) {
- try {
- _this.$dom.oncomplete = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBTransactionWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBTransactionWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__IDBTransactionWrappingImplementation__abort(_this) {
try {
return __dom_wrap(_this.$dom.abort());
@@ -19054,22 +15454,6 @@ function native__IDBVersionChangeEventWrappingImplementation__get_version(_this)
}
}
-function native__IDBVersionChangeRequestWrappingImplementation__get_onblocked(_this) {
- try {
- return __dom_wrap(_this.$dom.onblocked);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__IDBVersionChangeRequestWrappingImplementation__set_onblocked(_this, value) {
- try {
- _this.$dom.onblocked = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__ImageDataWrappingImplementation__get_data(_this) {
try {
return __dom_wrap(_this.$dom.data);
@@ -19918,22 +16302,6 @@ function native__MessageEventWrappingImplementation__webkitInitMessageEvent(_thi
}
}
-function native__MessagePortWrappingImplementation__get_onmessage(_this) {
- try {
- return __dom_wrap(_this.$dom.onmessage);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__MessagePortWrappingImplementation__set_onmessage(_this, value) {
- try {
- _this.$dom.onmessage = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__MessagePortWrappingImplementation__addEventListener_MessagePort(_this, type, listener) {
try {
return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
@@ -20870,177 +17238,113 @@ function native__NodeIteratorWrappingImplementation__get_pointerBeforeReferenceN
}
}
-function native__NodeIteratorWrappingImplementation__get_referenceNode(_this) {
- try {
- return __dom_wrap(_this.$dom.referenceNode);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__NodeIteratorWrappingImplementation__get_root(_this) {
- try {
- return __dom_wrap(_this.$dom.root);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__NodeIteratorWrappingImplementation__get_whatToShow(_this) {
- try {
- return __dom_wrap(_this.$dom.whatToShow);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__NodeIteratorWrappingImplementation__detach(_this) {
- try {
- return __dom_wrap(_this.$dom.detach());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__NodeIteratorWrappingImplementation__nextNode(_this) {
- try {
- return __dom_wrap(_this.$dom.nextNode());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__NodeIteratorWrappingImplementation__previousNode(_this) {
- try {
- return __dom_wrap(_this.$dom.previousNode());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__NodeListWrappingImplementation__get_length(_this) {
- try {
- return __dom_wrap(_this.$dom.length);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__NodeListWrappingImplementation__item(_this, index) {
- try {
- return __dom_wrap(_this.$dom.item(__dom_unwrap(index)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__NodeSelectorWrappingImplementation__querySelector(_this, selectors) {
+function native__NodeIteratorWrappingImplementation__get_referenceNode(_this) {
try {
- return __dom_wrap(_this.$dom.querySelector(__dom_unwrap(selectors)));
+ return __dom_wrap(_this.$dom.referenceNode);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NodeSelectorWrappingImplementation__querySelectorAll(_this, selectors) {
+function native__NodeIteratorWrappingImplementation__get_root(_this) {
try {
- return __dom_wrap(_this.$dom.querySelectorAll(__dom_unwrap(selectors)));
+ return __dom_wrap(_this.$dom.root);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotationWrappingImplementation__get_publicId(_this) {
+function native__NodeIteratorWrappingImplementation__get_whatToShow(_this) {
try {
- return __dom_wrap(_this.$dom.publicId);
+ return __dom_wrap(_this.$dom.whatToShow);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotationWrappingImplementation__get_systemId(_this) {
+function native__NodeIteratorWrappingImplementation__detach(_this) {
try {
- return __dom_wrap(_this.$dom.systemId);
+ return __dom_wrap(_this.$dom.detach());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotificationWrappingImplementation__get_dir(_this) {
+function native__NodeIteratorWrappingImplementation__nextNode(_this) {
try {
- return __dom_wrap(_this.$dom.dir);
+ return __dom_wrap(_this.$dom.nextNode());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotificationWrappingImplementation__set_dir(_this, value) {
+function native__NodeIteratorWrappingImplementation__previousNode(_this) {
try {
- _this.$dom.dir = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.previousNode());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotificationWrappingImplementation__get_onclick(_this) {
+function native__NodeListWrappingImplementation__get_length(_this) {
try {
- return __dom_wrap(_this.$dom.onclick);
+ return __dom_wrap(_this.$dom.length);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotificationWrappingImplementation__set_onclick(_this, value) {
+function native__NodeListWrappingImplementation__item(_this, index) {
try {
- _this.$dom.onclick = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.item(__dom_unwrap(index)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotificationWrappingImplementation__get_onclose(_this) {
+function native__NodeSelectorWrappingImplementation__querySelector(_this, selectors) {
try {
- return __dom_wrap(_this.$dom.onclose);
+ return __dom_wrap(_this.$dom.querySelector(__dom_unwrap(selectors)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotificationWrappingImplementation__set_onclose(_this, value) {
+function native__NodeSelectorWrappingImplementation__querySelectorAll(_this, selectors) {
try {
- _this.$dom.onclose = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.querySelectorAll(__dom_unwrap(selectors)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotificationWrappingImplementation__get_ondisplay(_this) {
+function native__NotationWrappingImplementation__get_publicId(_this) {
try {
- return __dom_wrap(_this.$dom.ondisplay);
+ return __dom_wrap(_this.$dom.publicId);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotificationWrappingImplementation__set_ondisplay(_this, value) {
+function native__NotationWrappingImplementation__get_systemId(_this) {
try {
- _this.$dom.ondisplay = __dom_unwrap(value);
+ return __dom_wrap(_this.$dom.systemId);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotificationWrappingImplementation__get_onerror(_this) {
+function native__NotificationWrappingImplementation__get_dir(_this) {
try {
- return __dom_wrap(_this.$dom.onerror);
+ return __dom_wrap(_this.$dom.dir);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__NotificationWrappingImplementation__set_onerror(_this, value) {
+function native__NotificationWrappingImplementation__set_dir(_this, value) {
try {
- _this.$dom.onerror = __dom_unwrap(value);
+ _this.$dom.dir = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -22206,22 +18510,6 @@ function native__SharedWorkercontextWrappingImplementation__get_name(_this) {
}
}
-function native__SharedWorkercontextWrappingImplementation__get_onconnect(_this) {
- try {
- return __dom_wrap(_this.$dom.onconnect);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__SharedWorkercontextWrappingImplementation__set_onconnect(_this, value) {
- try {
- _this.$dom.onconnect = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__SpeechInputEventWrappingImplementation__get_results(_this) {
try {
return __dom_wrap(_this.$dom.results);
@@ -25470,70 +21758,6 @@ function native__WebSocketWrappingImplementation__get_extensions(_this) {
}
}
-function native__WebSocketWrappingImplementation__get_onclose(_this) {
- try {
- return __dom_wrap(_this.$dom.onclose);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__WebSocketWrappingImplementation__set_onclose(_this, value) {
- try {
- _this.$dom.onclose = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__WebSocketWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__WebSocketWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__WebSocketWrappingImplementation__get_onmessage(_this) {
- try {
- return __dom_wrap(_this.$dom.onmessage);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__WebSocketWrappingImplementation__set_onmessage(_this, value) {
- try {
- _this.$dom.onmessage = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__WebSocketWrappingImplementation__get_onopen(_this) {
- try {
- return __dom_wrap(_this.$dom.onopen);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__WebSocketWrappingImplementation__set_onopen(_this, value) {
- try {
- _this.$dom.onopen = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__WebSocketWrappingImplementation__get_protocol(_this) {
try {
return __dom_wrap(_this.$dom.protocol);
@@ -25758,22 +21982,6 @@ function native__WheelEventWrappingImplementation__initWebKitWheelEvent(_this, w
}
}
-function native__WorkerWrappingImplementation__get_onmessage(_this) {
- try {
- return __dom_wrap(_this.$dom.onmessage);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__WorkerWrappingImplementation__set_onmessage(_this, value) {
- try {
- _this.$dom.onmessage = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__WorkerWrappingImplementation__postMessage(_this, message) {
try {
return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message)));
@@ -25846,22 +22054,6 @@ function native__WorkerContextWrappingImplementation__set_navigator(_this, value
}
}
-function native__WorkerContextWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__WorkerContextWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__WorkerContextWrappingImplementation__get_self(_this) {
try {
return __dom_wrap(_this.$dom.self);
@@ -26094,102 +22286,6 @@ function native__XMLHttpRequestWrappingImplementation__set_asBlob(_this, value)
}
}
-function native__XMLHttpRequestWrappingImplementation__get_onabort(_this) {
- try {
- return __dom_wrap(_this.$dom.onabort);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestWrappingImplementation__set_onabort(_this, value) {
- try {
- _this.$dom.onabort = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestWrappingImplementation__get_onload(_this) {
- try {
- return __dom_wrap(_this.$dom.onload);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestWrappingImplementation__set_onload(_this, value) {
- try {
- _this.$dom.onload = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestWrappingImplementation__get_onloadstart(_this) {
- try {
- return __dom_wrap(_this.$dom.onloadstart);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestWrappingImplementation__set_onloadstart(_this, value) {
- try {
- _this.$dom.onloadstart = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestWrappingImplementation__get_onprogress(_this) {
- try {
- return __dom_wrap(_this.$dom.onprogress);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestWrappingImplementation__set_onprogress(_this, value) {
- try {
- _this.$dom.onprogress = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestWrappingImplementation__get_onreadystatechange(_this) {
- try {
- return __dom_wrap(_this.$dom.onreadystatechange);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestWrappingImplementation__set_onreadystatechange(_this, value) {
- try {
- _this.$dom.onreadystatechange = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__XMLHttpRequestWrappingImplementation__get_readyState(_this) {
try {
return __dom_wrap(_this.$dom.readyState);
@@ -26486,86 +22582,6 @@ function native__XMLHttpRequestProgressEventWrappingImplementation__get_totalSiz
}
}
-function native__XMLHttpRequestUploadWrappingImplementation__get_onabort(_this) {
- try {
- return __dom_wrap(_this.$dom.onabort);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestUploadWrappingImplementation__set_onabort(_this, value) {
- try {
- _this.$dom.onabort = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestUploadWrappingImplementation__get_onerror(_this) {
- try {
- return __dom_wrap(_this.$dom.onerror);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestUploadWrappingImplementation__set_onerror(_this, value) {
- try {
- _this.$dom.onerror = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestUploadWrappingImplementation__get_onload(_this) {
- try {
- return __dom_wrap(_this.$dom.onload);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestUploadWrappingImplementation__set_onload(_this, value) {
- try {
- _this.$dom.onload = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestUploadWrappingImplementation__get_onloadstart(_this) {
- try {
- return __dom_wrap(_this.$dom.onloadstart);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestUploadWrappingImplementation__set_onloadstart(_this, value) {
- try {
- _this.$dom.onloadstart = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestUploadWrappingImplementation__get_onprogress(_this) {
- try {
- return __dom_wrap(_this.$dom.onprogress);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__XMLHttpRequestUploadWrappingImplementation__set_onprogress(_this, value) {
- try {
- _this.$dom.onprogress = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__XMLHttpRequestUploadWrappingImplementation__addEventListener_XMLHttpRequestUpload(_this, type, listener) {
try {
return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener)));

Powered by Google App Engine
This is Rietveld 408576698