I'm migrating some code to v8 5.0.71 (node v6.1.0), and replacing deprecated calls to ForceSet with DefineOwnProperty/CreateDataProperty.
I'm a little confused as to why V8_WARN_UNUSED_RESULT is present in these declarations, when it wasn't present for ForceSet. Is there some new reason why I should not ignore the return value? Or, is ignoring the return value from DefineOwnProperty (or CreateDataProperty) no more dangerous than it was to ignore the return value from ForceSet? Thanks, Mark -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
