Summary: | arguments -object not reachable from inside the code of an eval() invocation unless it has been referenced before eval() | ||
---|---|---|---|
Product: | MuJS | Reporter: | Arto Pekkanen <isoa> |
Component: | general | Assignee: | Tor Andersson <tor.andersson> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | P4 | ||
Version: | 1.0.6 | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- |
Description
Arto Pekkanen
2019-11-08 16:10:52 UTC
commit 3d3f473c399186d229bc0313d3f4efaef0cc5bdb Author: Tor Andersson <tor.andersson@artifex.com> Date: Mon Nov 11 11:02:54 2019 +0100 Bug 701887: Create arguments if eval is present. We can't know at compile time that the 'arguments' object will not be used from the eval statement, so err on the side of caution and always create the arguments object if eval can be called. |