"Object properties can be added, removed and modified"
This commit is contained in:
parent
46f893bda0
commit
90508c672c
|
|
@ -1114,7 +1114,7 @@ To allow for better optimizations, the compiler makes various assumptions.
|
||||||
`Error.prototype.stack` to be anything in particular.
|
`Error.prototype.stack` to be anything in particular.
|
||||||
- Getting and setting properties on a plain object does not cause other side effects
|
- Getting and setting properties on a plain object does not cause other side effects
|
||||||
(using `.watch()` or `Proxy`).
|
(using `.watch()` or `Proxy`).
|
||||||
- Object properties are able to be added (not prevented with
|
- Object properties can be added, removed and modified (not prevented with
|
||||||
`Object.defineProperty()`, `Object.defineProperties()`, `Object.freeze()`,
|
`Object.defineProperty()`, `Object.defineProperties()`, `Object.freeze()`,
|
||||||
`Object.preventExtensions()` or `Object.seal()`).
|
`Object.preventExtensions()` or `Object.seal()`).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user