Comment #4 on issue 4234 by [email protected]: Wrapper created
from wrong realm (SHOULD_CREATE_WRAPPER built-in)
https://code.google.com/p/v8/issues/detail?id=4234
9.2.1.2 OrdinaryCallBindThis ( F, calleeContext, thisArgument ), step 6.b
is the relevant spec algorithm for this case. The wrapper object should be
created from the same realm as the |function(){ return this }| function.
Currently the wrapper is created in Array.prototype.map [1].
[1]
https://github.com/v8/v8-git-mirror/blob/4292fa843e4ed00646b13ca2d542249591cad1a5/src/array.js#L1349
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.