Hello Julien,
We cannot reproduce the V8 crash with the test code above. The correct exception is delivered to the caller with or without a second
One difference is that we're not using NUnit. Could you try replacing the
Thanks!
We cannot reproduce the V8 crash with the test code above. The correct exception is delivered to the caller with or without a second
GlobalMembers
object added before the MissingSetter
instance.One difference is that we're not using NUnit. Could you try replacing the
Assert.Throws()
call with a try..catch
statement?Thanks!