Issue 38: need more "const correctness"
http://code.google.com/p/v8/issues/detail?id=38
Comment #5 by christian.plesner.hansen:
I've added const to the remaining methods in v8.h the belong to classes
that may be
passed by const reference. Note that handles should always be passed by
value.
Rather than use a 'const Local<Value>& value' you should be
using 'Local<Value>'
which circumvents this issue.
Issue attribute updates:
Status: Fixed
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---