Skip to content

Conversation

@xeioex
Copy link
Contributor

@xeioex xeioex commented May 16, 2024

Simplified test case to reproduce:

function a() {
    return {};
}
var d = new Date();
var o1 = new Proxy(d, {get: 0});
var o2 = new Proxy(d, o1);
var o = new Proxy(o2, {get: a})

o.a

Copy link
Contributor

@saghul saghul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chqrlie can we get this landed?

@chqrlie chqrlie merged commit b3715f7 into bellard:master Jul 14, 2024
nickva added a commit to apache/couchdb that referenced this pull request Jul 18, 2024
Update from latest master. Bring in these two fixes:
 * bellard/quickjs#302
 * bellard/quickjs#313
nickva added a commit to apache/couchdb that referenced this pull request Jul 18, 2024
Update from latest master. Bring in these two fixes:
 * bellard/quickjs#302
 * bellard/quickjs#313
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.

3 participants