Searched refs:toWrapperTypeInfo (Results 1 – 9 of 9) sorted by relevance
179 inline const WrapperTypeInfo* toWrapperTypeInfo(const v8::Persistent<v8::Object>& wrapper) in toWrapperTypeInfo() function184 inline const WrapperTypeInfo* toWrapperTypeInfo(v8::Handle<v8::Object> wrapper) in toWrapperTypeInfo() function197 const WrapperTypeInfo* typeInfo = toWrapperTypeInfo(wrapper); in releaseObject()
121 return toWrapperTypeInfo(persistent); in typeInfo()245 setTypeInfo(toWrapperTypeInfo(wrapper)); in disposeWrapper()
137 const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper); in VisitPersistentHandle()270 const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper); in VisitPersistentHandle()
118 const WrapperTypeInfo* type = toWrapperTypeInfo(obj); in messageHandlerInMainThread()
533 value = toWrapperTypeInfo(window)->toEventTarget(window); in get()540 value = toWrapperTypeInfo(wrapper)->toEventTarget(wrapper); in get()
81 RELEASE_ASSERT(toWrapperTypeInfo(object)->ginEmbedder == gin::kEmbedderBlink); in toNative()
109 if (!V8MouseEvent::wrapperTypeInfo.equals(toWrapperTypeInfo(eventWrapper))) in showContextMenuMethodCustom()
225 if (!V8Range::wrapperTypeInfo.equals(toWrapperTypeInfo(v8Object))) in getRangeImpl()
5593 …VOID_INTERNAL(eventTargetArg, V8DOMWrapper::isDOMWrapper(info[0]) ? toWrapperTypeInfo(v8::Handle<v… in voidMethodEventTargetArgMethod()