Open Bug 683904 Opened 13 years ago Updated 2 years ago

savedCallerFun set for eval-script inner functions without a saved caller function

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect

Tracking

()

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
You need to log in before you can comment on or make changes to this bug.