Skip to content

Clarify in which Realm records, record arrays, and associated objects are created #3

@ajklein

Description

@ajklein

The current spec is silent on this, which will cause records to be created in the Realm of the function where object mutation occurs, record arrays to be created who-knows-where (maybe in the Realm of the first mutation per observer?).

The V8 implementation diverges from this by using the Realm V8 internally associates with the observed object for all such creations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions