Searched refs:v8DOMWrapperTypeIndex (Results 1 – 4 of 4) sorted by relevance
76 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(wrap… in setNativeInfo()100 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(wrap… in setNativeInfoForHiddenWrapper()110 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(wrap… in setNativeInfoWithPersistentHandle()121 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(wrap… in clearNativeInfo()
45 static const int v8DOMWrapperTypeIndex = static_cast<int>(gin::kWrapperInfoIndex); variable181 return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(wrapper); in toWrapperTypeInfo()186 return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(wrapper); in toWrapperTypeInfo()
94 ASSERT(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in isDOMWrapper()96 …c_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in isDOMWrapper()
123 …ic_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in npCreateV8ScriptObject()