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)

x86
macOS
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: general → nobody
Severity: normal → S3

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.