DescriptionCheck the return value of API calls on ia32 and x64.
This implies that the return value of native getters is checked. The nice part
is that one can even see the name of the property in question in the abort
output when the check failed.
Under some circumstances even the return value of interceptors gets checked, but
I'm not 100% sure about this, because the interceptor code is basically tuned to
death.
The change seems to have very low overhead, so it might be feasible to keep this
check enabled unconditionally.
Committed: https://code.google.com/p/v8/source/detail?r=12446
Patch Set 1 #
Total comments: 2
Patch Set 2 : Do checks in the miss case, too #
Total comments: 2
Patch Set 3 : Use correct guard. #
Messages
Total messages: 3 (0 generated)
|