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