Searched defs:validateUpcast (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
H A DHandle.h84 template <typename U> static void validateUpcast() { T* temp; temp = (U*)0; } function in struct:JSC::HandleTypes
91 template <typename U> static void validateUpcast() {} function in struct:JSC::HandleTypes
149 typename HandleTypes<T>::template validateUpcast<U>();

Completed in 73 milliseconds