Closed
Bug 683904
Opened 14 years ago
Closed 1 year ago
savedCallerFun set for eval-script inner functions without a saved caller function
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bhackett1024, Unassigned)
Details
function foo() {
eval("function bar() {}");
}
foo();
savedCallerFun is set for both the eval script and the inner 'bar' function, though 'bar' has no objects() and getCallerFunction will fail.
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Comment 1•1 year ago
|
||
Neither savedCallerFun nor getCallerFunction show up in SearchFox
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•