// SVGImageElement对象 bodaEnv.memory.globlProtoObj["SVGImageElement"] = function SVGImageElement() { let arg = arguments[0]; if (arg != 'bobo') { bodaEnv.toolsFunc.console_copy('SVGImageElement 实例化对象 --->', bodaEnv.toolsFunc.stringify_bo(arguments, function (k, v) { if (v == window) { return 'window'; } else { return v; } })); } ; }; bodaEnv.toolsFunc.safeProto(bodaEnv.memory.globlProtoObj["SVGImageElement"], "SVGImageElement"); bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype.__proto__ = bodaEnv.memory.globlProtoObj["SVGGraphicsElement"].prototype; bodaEnv.memory.globlProtoObj["SVGImageElement"].__proto__ = bodaEnv.memory.globlProtoObj["SVGGraphicsElement"]; bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "x", { configurable: true, enumerable: true, get: { x() { return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "SVGImageElement", "x_get", arguments); } }.x, set: undefined }); bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "y", { configurable: true, enumerable: true, get: { y() { return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "SVGImageElement", "y_get", arguments); } }.y, set: undefined }); bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "width", { configurable: true, enumerable: true, get: { width() { return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "SVGImageElement", "width_get", arguments); } }.width, set: undefined }); bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "height", { configurable: true, enumerable: true, get: { height() { return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "SVGImageElement", "height_get", arguments); } }.height, set: undefined }); bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "preserveAspectRatio", { configurable: true, enumerable: true, get: { preserveAspectRatio() { return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "SVGImageElement", "preserveAspectRatio_get", arguments); } }.preserveAspectRatio, set: undefined }); bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "decoding", { configurable: true, enumerable: true, get: { decoding() { return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "SVGImageElement", "decoding_get", arguments); } }.decoding, set: { decoding() { return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "SVGImageElement", "decoding_set", arguments); } }.decoding }); bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "href", { configurable: true, enumerable: true, get: { href() { return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "SVGImageElement", "href_get", arguments); } }.href, set: undefined }); bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "decode", { configurable: true, enumerable: true, writable: true, value: { decode() { return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGImageElement"].prototype, "SVGImageElement", "decode", arguments); } }.decode });