Issue 79: [documentation] embedded guide
http://code.google.com/p/v8/issues/detail?id=79

New issue report by jason.goemaat:
There are a few errors I've found in the embedded guide:
http://code.google.com/apis/v8/embed.html

1) The "Accessing Static Global Variables" example shows
"global_templ.SetAccessor()" when it must be "global_templ->SetAccessor()'

2) The "Accessing Static Global Variables" function definitions need to
declare the AccessorInfo parameter as const: "const AccessorInfo& info"


Issue attributes:
        Status: New
        Owner: ----

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