denoland / rusty_v8

Rust bindings for the V8 JavaScript engine
https://crates.io/crates/v8
MIT License
3.09k stars 300 forks source link

feat: Add IndexedPropertyHandlerConfiguration::*_raw methods #1426

Closed bartlomieju closed 4 months ago

bartlomieju commented 4 months ago

Matches implementation of NamedPropertyHandlerConfiguration.

This is necessary to polyfill node:vm module in Deno.