Bug 138706
| Summary: | Add scope operand to op_new_func* byte codes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
| Component: | JavaScriptCore | Assignee: | Michael Saboff <msaboff> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 312.x | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 136724 | ||
Michael Saboff
These byte codes currently use implicit exec->scope() to get there scope. This needs to be changed to use a passed in scope.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Saboff
This was fixed as part of https://bugs.webkit.org/show_bug.cgi?id=138707 in change set http://trac.webkit.org/changeset/176109.