rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

Feature request: Expose `Isolate:: SetModifyCodeGenerationFromStringsCallback`

Open rebu-dt opened this issue 8 months ago • 0 comments

See https://v8.github.io/api/head/classv8_1_1Isolate.html#a0e71905d16905c2bf060854a23e2ba75.

This callback is useful for tracking whenever eval/the Function constructor is called and/or disabling code generation from user-provided strings entirely. Note that there was already an attempt to expose this callback, but the PR was closed due to inactivity.

rebu-dt avatar Feb 24 '25 14:02 rebu-dt