Bug 155547
| Summary: | op_set_function_name should be an op_call to an internal function. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | ASSIGNED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
op_set_function_name effectively calls an function with 2 values: a function object, and a value to set as its name. We can implement this as an op_call instead of using a custom bytecode.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |