NEW170927
How we decide to emit a check for .call and .apply seems slightly wrong
https://bugs.webkit.org/show_bug.cgi?id=170927
Summary How we decide to emit a check for .call and .apply seems slightly wrong
Saam Barati
Reported 2017-04-17 18:22:59 PDT
Currently, we just test if we're in a builtin. However, it's conceivable a builtin really wants to grab the public ".call" or ".apply". Instead, we should probably check if "call" or "apply" is the private symbol, and if so, set a bit in the various AST nodes when we create them.
Attachments
Note You need to log in before you can comment on or make changes to this bug.