WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
203340
Computing expression for Error source append is madness.
https://bugs.webkit.org/show_bug.cgi?id=203340
Summary
Computing expression for Error source append is madness.
Keith Miller
Reported
2019-10-23 14:52:01 PDT
The whole process is somewhat bizarre. If for whatever reason we can't figure out where our stack trace thinks our bytecode offset is we say it's at bc#0. We should probably say it's an invalid bytecode instead. We also use the callFrame's code block to ask if there is expression info (for source locations). However, we then ask for the baseline version of the code block to look up the expression's data, which might be different than the callFrame's.
Attachments
Add attachment
proposed patch, testcase, etc.
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