17:39
<Mathieu Hofman>
i guess more concretely, introducing an object environment record using with and the proxy in your issue does not behave strangely in v8, its only the vm code that uses interceptors that is weird.
Could you clarify the interaction of with and Proxy in v8? This could be relevant to the SES shim
17:47
<snek>
huh did you delete another message
17:47
<snek>
anyway with+Proxy just behaves as you would expect based on the spec
17:48
<snek>
v8 interceptors don't really align with the spec though. some of them do have names that seem as though they match the MOP but they are called at the wrong time or in the wrong contexts. just generally confusing.