Issue 38: need more "const correctness"
http://code.google.com/p/v8/issues/detail?id=38

Comment #6 by nicolas.alvarez:
Is it legal to do this?

static void write (Local <const Value> value)
{
     if (value->IsString ( ))
     {
         // blah blah
     }
}




-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to