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