Confirmed users
497
edits
(→Property Conventions: More monkey-patching friendliness.) |
(→Property Conventions: Clarify debug object property writability.) |
||
| Line 22: | Line 22: | ||
<ul> | <ul> | ||
<li>Properties described here are configurable. This applies to both "own" and prototype properties, and to both methods and data properties. | <li>Properties described here are configurable. This applies to both "own" and prototype properties, and to both methods and data properties. | ||
<li> | <li>Properties, both data and methods, are non-writable, unless stated otherwise. Since they are configurable, they can be made writable, but assigning to them has no effect on the debuggee unless stated otherwise. | ||
<li>Instances and prototypes are extensible; you can add your own properties and methods to them. | <li>Instances and prototypes are extensible; you can add your own properties and methods to them. | ||
</ul> | </ul> | ||