mirror of
https://github.com/ylw00/qxVm.git
synced 2025-04-22 18:03:29 +08:00
8 lines
191 B
JavaScript
8 lines
191 B
JavaScript
Image = function Image() {
|
|
return new HTMLImageElement(qxVm.memory.$createObj_key);
|
|
}; qxVm.safefunction(Image);
|
|
|
|
; (function () {
|
|
Image.prototype = HTMLImageElement.prototype;
|
|
})();
|