chore(deps): update mozjs

- a8b688a: Add `ProxyTraps::{getPrototype, setPrototype, setImmutablePrototype}`
This commit is contained in:
yvt 2021-07-10 00:45:13 +09:00
parent 94b613fbda
commit 727662a1e6
3 changed files with 12 additions and 1 deletions

View file

@ -3477,6 +3477,9 @@ let traps = ProxyTraps {
delete_: Some(%(delete)s),
enumerate: None,
getPrototypeIfOrdinary: Some(proxyhandler::get_prototype_if_ordinary),
getPrototype: None,
setPrototype: None,
setImmutablePrototype: None,
preventExtensions: Some(proxyhandler::prevent_extensions),
isExtensible: Some(proxyhandler::is_extensible),
has: None,