RESOLVED FIXED107313
Objective-C API: Update documentation for JSValue and JSContext
https://bugs.webkit.org/show_bug.cgi?id=107313
Summary Objective-C API: Update documentation for JSValue and JSContext
Mark Hahnenberg
Reported 2013-01-18 12:41:55 PST
After changing the semantics of object lifetime we need to update the API documentation to reflect the new semantics. This will primarily affect APIJSValue.h and JSContext.h.
Attachments
Patch (3.87 KB, patch)
2013-01-18 12:48 PST, Mark Hahnenberg
ggaren: review+
Mark Hahnenberg
Comment 1 2013-01-18 12:48:46 PST
Geoffrey Garen
Comment 2 2013-01-18 12:50:30 PST
Comment on attachment 183531 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=183531&action=review > Source/JavaScriptCore/API/JSContext.h:39 > +// will become invalid unless it has been previously retained. s/will become invalid/will be deallocated/
Mark Hahnenberg
Comment 3 2013-01-18 12:56:04 PST
Note You need to log in before you can comment on or make changes to this bug.