WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
174275
[JSC] Add support overriding of the runtime error messages without adding new op_codes
https://bugs.webkit.org/show_bug.cgi?id=174275
Summary
[JSC] Add support overriding of the runtime error messages without adding new...
GSkachkov
Reported
2017-07-07 14:07:36 PDT
JSC should support overriding of the runtime error messages, to show more suitable error message. i.e.
https://webkit.org/b/169293
. There is expected more such types of modification of already existed error messages and this should be done without adding new op_codes check, to prevent performance degradation. The idea is use some metadata in CodeBlock, and after throwing check if error message that was thrown from some byte code operation was overridden in CodeBlock metadata.
Attachments
Add attachment
proposed patch, testcase, etc.
GSkachkov
Comment 1
2017-07-07 14:09:25 PDT
Ohh, wrong link to example, should be https://webkit.org/b/1173381
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