Bug 20072
Summary: | op_instanceof should check for exceptions that may have been thrown calling baseObj->hasInstance | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sam Weinig <sam> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | oliver |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Sam Weinig
It is possible for a user of JSC API to implement a HasInstance callback that throws an exception. op_instanceof in Machine.cpp should probably check for this.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |