add not one Object.seal()
This commit is contained in:
parent
48ce5b09d2
commit
b3128f0b6d
|
|
@ -1115,5 +1115,5 @@ To allow for better optimizations, the compiler makes various assumptions.
|
||||||
- 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 are able to be added (not prevented with
|
||||||
`Object.defineProperty()`, `Object.defineProperties()`, `Object.freeze()` or
|
`Object.defineProperty()`, `Object.defineProperties()`, `Object.freeze()`,
|
||||||
`Object.preventExtensions()`).
|
`Object.preventExtensions()` or `Object.seal()`).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user