qxVm/qxVm_sanbox/env/DOM/Image.js
2023-04-20 21:14:25 +08:00

8 lines
191 B
JavaScript

Image = function Image() {
return new HTMLImageElement(qxVm.memory.$createObj_key);
}; qxVm.safefunction(Image);
; (function () {
Image.prototype = HTMLImageElement.prototype;
})();