I would like to save the state of several scripts.  My system is event driven 
so there is never any script in an executing state when I save/load.  This 
means all I need to save is the global object.  Looking through the headers I 
found:

JSValueCreateJSONString/JSValueMakeFromJSONString

This, of course, is perfect for me, but it doesn't seem to be implemented in my 
build (which is pretty recent.)  This might be a mis-understanding on my part 
about how to get these features in, or it's just not implemented yet (the 
actually function address is NULL.)

Is this me not understanding the code or is this a feature I'll have to wait 
for?  I should point out that I'm just grabbing the nightly build and pulling 
out the framework.  Is there another way to serialize/de-serialize an object in 
a script?

Thanks,

[>] Brian
_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to