Closed
Bug 1115361
Opened 10 years ago
Closed 10 years ago
%TypedArray% methods shouldn't be transparent for proxies
Categories
(Core :: JavaScript: Standard Library, defect)
Core
JavaScript: Standard Library
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 | ||
Updated•10 years ago
|
Assignee: nobody → evilpies
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•