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

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

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View 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 aa903aea024eae7918eb0456cdc6ee9e80191c74..c90f00003264197553897c355f3a86d48f5233ea 100644
--- a/client/dom/generated/wrapping_dom.js
+++ b/client/dom/generated/wrapping_dom.js
@@ -894,6 +894,22 @@ function native__CanvasRenderingContext2DWrappingImplementation__set__CanvasRend
}
}
+function native__CanvasRenderingContext2DWrappingImplementation__get__CanvasRenderingContext2D_webkitLineDash(_this) {
+ try {
+ return __dom_wrap(_this.$dom.webkitLineDash);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__CanvasRenderingContext2DWrappingImplementation__set__CanvasRenderingContext2D_webkitLineDash(_this, value) {
+ try {
+ _this.$dom.webkitLineDash = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__CanvasRenderingContext2DWrappingImplementation__get__CanvasRenderingContext2D_webkitLineDashOffset(_this) {
try {
return __dom_wrap(_this.$dom.webkitLineDashOffset);
@@ -1726,6 +1742,14 @@ function native__ClipboardWrappingImplementation__get__Clipboard_items(_this) {
}
}
+function native__ClipboardWrappingImplementation__get__Clipboard_types(_this) {
+ try {
+ return __dom_wrap(_this.$dom.types);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__ClipboardWrappingImplementation__clearData(_this) {
try {
return __dom_wrap(_this.$dom.clearData());
@@ -2278,6 +2302,14 @@ function native__DOMExceptionWrappingImplementation__get__DOMException_name(_thi
}
}
+function native__DOMExceptionWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toString());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DOMFileSystemWrappingImplementation__get__DOMFileSystem_name(_this) {
try {
return __dom_wrap(_this.$dom.name);
@@ -2702,6 +2734,14 @@ function native__DOMSelectionWrappingImplementation__setPosition(_this, node, of
}
}
+function native__DOMSelectionWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toString());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DOMSettableTokenListWrappingImplementation__get__DOMSettableTokenList_value(_this) {
try {
return __dom_wrap(_this.$dom.value);
@@ -2758,6 +2798,14 @@ function native__DOMTokenListWrappingImplementation__remove(_this, token) {
}
}
+function native__DOMTokenListWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toString());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DOMTokenListWrappingImplementation__toggle(_this, token) {
try {
return __dom_wrap(_this.$dom.toggle(__dom_unwrap(token)));
@@ -2854,6 +2902,22 @@ function native__DOMWindowWrappingImplementation__set__DOMWindow_defaultStatus(_
}
}
+function native__DOMWindowWrappingImplementation__get__DOMWindow_defaultstatus(_this) {
+ try {
+ return __dom_wrap(_this.$dom.defaultstatus);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__DOMWindowWrappingImplementation__set__DOMWindow_defaultstatus(_this, value) {
+ try {
+ _this.$dom.defaultstatus = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DOMWindowWrappingImplementation__get__DOMWindow_devicePixelRatio(_this) {
try {
return __dom_wrap(_this.$dom.devicePixelRatio);
@@ -4590,6 +4654,14 @@ function native__DOMWindowWrappingImplementation__get__DOMWindow_webkitNotificat
}
}
+function native__DOMWindowWrappingImplementation__get__DOMWindow_webkitURL(_this) {
+ try {
+ return __dom_wrap(_this.$dom.webkitURL);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DOMWindowWrappingImplementation__get__DOMWindow_window(_this) {
try {
return __dom_wrap(_this.$dom.window);
@@ -4718,6 +4790,14 @@ function native__DOMWindowWrappingImplementation__getComputedStyle(_this, elemen
}
}
+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());
@@ -4766,9 +4846,17 @@ function native__DOMWindowWrappingImplementation__open_2(_this, url, name, optio
}
}
-function native__DOMWindowWrappingImplementation__postMessage(_this, message, targetOrigin) {
+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(targetOrigin)));
+ return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(messagePorts_OR_targetOrigin), __dom_unwrap(targetOrigin)));
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -4910,9 +4998,17 @@ function native__DOMWindowWrappingImplementation__webkitConvertPointFromPageToNo
}
}
-function native__DOMWindowWrappingImplementation__webkitPostMessage(_this, message, targetOrigin) {
+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)));
+ return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(targetOrigin_OR_transferList), __dom_unwrap(targetOrigin)));
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -5382,6 +5478,14 @@ function native__DedicatedWorkerContextWrappingImplementation__postMessage(_this
}
}
+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)));
@@ -5390,6 +5494,14 @@ function native__DedicatedWorkerContextWrappingImplementation__webkitPostMessage
}
}
+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__DeviceMotionEvent_interval(_this) {
try {
return __dom_wrap(_this.$dom.interval);
@@ -5726,6 +5838,14 @@ function native__DocumentWrappingImplementation__get__Document_domain(_this) {
}
}
+function native__DocumentWrappingImplementation__set__Document_domain(_this, value) {
+ try {
+ _this.$dom.domain = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DocumentWrappingImplementation__get__Document_forms(_this) {
try {
return __dom_wrap(_this.$dom.forms);
@@ -5782,6 +5902,22 @@ function native__DocumentWrappingImplementation__get__Document_links(_this) {
}
}
+function native__DocumentWrappingImplementation__get__Document_location(_this) {
+ try {
+ return __dom_wrap(_this.$dom.location);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__DocumentWrappingImplementation__set__Document_location(_this, value) {
+ try {
+ _this.$dom.location = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DocumentWrappingImplementation__get__Document_onabort(_this) {
try {
return __dom_wrap(_this.$dom.onabort);
@@ -6678,14 +6814,6 @@ function native__DocumentWrappingImplementation__createCDATASection(_this, data)
}
}
-function native__DocumentWrappingImplementation__createCSSStyleDeclaration(_this) {
- try {
- return __dom_wrap(_this.$dom.createCSSStyleDeclaration());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__DocumentWrappingImplementation__createComment(_this, data) {
try {
return __dom_wrap(_this.$dom.createComment(__dom_unwrap(data)));
@@ -6870,6 +6998,14 @@ function native__DocumentWrappingImplementation__getOverrideStyle(_this, element
}
}
+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)));
@@ -8566,6 +8702,14 @@ function native__EventWrappingImplementation__get__Event_cancelable(_this) {
}
}
+function native__EventWrappingImplementation__get__Event_clipboardData(_this) {
+ try {
+ return __dom_wrap(_this.$dom.clipboardData);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__EventWrappingImplementation__get__Event_currentTarget(_this) {
try {
return __dom_wrap(_this.$dom.currentTarget);
@@ -8694,6 +8838,14 @@ function native__EventExceptionWrappingImplementation__get__EventException_name(
}
}
+function native__EventExceptionWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toString());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__EventSourceWrappingImplementation__get__EventSource_URL(_this) {
try {
return __dom_wrap(_this.$dom.URL);
@@ -8966,6 +9118,14 @@ function native__FileExceptionWrappingImplementation__get__FileException_name(_t
}
}
+function native__FileExceptionWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toString());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__FileListWrappingImplementation__get__FileList_length(_this) {
try {
return __dom_wrap(_this.$dom.length);
@@ -9886,6 +10046,14 @@ function native__HTMLAnchorElementWrappingImplementation__getParameter(_this, na
}
}
+function native__HTMLAnchorElementWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toString());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLAppletElementWrappingImplementation__get__HTMLAppletElement_align(_this) {
try {
return __dom_wrap(_this.$dom.align);
@@ -11062,6 +11230,22 @@ function native__HTMLDocumentWrappingImplementation__set__HTMLDocument_alinkColo
}
}
+function native__HTMLDocumentWrappingImplementation__get__HTMLDocument_all(_this) {
+ try {
+ return __dom_wrap(_this.$dom.all);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__HTMLDocumentWrappingImplementation__set__HTMLDocument_all(_this, value) {
+ try {
+ _this.$dom.all = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLDocumentWrappingImplementation__get__HTMLDocument_bgColor(_this) {
try {
return __dom_wrap(_this.$dom.bgColor);
@@ -12000,7 +12184,7 @@ function native__HTMLFormElementWrappingImplementation__reset(_this) {
function native__HTMLFormElementWrappingImplementation__submit(_this) {
try {
- return __dom_wrap(_this.$dom.submit());
+ return __dom_wrap(_this.$dom.submitFromJavaScript());
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -13790,14 +13974,6 @@ function native__HTMLInputElementWrappingImplementation__setSelectionRange_2(_th
}
}
-function native__HTMLInputElementWrappingImplementation__setValueForUser(_this, value) {
- try {
- return __dom_wrap(_this.$dom.setValueForUser(__dom_unwrap(value)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLInputElementWrappingImplementation__stepDown(_this) {
try {
return __dom_wrap(_this.$dom.stepDown());
@@ -14238,6 +14414,22 @@ function native__HTMLLinkElementWrappingImplementation__get__HTMLLinkElement_she
}
}
+function native__HTMLLinkElementWrappingImplementation__get__HTMLLinkElement_sizes(_this) {
+ try {
+ return __dom_wrap(_this.$dom.sizes);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__HTMLLinkElementWrappingImplementation__set__HTMLLinkElement_sizes(_this, value) {
+ try {
+ _this.$dom.sizes = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLLinkElementWrappingImplementation__get__HTMLLinkElement_target(_this) {
try {
return __dom_wrap(_this.$dom.target);
@@ -15558,6 +15750,14 @@ function native__HTMLOptionElementWrappingImplementation__get__HTMLOptionElement
}
}
+function native__HTMLOptionElementWrappingImplementation__set__HTMLOptionElement_text(_this, value) {
+ try {
+ _this.$dom.text = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLOptionElementWrappingImplementation__get__HTMLOptionElement_value(_this) {
try {
return __dom_wrap(_this.$dom.value);
@@ -16286,9 +16486,9 @@ function native__HTMLSelectElementWrappingImplementation__namedItem(_this, name)
}
}
-function native__HTMLSelectElementWrappingImplementation__remove(_this, index) {
+function native__HTMLSelectElementWrappingImplementation__remove(_this) {
try {
- return __dom_wrap(_this.$dom.remove(__dom_unwrap(index)));
+ return __dom_wrap(_this.$dom.remove());
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -18206,6 +18406,14 @@ function native__IDBDatabaseExceptionWrappingImplementation__get__IDBDatabaseExc
}
}
+function native__IDBDatabaseExceptionWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toString());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__IDBFactoryWrappingImplementation__cmp(_this, first, second) {
try {
return __dom_wrap(_this.$dom.cmp(__dom_unwrap(first), __dom_unwrap(second)));
@@ -19198,6 +19406,14 @@ function native__JavaScriptCallFrameWrappingImplementation__get__JavaScriptCallF
}
}
+function native__JavaScriptCallFrameWrappingImplementation__get__JavaScriptCallFrame_scopeChain(_this) {
+ try {
+ return __dom_wrap(_this.$dom.scopeChain);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__JavaScriptCallFrameWrappingImplementation__get__JavaScriptCallFrame_sourceID(_this) {
try {
return __dom_wrap(_this.$dom.sourceID);
@@ -19286,14 +19502,6 @@ function native__KeyboardEventWrappingImplementation__get__KeyboardEvent_shiftKe
}
}
-function native__KeyboardEventWrappingImplementation__getModifierState(_this, keyIdentifierArg) {
- try {
- return __dom_wrap(_this.$dom.getModifierState(__dom_unwrap(keyIdentifierArg)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__KeyboardEventWrappingImplementation__initKeyboardEvent(_this, type, canBubble, cancelable, view, keyIdentifier, keyLocation, ctrlKey, altKey, shiftKey, metaKey, altGraphKey) {
try {
return __dom_wrap(_this.$dom.initKeyboardEvent(__dom_unwrap(type), __dom_unwrap(canBubble), __dom_unwrap(cancelable), __dom_unwrap(view), __dom_unwrap(keyIdentifier), __dom_unwrap(keyLocation), __dom_unwrap(ctrlKey), __dom_unwrap(altKey), __dom_unwrap(shiftKey), __dom_unwrap(metaKey), __dom_unwrap(altGraphKey)));
@@ -19470,6 +19678,14 @@ function native__LocationWrappingImplementation__replace(_this, url) {
}
}
+function native__LocationWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toStringFunction());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__MediaErrorWrappingImplementation__get__MediaError_code(_this) {
try {
return __dom_wrap(_this.$dom.code);
@@ -19622,17 +19838,17 @@ function native__MessageEventWrappingImplementation__get__MessageEvent_lastEvent
}
}
-function native__MessageEventWrappingImplementation__get__MessageEvent_messagePort(_this) {
+function native__MessageEventWrappingImplementation__get__MessageEvent_origin(_this) {
try {
- return __dom_wrap(_this.$dom.messagePort);
+ return __dom_wrap(_this.$dom.origin);
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__MessageEventWrappingImplementation__get__MessageEvent_origin(_this) {
+function native__MessageEventWrappingImplementation__get__MessageEvent_ports(_this) {
try {
- return __dom_wrap(_this.$dom.origin);
+ return __dom_wrap(_this.$dom.ports);
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -19646,9 +19862,17 @@ function native__MessageEventWrappingImplementation__get__MessageEvent_source(_t
}
}
-function native__MessageEventWrappingImplementation__initMessageEvent(_this, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePort) {
+function native__MessageEventWrappingImplementation__initMessageEvent(_this, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) {
try {
- return __dom_wrap(_this.$dom.initMessageEvent(__dom_unwrap(typeArg), __dom_unwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(dataArg), __dom_unwrap(originArg), __dom_unwrap(lastEventIdArg), __dom_unwrap(sourceArg), __dom_unwrap(messagePort)));
+ return __dom_wrap(_this.$dom.initMessageEvent(__dom_unwrap(typeArg), __dom_unwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(dataArg), __dom_unwrap(originArg), __dom_unwrap(lastEventIdArg), __dom_unwrap(sourceArg), __dom_unwrap(messagePorts)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MessageEventWrappingImplementation__webkitInitMessageEvent(_this, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, transferables) {
+ try {
+ return __dom_wrap(_this.$dom.webkitInitMessageEvent(__dom_unwrap(typeArg), __dom_unwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(dataArg), __dom_unwrap(originArg), __dom_unwrap(lastEventIdArg), __dom_unwrap(sourceArg), __dom_unwrap(transferables)));
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -19710,6 +19934,14 @@ function native__MessagePortWrappingImplementation__postMessage(_this, message)
}
}
+function native__MessagePortWrappingImplementation__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__MessagePortWrappingImplementation__removeEventListener(_this, type, listener) {
try {
return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
@@ -19742,6 +19974,14 @@ function native__MessagePortWrappingImplementation__webkitPostMessage(_this, mes
}
}
+function native__MessagePortWrappingImplementation__webkitPostMessage_2(_this, message, transfer) {
+ try {
+ return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(transfer)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__MetadataWrappingImplementation__get__Metadata_modificationTime(_this) {
try {
return __dom_wrap(_this.$dom.modificationTime);
@@ -19798,6 +20038,14 @@ function native__MouseEventWrappingImplementation__get__MouseEvent_ctrlKey(_this
}
}
+function native__MouseEventWrappingImplementation__get__MouseEvent_dataTransfer(_this) {
+ try {
+ return __dom_wrap(_this.$dom.dataTransfer);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__MouseEventWrappingImplementation__get__MouseEvent_fromElement(_this) {
try {
return __dom_wrap(_this.$dom.fromElement);
@@ -20918,6 +21166,14 @@ function native__OperationNotAllowedExceptionWrappingImplementation__get__Operat
}
}
+function native__OperationNotAllowedExceptionWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toString());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__OverflowEventWrappingImplementation__get__OverflowEvent_horizontalOverflow(_this) {
try {
return __dom_wrap(_this.$dom.horizontalOverflow);
@@ -21286,14 +21542,6 @@ function native__ProgressEventWrappingImplementation__initProgressEvent(_this, t
}
}
-function native__RGBColorWrappingImplementation__get__RGBColor_alpha(_this) {
- try {
- return __dom_wrap(_this.$dom.alpha);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__RGBColorWrappingImplementation__get__RGBColor_blue(_this) {
try {
return __dom_wrap(_this.$dom.blue);
@@ -21366,14 +21614,6 @@ function native__RangeWrappingImplementation__get__Range_startOffset(_this) {
}
}
-function native__RangeWrappingImplementation__get__Range_text(_this) {
- try {
- return __dom_wrap(_this.$dom.text);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__RangeWrappingImplementation__cloneContents(_this) {
try {
return __dom_wrap(_this.$dom.cloneContents());
@@ -21454,6 +21694,22 @@ function native__RangeWrappingImplementation__extractContents(_this) {
}
}
+function native__RangeWrappingImplementation__getBoundingClientRect(_this) {
+ try {
+ return __dom_wrap(_this.$dom.getBoundingClientRect());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__RangeWrappingImplementation__getClientRects(_this) {
+ try {
+ return __dom_wrap(_this.$dom.getClientRects());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__RangeWrappingImplementation__insertNode(_this, newNode) {
try {
return __dom_wrap(_this.$dom.insertNode(__dom_unwrap(newNode)));
@@ -21582,6 +21838,14 @@ function native__RangeExceptionWrappingImplementation__get__RangeException_name(
}
}
+function native__RangeExceptionWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toString());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__RectWrappingImplementation__get__Rect_bottom(_this) {
try {
return __dom_wrap(_this.$dom.bottom);
@@ -21822,6 +22086,14 @@ function native__ScriptProfileNodeWrappingImplementation__get__ScriptProfileNode
}
}
+function native__ScriptProfileNodeWrappingImplementation__get__ScriptProfileNode_children(_this) {
+ try {
+ return __dom_wrap(_this.$dom.children);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__ScriptProfileNodeWrappingImplementation__get__ScriptProfileNode_functionName(_this) {
try {
return __dom_wrap(_this.$dom.functionName);
@@ -25440,8 +25712,7 @@ function native__WheelEventWrappingImplementation__get__WheelEvent_y(_this) {
function native__WheelEventWrappingImplementation__initWebKitWheelEvent(_this, wheelDeltaX, wheelDeltaY, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey) {
try {
- var _method = _this.$dom.initWebKitWheelEvent || _this.$dom.initWheelEvent;
- return __dom_wrap(_method.call(_this.$dom, __dom_unwrap(wheelDeltaX), __dom_unwrap(wheelDeltaY), __dom_unwrap(view), __dom_unwrap(screenX), __dom_unwrap(screenY), __dom_unwrap(clientX), __dom_unwrap(clientY), __dom_unwrap(ctrlKey), __dom_unwrap(altKey), __dom_unwrap(shiftKey), __dom_unwrap(metaKey)));
+ return __dom_wrap(_this.$dom.initWebKitWheelEvent(__dom_unwrap(wheelDeltaX), __dom_unwrap(wheelDeltaY), __dom_unwrap(view), __dom_unwrap(screenX), __dom_unwrap(screenY), __dom_unwrap(clientX), __dom_unwrap(clientY), __dom_unwrap(ctrlKey), __dom_unwrap(altKey), __dom_unwrap(shiftKey), __dom_unwrap(metaKey)));
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -25471,9 +25742,9 @@ function native__WorkerWrappingImplementation__postMessage(_this, message) {
}
}
-function native__WorkerWrappingImplementation__postMessage_2(_this, message, messagePort) {
+function native__WorkerWrappingImplementation__postMessage_2(_this, message, messagePorts) {
try {
- return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(messagePort)));
+ return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(messagePorts)));
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -25487,6 +25758,22 @@ function native__WorkerWrappingImplementation__terminate(_this) {
}
}
+function native__WorkerWrappingImplementation__webkitPostMessage(_this, message) {
+ try {
+ return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__WorkerWrappingImplementation__webkitPostMessage_2(_this, message, messagePorts) {
+ try {
+ return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(messagePorts)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__WorkerContextWrappingImplementation__get__WorkerContext_location(_this) {
try {
return __dom_wrap(_this.$dom.location);
@@ -25535,6 +25822,22 @@ function native__WorkerContextWrappingImplementation__set__WorkerContext_onerror
}
}
+function native__WorkerContextWrappingImplementation__get__WorkerContext_self(_this) {
+ try {
+ return __dom_wrap(_this.$dom.self);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__WorkerContextWrappingImplementation__set__WorkerContext_self(_this, value) {
+ try {
+ _this.$dom.self = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__WorkerContextWrappingImplementation__get__WorkerContext_webkitNotifications(_this) {
try {
return __dom_wrap(_this.$dom.webkitNotifications);
@@ -26119,6 +26422,14 @@ function native__XMLHttpRequestExceptionWrappingImplementation__get__XMLHttpRequ
}
}
+function native__XMLHttpRequestExceptionWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toString());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__XMLHttpRequestProgressEventWrappingImplementation__get__XMLHttpRequestProgressEvent_position(_this) {
try {
return __dom_wrap(_this.$dom.position);
@@ -26311,6 +26622,14 @@ function native__XPathExceptionWrappingImplementation__get__XPathException_name(
}
}
+function native__XPathExceptionWrappingImplementation__toString(_this) {
+ try {
+ return __dom_wrap(_this.$dom.toString());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__XPathExpressionWrappingImplementation__evaluate(_this, contextNode, type, inResult) {
try {
return __dom_wrap(_this.$dom.evaluate(__dom_unwrap(contextNode), __dom_unwrap(type), __dom_unwrap(inResult)));

Powered by Google App Engine
This is Rietveld 408576698