[webkit-reviews] review requested: [Bug 75532] [v8] Null pointer exception if a typed array constructor set to a primitive value. : [Attachment 121246] Add TryCatch scope

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 5 02:34:53 PST 2012


Ulan Degenbaev <ulan at chromium.org> has asked  for review:
Bug 75532: [v8] Null pointer exception if a typed array constructor set to a
primitive value.
https://bugs.webkit.org/show_bug.cgi?id=75532

Attachment 121246: Add TryCatch scope
https://bugs.webkit.org/attachment.cgi?id=121246&action=review

------- Additional Comments from Ulan Degenbaev <ulan at chromium.org>
Thank you for the suggestion, Ken. Those two lines even without guards would
indeed fix the issue.

Adam, I had a solution that avoided patching, but it was several factors slower
then the current solution because V8 couldn't inline it.


More information about the webkit-reviews mailing list