diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-10-26 13:08:45 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-10-26 16:19:04 +0200 |
commit | c59c9682d351e641f184e1f8095f399fee179f62 (patch) | |
tree | 137c732cac39f8cf80ed7e682a4c834c6997d390 /js/src/proxy/Proxy.h | |
parent | 565ae72f5af3bcc9fb85945233e2a7afa115d435 (diff) | |
download | uxp-c59c9682d351e641f184e1f8095f399fee179f62.tar.gz |
Issue #1257 - Part1: Remove watch class-hook and proxy trap.
Diffstat (limited to 'js/src/proxy/Proxy.h')
-rw-r--r-- | js/src/proxy/Proxy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/src/proxy/Proxy.h b/js/src/proxy/Proxy.h index 89909a085e..4a8ecf8ab4 100644 --- a/js/src/proxy/Proxy.h +++ b/js/src/proxy/Proxy.h @@ -65,9 +65,6 @@ class Proxy static bool regexp_toShared(JSContext* cx, HandleObject proxy, RegExpGuard* g); static bool boxedValue_unbox(JSContext* cx, HandleObject proxy, MutableHandleValue vp); - static bool watch(JSContext* cx, HandleObject proxy, HandleId id, HandleObject callable); - static bool unwatch(JSContext* cx, HandleObject proxy, HandleId id); - static bool getElements(JSContext* cx, HandleObject obj, uint32_t begin, uint32_t end, ElementAdder* adder); |