Searched refs:v8DOMWrapperTypeIndex (Results 1 – 4 of 4) sorted by relevance
106 …ic_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in maybeDOMWrapper()121 ASSERT(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in isDOMWrapper()123 …c_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in isDOMWrapper()138 …c_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in isWrapperOfType()
45 static const int v8DOMWrapperTypeIndex = static_cast<int>(gin::kWrapperInfoIndex); variable183 return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(object); in toWrapperTypeInfo()188 return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(object); in toWrapperTypeInfo()
67 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type… in setNativeInfo()74 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type… in clearNativeInfo()
121 …ic_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in npCreateV8ScriptObject()