[Webkit-unassigned] [Bug 26083] How to access formatted Java script Console message ?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 18 09:18:07 PST 2010


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





--- Comment #19 from Yury Semikhatsky <yurys at chromium.org>  2010-11-18 09:18:06 PST ---
As Laszlo said you shouldn't add dependencies on VM specific code to WebCore. Instead you may use things like ScriptState and ScriptValue which are essentially wrappers around JS VM specific objects providing a VM-agnostic interface to such objects. For more details take a look at the implementation of ScriptArguments::getFirstArgumentAsString. It should be quite easy to add something like 

 String ScriptArguments::allArgumentsAsString

which would serialize the arguments into a string in a JS VM independent manner.

-- 
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