Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
set(V) {
if (!this || !module.exports.is(this)) {
throw new TypeError("Illegal invocation");
}
V = conversions["float"](V, { context: "Failed to set the 'value' property on 'SVGNumber': The provided value" });
this[impl]["value"] = V;
},
set(V) {
if (!this || !module.exports.is(this)) {
throw new TypeError("Illegal invocation");
}
V = conversions["float"](V, { context: "Failed to set the 'value' property on 'SVGNumber': The provided value" });
this[impl]["value"] = V;
},