Merge remote-tracking branch 'upstream/master' into feat-cow-infra

This commit is contained in:
yvt
2021-07-11 22:22:43 +09:00
9 changed files with 92 additions and 55 deletions

View File

@@ -3479,6 +3479,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,