[Webkit-unassigned] [Bug 189991] [WTF] Add ExternalStringImpl, a StringImpl for user controlled buffers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 08:45:34 PDT 2018


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

--- Comment #5 from Koby <koby.b at mce.systems> ---
That's a good point, but what about the user supplied "free" function? In node-jsc I must be able to call a user supplied dispose function (when JSStrings are freed).

Just for reference, The the v8 apis I need "shim" are v8::String's NewExternalOneByte\NewExternalTwoByte, where the user supply the buffer and a dispose function (by providing an object which inherits from an abstract  External(One)ByteStringResource class).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180926/c9879d1a/attachment-0001.html>


More information about the webkit-unassigned mailing list