Closed
Bug 650299
Opened 14 years ago
Closed 9 years ago
Don't leak the proxy call trap with Function.prototype.toString
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1100936
People
(Reporter: evilpie, Unassigned)
References
Details
For some reason, we currently call the toString method of the caller trap directly, which leaks the call trap source. Wladmir Palant recognized this an issue here:http://adblockplus.org/blog/do-javascript-proxies-allow-undetectable-function-wrappers. Maybe we can just call get Trap with "toString".
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Comment 1•9 years ago
|
||
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.
Description
•