Issue 59: T* operator*() const implementation missing from handles.h?
http://code.google.com/p/v8/issues/detail?id=59

New issue report by rmgiroux:
   // Provides the C++ dereference operator.
   INLINE(T* operator*() const);

There's no body provided for this function here.  That keeps g++ from
building src/accessors.cc:
src/handles.h:43: sorry, unimplemented: inlining failed in call to
'v8::internal::Handle<T>::Handle(T*) [with T = v8::internal::JSObject]':
function body not available
src/accessors.cc:106: sorry, unimplemented: called from here

Shouldn't a body be provided for this method?


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