diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-07-07 11:55:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 11:55:43 +0200 |
commit | 1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec (patch) | |
tree | 2eb4027eba5468c0dd0b8cb8bba85182c675a04b /js/src/builtin/ModuleObject.h | |
parent | e9f79994278968cc86698a7d90e05ca01201c441 (diff) | |
parent | 941e54654eabed0a3568f7fefe424a45aa02eddb (diff) | |
download | UXP-1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec.tar UXP-1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec.tar.gz UXP-1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec.tar.lz UXP-1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec.tar.xz UXP-1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec.zip |
Merge pull request #608 from janekptacijarabaci/_testBranch_js_modules_basic
Merge branch js modules basic
Diffstat (limited to 'js/src/builtin/ModuleObject.h')
-rw-r--r-- | js/src/builtin/ModuleObject.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/js/src/builtin/ModuleObject.h b/js/src/builtin/ModuleObject.h index d0ed8ed08..51a428271 100644 --- a/js/src/builtin/ModuleObject.h +++ b/js/src/builtin/ModuleObject.h @@ -142,15 +142,8 @@ class ModuleNamespaceObject : public ProxyObject private: struct ProxyHandler : public BaseProxyHandler { - enum - { - EnumerateFunctionSlot = 0 - }; - ProxyHandler(); - JS::Value getEnumerateFunction(HandleObject proxy) const; - bool getOwnPropertyDescriptor(JSContext* cx, HandleObject proxy, HandleId id, MutableHandle<PropertyDescriptor> desc) const override; bool defineProperty(JSContext* cx, HandleObject proxy, HandleId id, |