Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Getters/Setters in VM's Context #1673

Closed
wants to merge 6 commits into from

Conversation

indutny
Copy link
Member

@indutny indutny commented Sep 8, 2011

With this change it's possible to have getters and setters in global object for repl and vm module.

Please review this before #1667 (I'll made some changes to it if that land in master)

@ry
Copy link

ry commented Sep 8, 2011

do you have a test which can demonstrate the bug?

@indutny
Copy link
Member Author

indutny commented Sep 8, 2011

Sorry, forgot to write it. Writing now.

@indutny
Copy link
Member Author

indutny commented Sep 8, 2011

Done.

@ry ry closed this in 4527de8 Sep 8, 2011
@ry
Copy link

ry commented Sep 8, 2011

this caused a segfault in test/message/undefined_reference_in_new_context.js just before release so reverted it in 26834b0.

@ry ry reopened this Sep 8, 2011
@ry ry closed this in 8c2c7bb Sep 10, 2011
lyonplus pushed a commit to lyonplus/node that referenced this pull request May 22, 2015
PR-URL: nodejs/node#1679

Notable Changes:

* win,node-gyp: the delay-load hook for windows addons has now been
correctly enabled by default, it had wrongly defaulted to off in the
release version of 2.0.0 (Bert Belder) nodejs#1433
* os: tmpdir()'s trailing slash stripping has been refined to fix an
issue when the temp directory is at '/'. Also considers which slash is
used by the operating system. (cjihrig) nodejs#1673
* tls: default ciphers have been updated to use gcm and aes128 (Mike
MacCana) nodejs#1660
* build: v8 snapshots have been re-enabled by default as suggested by
the v8 team, since prior security issues have been resolved. This
should give some perf improvements to both startup and vm context
creation. (Trevor Norris) nodejs#1663
* src: fixed preload modules not working when other flags were used
before --require (Yosuke Furukawa) nodejs#1694
* dgram: fixed send()'s callback not being asynchronous (Yosuke
Furukawa) nodejs#1313
* readline: emitKeys now keeps buffering data until it has enough to
parse. This fixes an issue with parsing split escapes. (Alex Kocharin)
* cluster: works now properly emit 'disconnect' to cluser.worker (Oleg
Elifantiev) nodejs#1386
events: uncaught errors now provide some context (Evan Lucas) nodejs#1654
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants