The primary goal here is to enable the option to read or process string contents safely in embedder functions which take advantage of the FastApiCall mechanism, without modifying the v8 heap (which would be unsafe for such functions, but is not explicitly restricted, currently).
Please take a look at your leisure.
Ben Noordhuis
unread,
Dec 14, 2023, 2:55:09 AM12/14/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-...@googlegroups.com
Embedder data point: String::Flatten() comes up frequently in Node.js
performance profiles so this would be a welcome change (assuming it's
faster, which, for many inputs, I expect it will be.)