NEW 20072
op_instanceof should check for exceptions that may have been thrown calling baseObj->hasInstance
https://bugs.webkit.org/show_bug.cgi?id=20072
Summary op_instanceof should check for exceptions that may have been thrown calling b...
Sam Weinig
Reported 2008-07-16 22:22:49 PDT
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
Note You need to log in before you can comment on or make changes to this bug.