[Webkit-unassigned] [Bug 37160] [V8] Throw exception in SerializedScriptValue on input errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 00:08:01 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37160


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52650|review?                     |review+
               Flag|                            |




--- Comment #2 from Yury Semikhatsky <yurys at chromium.org>  2010-04-07 00:08:01 PST ---
(From update of attachment 52650)
> -    explicit SerializedScriptValue(v8::Handle<v8::Value>);
> +    SerializedScriptValue(v8::Handle<v8::Value>, bool& didThrow);
> 
I don't like the idea of out parameter in the constructor but since it's
private I think that is ok.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list