Home | History | Annotate | Download | only in v8

Lines Matching refs:WrapperTypeInfo

36 #include "bindings/v8/WrapperTypeInfo.h"
83 const WrapperTypeInfo* typeInfo()
86 return reinterpret_cast<const WrapperTypeInfo*>(m_wrapperOrTypeInfo);
95 void setTypeInfo(const WrapperTypeInfo* info)
114 static const WrapperTypeInfo* getTypeInfoFromObject(void* object)
120 static const WrapperTypeInfo* getTypeInfoFromObject(ScriptWrappable* object)
125 static void setTypeInfoInObject(void* object, const WrapperTypeInfo* info)
130 static void setTypeInfoInObject(ScriptWrappable* object, const WrapperTypeInfo* info)
167 inline void disposeWrapper(v8::Persistent<v8::Object>* value, const WrapperTypeInfo* info)
186 WrapperTypeInfo* info = toWrapperTypeInfo(*wrapper);