denoland / rusty_v8

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

Refactored OwnedIsolate construction code in prep for lockers #1442

Closed Earthmark closed 3 months ago

Earthmark commented 4 months ago

Pulled the isolate construction changes from the locker API to a separate PR.

This splits annex and scope construction, and disposal, allowing them to be done separately.

This is the pre-work for https://github.com/denoland/rusty_v8/pull/1411