UNPKG

node.js-sip

Version:
4 lines (3 loc) 113 B
// Assignment to a getter-only property var obj2 = { get x() { return 17; } }; obj2.x = 5; // throws a TypeError