Searched refs:isDOMWrapper (Results 1 – 7 of 7) sorted by relevance
62 static bool isDOMWrapper(v8::Handle<v8::Value>);129 ASSERT(isDOMWrapper(wrapper)); in associateObjectWithWrapper()139 ASSERT(isDOMWrapper(wrapper)); in associateObjectWithWrapper()
84 bool V8DOMWrapper::isDOMWrapper(v8::Handle<v8::Value> value) in isDOMWrapper() function in WebCore::V8DOMWrapper
130 ASSERT(V8DOMWrapper::isDOMWrapper(*wrapper)); in VisitPersistentHandle()265 ASSERT(V8DOMWrapper::isDOMWrapper(*wrapper)); in VisitPersistentHandle()
116 if (V8DOMWrapper::isDOMWrapper(data)) { in messageHandlerInMainThread()
478 ASSERT(V8DOMWrapper::isDOMWrapper(value)); in createV8ObjectForNPObject()
538 if (V8DOMWrapper::isDOMWrapper(v8Value)) { in get()
5593 …TONATIVE_VOID_INTERNAL(eventTargetArg, V8DOMWrapper::isDOMWrapper(info[0]) ? toWrapperTypeInfo(v8:… in voidMethodEventTargetArgMethod()