mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Bug 1326453 - Part 1: Remove @@iterator method from module namespace objects per ES2017
This commit is contained in:
parent
556510df8f
commit
99f20bdc22
4 changed files with 1 additions and 63 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue