WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2018-09-12 14:54:06 PDT
<
rdar://problem/44396067
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug