NEW 189559
DFG::ByteCodeParser::handleIntrinsicCall() does not currently handle getter functions.
https://bugs.webkit.org/show_bug.cgi?id=189559
Summary DFG::ByteCodeParser::handleIntrinsicCall() does not currently handle getter f...
Mark Lam
Reported 2018-09-12 14:53:10 PDT
Currently, we don't have any intrinsic functions that serve as getter functions. If we add such an intrinsic getter function in the future, we'll need to update DFG::ByteCodeParser::handleIntrinsicCall() to allow for it to be inlined as an intrinsic. Note: this is different from ByteCodeParser::handleIntrinsicGetter() which intrinsify some property gets, and not getter functions.
Attachments
Radar WebKit Bug Importer
Comment 1 2018-09-12 14:54:06 PDT
Note You need to log in before you can comment on or make changes to this bug.