Skip to content

Fix runtime "Data" store #22

Description

@alshdavid

Currently the pointer to the JavaScript "Realm" is stored on globalThis.__data. I did this because it was quick and I am not familiar with v8's data APIs.

https://github.com/alshdavid/ion/blob/main/crates/ion/src/platform/realm.rs#L109

Replace this with v8's built-in embedder data storage system

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions