denoland / rusty_v8

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

Add "v8::Object::get_real_named_property_*" methods #1427

Closed bartlomieju closed 6 months ago

bartlomieju commented 6 months ago

https://github.com/denoland/v8/blob/db2b8439ec4d3ae972330cc2e9830ccd517d7235/include/v8-object.h#L573-L579

Required to polyfill node:vm module in Deno: