Bug 155547 - op_set_function_name should be an op_call to an internal function.
Summary: op_set_function_name should be an op_call to an internal function.
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-16 10:28 PDT by Mark Lam
Modified: 2016-03-16 10:28 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2016-03-16 10:28:39 PDT
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.