Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ReferenceError from right realm/context #107

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

bnoordhuis
Copy link
Contributor

The "this is not initialized" ReferenceError for a class C defined in context B but instantiated in context A should be an instance of the ReferenceError from A, not B.

The "this is not initialized" ReferenceError for a class C defined in
context B but instantiated in context A should be an instance of the
ReferenceError from A, not B.
@bnoordhuis bnoordhuis merged commit 9e8d278 into quickjs-ng:master Nov 21, 2023
19 checks passed
@bnoordhuis bnoordhuis deleted the realm-reference-error branch November 21, 2023 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants