rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

Property Interceptors

Open benaubin opened this issue 3 years ago • 1 comments

I'd love to be able to define property interceptors on objects.

I'm more than happy to write the implementation if it's something y'all want to merge. However, I haven't had much experience with C++, so I might need some guidance.

https://v8.dev/docs/embed#interceptors

benaubin avatar Oct 16 '20 18:10 benaubin

Pull request welcome, let me know if you have questions.

PropertyCallbackInfo is already defined in src/function.rs, that should save you some work. :-)

bnoordhuis avatar Oct 17 '20 10:10 bnoordhuis