Searched refs:toWrapperTypeInfo (Results 1 – 8 of 8) sorted by relevance
105 toWrapperTypeInfo(*(it->value.persistent()))->derefObject(it->key); in clear()129 const WrapperTypeInfo* type = toWrapperTypeInfo(data.GetValue()); in setWeakCallback()
89 return toWrapperTypeInfo(*(unsafePersistent().persistent())); in typeInfo()197 const WrapperTypeInfo* info = toWrapperTypeInfo(data.GetValue()); in setWeakCallback()
181 inline const WrapperTypeInfo* toWrapperTypeInfo(const v8::Persistent<v8::Object>& object) in toWrapperTypeInfo() function186 inline const WrapperTypeInfo* toWrapperTypeInfo(v8::Handle<v8::Object> object) in toWrapperTypeInfo() function
131 const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper); in VisitPersistentHandle()255 const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper); in VisitPersistentHandle()
114 const WrapperTypeInfo* type = toWrapperTypeInfo(obj); in messageHandlerInMainThread()
543 value = toWrapperTypeInfo(window)->toEventTarget(window); in get()550 value = toWrapperTypeInfo(wrapper)->toEventTarget(wrapper); in get()
109 if (!V8MouseEvent::wrapperTypeInfo.equals(toWrapperTypeInfo(eventWrapper))) in showContextMenuMethodCustom()
225 if (!V8Range::wrapperTypeInfo.equals(toWrapperTypeInfo(v8Object))) in getRangeImpl()