Closed Bug 1115361 Opened 9 years ago Closed 9 years ago

%TypedArray% methods shouldn't be transparent for proxies

Categories

(Core :: JavaScript: Standard Library, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1111243

People

(Reporter: 446240525, Assigned: evilpie)

References

Details

js> Int8Array.prototype.includes.call(new Proxy(new Int8Array([1,2,3]), {}), 1)
true // This should throw a TypeError.
Assignee: nobody → evilpies
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.