// SVGMPathElement对象 bodaEnv.memory.globlProtoObj["SVGMPathElement"] = function SVGMPathElement() { let arg = arguments[0]; if (arg != 'bobo') { bodaEnv.toolsFunc.console_copy('SVGMPathElement 实例化对象 --->', bodaEnv.toolsFunc.stringify_bo(arguments, function (k, v) { if (v == window) { return 'window'; } else { return v; } })); } ; }; bodaEnv.toolsFunc.safeProto(bodaEnv.memory.globlProtoObj["SVGMPathElement"], "SVGMPathElement"); bodaEnv.memory.globlProtoObj["SVGMPathElement"].prototype.__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"].prototype; bodaEnv.memory.globlProtoObj["SVGMPathElement"].__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"]; bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGMPathElement"].prototype, "href", { configurable: true, enumerable: true, get: { href() { return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGMPathElement"].prototype, "SVGMPathElement", "href_get", arguments); } }.href, set: undefined });